Game Development Community

Problems with HEAD Tag (177)

by Wasik Slawomir · in Torque Game Engine · 02/17/2003 (10:29 am) · 3 replies

I'm download actualy version of Torque engine. When i'm compiled, i can't run RACING mod!!! Why? Relams, FPS and SHOW work correctly but RACING not work. Please help and sorry for bad english.

#1
02/17/2003 (11:33 am)
This happened to me too but I got it to work this way.
1. Run the game as:
torqueDemo -mod racing
- this will fail.
2. Now run it again this way:
torqueDemo -game racing
- should work now.

Worked for me. (buts its now 3:51am and my head is reeling)

Alex
#2
02/17/2003 (2:49 pm)
when they made RealmWars the default in main.cs it broke the Racing mod.
Make fps the default and the racing mod works again
#3
02/17/2003 (11:01 pm)
Thanks :) -mod racing (not -game racing) working!!!