Folder structure (organization) similar to wc3 + Custom Mission Pack where maps automatically transition to the next one after completion. #392
AdrianeYves
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Warcraft 3, there's a system where folders serve as a way to organize maps. This is supported by their UI, allowing players to collapse or expand folders to see their contents.
For the custom mission pack, I'm thinking of having an INI file for each folder that holds the mission pack:
/CustomMissionPack
│── /Missions
│ ├── Mission1
│ │ ├── 01.map
│ ├── Mission2
│ │ ├── 02.map
│ ├── Cine03
│ │ ├── 02_A.map
│ ├── Mission3
│ │ ├── 03.map
│ ├── Cine03_End
│ │ ├── 03_E.map
│── /Settings
│ ├── mission_settings.ini // Holds the data for mission setup and transitions
Beta Was this translation helpful? Give feedback.
All reactions