Game Development Community

Solution for different type of player

by M Sazzad Karim · in Torque Game Engine · 08/18/2006 (12:31 pm) · 2 replies

Hi,

I need help to add different type of player in my torque game. Can anyone give me s ome suggestion about it.
What I want to do basically, while my game server is running, the clinet will log into the server from other PC.
From the JoinServerGui, when the client type their name, the server will check the name and according to the name server will create different kind of player.

For example, if player name is Orc, he will get an orc and when the player type elf he will get an elf.
Can anyon advise me the basic technique? Like if I have to create a new kind of player script and then how can i control the joining etc.


Thank you,