Game Development Community

Racing mod help

by wingman · in Torque Game Engine · 08/25/2003 (4:09 am) · 2 replies

Just bought torque a few minutes ago, ready to start foolin around.

Quick simple question: How come I cant change the usermod pref in main.cs to racing, and run the .exe and have it load the racing mod? The dos window just hangs!

$baseMods   = "common";
$userMods   = "fps";  //change this to racing ?
$displayHelp = false;

I created a shortcut, and added the '-mod racing' parameter to play around with the mod (which is very cool), im just curious as to why the above does not work.

tia

#1
08/25/2003 (4:17 am)
I think you have to type in
$userMods = "fps;racing"; or $userMods = "fps,racing";
or something like this. I don't know it anymore. But try it. It works with something like that...
#2
08/25/2003 (3:09 pm)
I got it down now. Have spent all day working on some stuff.