Difference between revisions of "MOD:WCU:Directory Structure"

From VsWiki
Jump to: navigation, search
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==
  
 
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>

Revision as of 10:32, 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 Format

Current savegame schema

Root
   + .<project name>

New savegame schema

Root
   + .savegames
      + <project name>