Creating a new world
From Computing and Software Wiki
Line 1: | Line 1: | ||
After reading this tutorial, you should be able to create a basic world and get it run. | After reading this tutorial, you should be able to create a basic world and get it run. | ||
+ | <br> | ||
<br>'''Make a new world''' | <br>'''Make a new world''' | ||
<br>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. | <br>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 | + | *pic |
Click on the Tools menu and select New World, or press Ctrl-N | Click on the Tools menu and select New World, or press Ctrl-N | ||
- | *pic | + | *pic |
A new world file is displayed with the name untitled. | A new world file is displayed with the name untitled. | ||
Line 11: | Line 12: | ||
Click on the World menu and select Save World As ... | Click on the World menu and select Save World As ... | ||
- | *pic | + | *pic |
Save it as "Base" or any name you like in the directory "Data/MyGame/world". | Save it as "Base" or any name you like in the directory "Data/MyGame/world". | ||
- | *pic | + | *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. | 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. |
Revision as of 01:56, 17 March 2008
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.