2.5 KiB
| title | tags |
|---|---|
| Untitled" |
File Structure
.
└── 01 Definition
├── Animation │ ├── Scene 02 │ ├── Scene 03_translate │ ├── Scene 04_translate │ ├── Scene 05_translate │ ├── Scene 06 │ └── x ├── Assets │ ├── Audio │ │ └── Archive │ ├── Audio_Translate │ │ ├── 02_German │ │ ├── 03_Spanish │ │ ├── 04_French │ │ ├── 05_Portuguese │ │ ├── 06_Chinese │ │ ├── 07_Japanese │ │ ├── 08_Polish │ │ ├── 09_Russian │ │ ├── 10_Swedish │ │ └── 11_Norwegian │ ├── Footages for Storyline │ ├── Image │ ├── PDF │ ├── Scene05 │ └── Video │ └── Archive ├── Output Files │ └── new_9thJuly2019 ├── Output_Translate │ ├── 02_German │ ├── 03_Spanish │ ├── 04_French │ ├── 05_Portuguese │ ├── 06_Chinese │ ├── 07_Japanese │ ├── 08_Polish │ ├── 09_Russian │ ├── 10_Swedish │ └── 11_Norwegian ├── Premiere │ └── Archive ├── Script │ └── Feedback ├── Source Files ├── Story Files └── Story Files_Translate ├── 01_English ├── 02_German │ └── footages ├── 03_Spanish │ └── footages ├── 04_French │ └── footages ├── 05_Portuguese │ └── footages ├── 06_Chinese │ └── footages ├── 07_Japanese │ ├── footages │ └── template_elements ├── 08_Polish │ └── footages ├── 09_Russian │ └── footages ├── 10_Swedish │ └── footages └── 11_Norwegian └── footages