Game Development Community

Control Object Switch

by Mike Wigand · in Artist Corner · 02/06/2002 (8:51 am) · 2 replies

I am trying to load the game with a different player model. The problem that I am having is that the game wont load with the new model. I want it to load with my model and not the player.dts model. What kinds of changes would I have to make to implement this?

Thanks,
Mike

#1
02/06/2002 (1:03 pm)
Check out GameConnection::createPlayer in game.cs. That may give you an idea of how to easily replace the player.
#2
02/07/2002 (5:08 am)
What kind of problems are you encountering when you try to add your new model?