This page is for the fandisc.
Prerequisites
Assets maker
- Place
data.xp3 from the original game in /tools
- Run
node pd-make-assets.ts in /tools
- 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.