Game Development Community

Flying Vehicle as Player

by Kimberly Unger · in General Discussion · 08/25/2003 (8:47 am) · 8 replies

What is the easiest way to replace the player with a flying vehicle?

#1
08/25/2003 (9:10 am)
Open the example/racing folder.
look in server/scripts/game.cs
#2
08/25/2003 (9:56 am)
What if you don't want to do it as a mod?
#3
08/25/2003 (10:07 am)
The instruction here has little to do with a mod.

only that it is where you find How it is done.
#4
08/25/2003 (10:12 am)
What if you don't want to do it as a mod?
#5
08/25/2003 (3:42 pm)
Hmm, you don't understand how Torque works, do you?
#6
08/25/2003 (5:57 pm)
I'm a novice, but I'm learning.
#7
09/03/2003 (6:07 pm)
In fps/server/scripts/game.cs you'll find some GameConnection methods. One of those is for when the client enters the game. That's where the player will get created. You change that there to create a vehicle instead
#8
09/04/2003 (12:22 pm)
@Robert.
Ok.."One of those.." but which one ? :)