Game Development Community

Can someone help me?

by Nathan Cox · in General Discussion · 05/14/2008 (11:44 am) · 2 replies

Ok, I have a model I would like to import into my game. I want to make it a controllable character that is activated when someone ticks the "Male" option in my create a character (I've got the gui and everything sorted). When i try it though It usually crashes when the player spawns. I've tried everything and even tried replacing everything in the orc folder. Not working. Does anyone have any ideas? Also, how do i make it so when the control object is a different datablock (e.g %controlobjectid.setdatablock(%datablockid); ) it shows on everyone elses (i want it serverside not clientside).

Thanks in advance!!

#1
05/14/2008 (7:44 pm)
May want to post a bit of your on spawn code as well as your selection code, also what is your console log showing when you crash? It's probably just a simple naming error, either not finding a name or have two seperate things with the same name.
#2
05/15/2008 (8:52 am)
I'm afraid I don't have Torque game engine (getting it VERY soon), I'm modding a base game, so i dont know where to find the spawn code. In my create a character gui it shows a preview of your char and it shows up there!! (Although, in create a character it is just an object view, not an animated object). I think the animations arent matching up, anyone know how i can make it do this?