Forums Index >> Modding >> Art Crazy's CTF 2.1 Script Problem
Page : <1> :
When I get that error (##), it usually means that there is formatting on that line that is hidden. Try retyping that line form null. You probably copy and pasted something weird. Also make sure there is a space between executions.
Hopefully it's not in the cs since you only have the dso.
MAX
Max is BACK? %) Great! Racer, your problem probably isn't related to Linux, one person tested it on Linux and it worked fine... Anyway, that's the sadness of Art Crazyİ not liking open-source. :'(
-CLİ
Just redownload the.dso file -- that should fix it...
Did u right click + save as? If not try it
Racer be sure that on the.mis file u put "exec("game/gametypes/CTF.cs");" and not "exec("game/gametypes/CTF.cs.dso");"
Nope not that, it is this:
Racer be sure that on the.mis file u put exec("game/gametypes/CTF.cs"); and not exec("game/gametypes/CTF.cs.dso");
Page : <1> :
Here's what I get from the Console:
Executing game/data/missions/TT3_1.mis.
Compiling game/server/scripts/CTF.cs.dso...
game/server/scripts/CTF.cs.dso Line: 1 - Syntax error.
>>> Advanced script error report. Line 1.
>>> Some error context, with ## on sides of error halt:
##
>>> Error report complete.
Executing game/server/scripts/CTF.cs.dso.
game/server/scripts/CTF.cs.dso Line: 1 - Syntax error.
>>> Advanced script error report. Line 1.
>>> Some error context, with ## on sides of error halt:
##
>>> Error report complete.
Object 'bluectfgoal' is not a member of the 'GameBaseData' data block class
game/data/missions/TT3_1.mis (0): Register object failed for object (null).
Object 'greenctfgoal' is not a member of the 'GameBaseData' data block class
game/data/missions/TT3_1.mis (0): Register object failed for object (null).
Any help with this? Also, is there a Linux release for this? I will be switching TT over to the newest release of Red Hat soon, so I need to make sure.