Game Development Community

Player replaced, now i got a "version error

by Tom · in Game Design and Creative Issues · 07/13/2006 (11:09 am) · 3 replies

Ok, i made a couple of games, and this is the first time this happened!

i changed the character in the fps.starter kit to my home made char. i have a couple of animations, everything is peachy, now i made a better version of it. (well, the first was a test character, now i finishe the real character) and just replaces the path to the shape files in player.cs in the srver folder.

now im getting "you do not have the correct version...." error, and i cant start the game.

1. how do i resolve this?
2. y does it happen now and not when i replaced the character the first time?
3. is there a way to force the game to start anyway?

#1
07/13/2006 (11:16 am)
Check the console log to see what is causing the error. Most likely you've either forgotten to copy something over or there's some incompatibility with your model.

Also, questions like this are better suited in the Torque Public Area forums.
#2
07/13/2006 (11:42 am)
Oh, ic. ill keep that in mind:)

thank you very much. i checked the console, and found that for some odd reason my sky.dml file went missing!! so i just replaced it and now its all good. so thank you

(altough would you happen to know y the dml file vanished? cuz i didnt delete it)
#3
07/13/2006 (12:01 pm)
I don't know of any reason why that file would be missing. The most likely explanation is that it fell through the cracks when copying things over, or you accidentally deleted it somehow and didn't realize it.