Step 0:
It's probably about time we made it a bit easier for people to get started with SLIC. For absolute beginners, the first thing you need is a ModPack. I've appended a ZIP that contains a template structure, all you have to do is unzip it to
...\Call To Power 2\Scenarios.
Write your new SLIC code in
MyModPack\scen000\default\gamedata\scenario.slc
and use
MyModPack\scen000\english\gamedata\scen_str.txt
for the text ('strings') in your messages. Any modified files that you want to use need to go in the appropriate place: e.g., if you want to use a modified strategies.txt you need to put it in ...\Scenarios\MyModPack\scen0000\default\aidata.
To use this zip again, rename the folder 'MyModPack' to whatever you want, and then unzip again.
More information about this file structure can be obtained from Hexagonian's Mod guide available from http://www.geocities.com/hexagonia/
This provides the basic file structure. Modswapper, again from Hexagonian's site, provides a more advanced system.
(Thanks to Martin Guehmann for the Beaver tga, used to represent the busy and hard working modmaker. )
It's probably about time we made it a bit easier for people to get started with SLIC. For absolute beginners, the first thing you need is a ModPack. I've appended a ZIP that contains a template structure, all you have to do is unzip it to
...\Call To Power 2\Scenarios.
Write your new SLIC code in
MyModPack\scen000\default\gamedata\scenario.slc
and use
MyModPack\scen000\english\gamedata\scen_str.txt
for the text ('strings') in your messages. Any modified files that you want to use need to go in the appropriate place: e.g., if you want to use a modified strategies.txt you need to put it in ...\Scenarios\MyModPack\scen0000\default\aidata.
To use this zip again, rename the folder 'MyModPack' to whatever you want, and then unzip again.
More information about this file structure can be obtained from Hexagonian's Mod guide available from http://www.geocities.com/hexagonia/
This provides the basic file structure. Modswapper, again from Hexagonian's site, provides a more advanced system.
(Thanks to Martin Guehmann for the Beaver tga, used to represent the busy and hard working modmaker. )
Comment