Game Development Community

Error when trying to execute runtorque.sh

by Ollipekka M · in General Discussion · 02/09/2004 (8:57 am) · 3 replies

This is the error message, wont work even if trying to run with -mod racing or -mod fps...

Error: Unable to load any specified mods
% Exiting

#1
02/09/2004 (10:42 am)
Make sure these lines appear in the main.cs in the indicated position....


//----------------------------------------------------------------------
// Process command line arguments

$modcount = 1;
$userMods = $defaultGame;
#2
02/09/2004 (11:26 am)
Well the torque source is up to date with cvs. So I already had those in main.cs ... Still the same problem...
#3
02/09/2004 (12:20 pm)
Fixed: I had wrong file rights to main.cs ... Stupid me.