Index


Using EarthC

When you will write your script you must to compile them to binary form. To do that use EarthCMP.exe tool. Call it as follows:
EarthCMP.exe sourceScript.ec sourceScript.ecoMP
As you can see binary EarthC file must have extension '*.ecoMP' ('*.ecoMP' for "The Moon Project" scripts). You must copy this script to directory depends on script type. Look at Scripts directory structure to check it. Also note that game type scripts for multiplayer must be placed in 'Scripts\Gametypes' directory and for skirmish in 'Scripts\Gametypes\single' directory.
Scripts compiled with included EarthCMP.exe tool are working only with The Moon Project version 1.0 and can crash while used in older game versions.