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!
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
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
Torque 3D Owner Marco Meier
Slickware Games
$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...