MAP EDITOR
To enter a map editor, you must edit config.cfg file in advance located in your "$home/18 WoS Across America" directory. Remember, you must create a backup copy of the file before proceeding. Use a text editor to edit the config.cfg file in C:\Documents and Settings\jarek\My documents\18 WoS Across America" in WINXP for example. Change the following line in the file to enable console windowused g_console "1" and then save the config.cfg file. Begin game play and press the ~ (tilde) key to display the console window. Type edit america and you'll be transfered to map editor ;-). Thanks to Pavel for this great hits.
HOW BUILD YOUR OWN SCENARIO
First you must create "./defs/scenarios/" directories in your "$home/18 WoS Across America" directory. This is there you have a screenshots directory for 18WoS AA game.
"C:\Documents and Settings\jarek\My documents\18 WoS Across America\defs\scenarios" in WINXP for example.
If you create these directories you will be able to make your own scenarios now. You must create empty file with any/free file name with ".def" extension. "truckpol.def" file for example.
The contents of the file is following: extdefs "/defs/scenario_base.def"
def scenario:/scenario_base { name:"definition_here" truck:"definition_here" instructions:"definition_here" money:"definition_here" prestige:"definition_here" loan:"definition_here" location:"definition_here" time_limit:"definition_here" win:"definition_here" } and we have the end of file. The parameters in italic are not mandatory. Below you can find explanation of the word:definition_here
Parameter | Description | Value example |
name: | Scenario name | "TruckPol Scenario" |
truck: | Make name of start truck You can use: - fcl [Frisk L9C]
- fla [Forerunner Aggressor]
- flcc [Forerunner 21C]
- fln [Frisk N1L]
- kk100 [Kinetic 1K1]
- kt2000 [Kinetic 2T2]
- kw900 [Kinetic 9K9]
- mch603 [Metalhorse 60HC3]
- mch613 [Metalhorse 61HC3]
- p351 [Pacific 531]
- p362 [Pacific 236]
- p379 [Pacific 937]
- slt [Stormrage TL]
- vvn [Volcano 7NV7]
- ws [Whiplash 9004]
- police [Police ;-)]
| "vvn" |
instructions: | The scenario instructions | "Take a tour across America to deliver the special cargo to Los Angeles on time." |
money: | The initial money assigned to all players | "10000" |
prestige: | The initial prestige assigned to all players 0-100 | "50" |
loan: | The initial loan amount assigned to HUMAN player | "10000" |
location: | The initial location any or list of valid location delimited by ; [semicolon] You can use: - seattle
- sanfrancisco
- losangeles
- greatfalls
- saltlake
- denver
- albuq
- minneapolis
- kansas
- dallas
- houston
- chicago
- memphis
- indianapolis
- atlanta
- pittsburgh
- boston
- newyork
- washington
- miami
| "boston" or "boston;newyork" |
time_limit: | Time limit -1 no limit or time limit in seconds of game time - -1 = no limit
- 1000=20sec
- hard level -20% less time
- medium leve -10% less time
| "1000" or "-1" |
win: | Win conditions: - none:0
- money:amount
- delivered:city
| "delivered:losangeles" or "none:0" or "money:2000000" |
Here is my simple example. Try and make new scenario!!! You must remember where is this definition from ;-)
|