Creating a new world
From Computing and Software Wiki
After reading this tutorial, you should be able to create a basic world and get it run.
Make a new world
Start C4, when the main menu is displayed, press the ESC key to close it and press the tilde key twice to display the main toolbar.
- pic
Click on the Tools menu and select New World, or press Ctrl-N
- pic
A new world file is displayed with the name untitled.
- pic
Click on the World menu and select Save World As ...
- pic
Save it as "Base" or any name you like in the directory "Data/MyGame/world".
- pic
To minimize the potential for loss of data, save worlds on a regular basis. When adding major updates, add a version number suffix to the end of the filename, so if the world file gets corrupted at any point it is easy to use the previous version. E.g. the next time the file needs saving, choose Save Word As ... and change the name to Base-01, Base-02 etc.