Once again: a starter.fps question
by David M. · in Torque Game Engine · 02/12/2008 (4:36 pm) · 5 replies
Ok... I got the demo with the starter.fps in it. Obviously and for testing, the first thing I did was to change the folder name to mygame.
Then I tried to load a mission and the following error showed on the screen:
"You do not have the correct version of the FPS starter kit or
the related art needed to play on this server, please contact
the server operator for more information."
as such, I can only assume one of the scripts in that example is hardcoded to the starter.fps folder (or something like that...
Any ideas?
Then I tried to load a mission and the following error showed on the screen:
"You do not have the correct version of the FPS starter kit or
the related art needed to play on this server, please contact
the server operator for more information."
as such, I can only assume one of the scripts in that example is hardcoded to the starter.fps folder (or something like that...
Any ideas?
#2
02/12/2008 (5:49 pm)
Got most of them it seems... thank you.
#3
Good luck and happy torquing. :-)
02/13/2008 (2:00 am)
You are welcome. If I remember correctly, there are 2 cs files with hard links. I can't recall off the top of my head what the other one is. I just keep an eye on the console log and it tells me.Good luck and happy torquing. :-)
#4
"example/common/main.cs"
(near the end)
"example/starter.fps/server/scripts/sqExamples.cs"
(all over)
=)
Just as a side note, it is possible to change the code so it's not hardcoded using ~ to represent a parent folder.
02/13/2008 (6:36 am)
Found them, and to let anyone who needs it know the files are:"example/common/main.cs"
(near the end)
"example/starter.fps/server/scripts/sqExamples.cs"
(all over)
=)
Just as a side note, it is possible to change the code so it's not hardcoded using ~ to represent a parent folder.
#5
ok after looking i couldnt find sqExamples.cs does anyone know the equivalent in TGEA or TGE1.4SDK
02/22/2008 (10:10 am)
Good to know, thanksok after looking i couldnt find sqExamples.cs does anyone know the equivalent in TGEA or TGE1.4SDK
Torque Owner Mike Rowley
Mike Rowley
There are several places where the datablocks are hard linked to starter.fps.