Recreating the resources ‐ fandisc
requinDr edited this page 2026-08-04 15:18:56 +02:00

This page is for the fandisc.

Prerequisites

  • Complete Recreating-the-resources
  • Get the original game
    • All languages except Japanese are included in this repository.

Assets maker

  1. Place data.xp3 from the original game in /tools
  2. Run node pd-make-assets.ts in /tools
  3. Run the displayed steps in order

Expected result

Global structure:

public/static
├─ jp
│  ├─ CD_everafter
│  ├─ CD_original
│  ├─ CD_tsukibako
│  ├─ images
│  │  ├─ bg
│  │  ├─ event
│  │  ├─ tachi
│  ├─ images_thumb
│  │  ├─ bg
│  │  ├─ event
│  │  ├─ tachi
│  ├─ scenes
│  ├─ wave
│  ├─ wave_pd
├─ en-mm
├─ ...

Every translation uses a fallback system. The base folder for all translations is the jp folder.

More info on adding a new translation can be found here.