Difference between revisions of "MOD:WCU:Directory Structure"
m |
m |
||
| Line 1: | Line 1: | ||
This documentation is designed to teach all new moders how to correctly use the WCU Directory Structure for proper MOD creation. | This documentation is designed to teach all new moders how to correctly use the WCU Directory Structure for proper MOD creation. | ||
| − | ==Savegame Format== | + | ==Savegame Directory Format== |
Current savegame schema | Current savegame schema | ||
| − | |||
Root | Root | ||
+ .<project name> | + .<project name> | ||
New savegame schema | New savegame schema | ||
| − | |||
Root | Root | ||
+ .savegames | + .savegames | ||
+ <project name> | + <project name> | ||
| + | |||
| + | ==Mission Directory Format== | ||
| + | |||
| + | Current Mission Directory | ||
| + | root | ||
| + | + mission | ||
| + | + modules | ||
| + | |||
| + | New Mission Directory | ||
| + | Root | ||
| + | + missions | ||
| + | + <project name> | ||
Revision as of 10:36, 4 November 2005
This documentation is designed to teach all new moders how to correctly use the WCU Directory Structure for proper MOD creation.
Savegame Directory Format
Current savegame schema
Root + .<project name>
New savegame schema
Root
+ .savegames
+ <project name>
Mission Directory Format
Current Mission Directory
root + mission + modules
New Mission Directory
Root
+ missions
+ <project name>