Game Development Community

Multiplayer: Missing Sequence

by John "Asceth" Long · in Torque Game Engine · 08/30/2004 (5:00 pm) · 1 replies

Alright first off I'm going to state my problem. Here is the screenshot.

img70.exs.cx/my.php?loc=img70&image=error8.jpg

I've been basing the scripting off of the Realm Wars code base and have added multiple player classes. Instead of just the orc and elf that RealmWars has I now have the orc plus 10 other classes. I've looked at my orcs player.cs and the accompanying TSShapeConstructor and made sure each .dsq file was there for the orc. I've also copied the original Realm Wars orc player code into my rw/data/shapes/player/ directory and still have yet to solve the problem. Each of my other ten classes are based upon one model with varying skins and each of them have their own player.cs file with a different TSShapeConstructor. I just want to know the possible reasons that I could get the error you see above so I can try and track it down and get multiplayer working again. If you need other source code of my scripts just ask and I'll post.

About the author

Recent Threads


#1
09/04/2004 (1:39 pm)
Hmm... That error is normally due to missing or mismatched files. I would triple check all the files...