Skip to content

gamedata zip structure

Embin edited this page Jul 12, 2024 · 1 revision
  • pack.json
  • <namespace>/ // Rename to project's namespace
    • import_data.json
    • import_formatting.json (Optional)
    • assets/
      • splashes.txt (Optional)
      • lang/
        • <language>.json
      • sounds/
        • sounds.json
        • sound_effects/
        • music/
      • videos/ (Optional)
      • textures/
    • data/
      • game/
        • credits.txt
        • languages.json
      • tags/ (Optional)
      • generic/
        • no_scroll_cameras.json
        • menus_that_fade.json
        • data_keys.json

Clone this wiki locally