Game Development Community

Renaming Starter.fps

by Joseph Euan · in Torque Game Engine · 10/29/2004 (1:25 am) · 6 replies

I want to edit the starter.fps folder/files to use for my game, And I just wanted to know which files I need to edit?

Thanks
Joseph

#1
10/29/2004 (1:45 am)
The actual folder and main.cs
#2
10/29/2004 (2:31 am)
I know that, but I mean the files that contain the info about the game ect
#3
10/29/2004 (2:56 am)
Oh... ehrm.. edit the files that you want to edit :) For example, server/scripts/player.cs if you want to edit your player, or server/scripts/game.cs if you want to edit game settings.
#4
10/29/2004 (5:33 am)
I want to take out all traces of the orc game.

Sorry if i'm not too clear.
#5
10/29/2004 (5:36 am)
Then go do it Joseph.

Look for what is unique to the orcgame. Remove the orc, the crossbow and their references in the server scripts. Remove the GUI's, the mainmenu and the terrain textures, and the sky.. the interiors etc.

You'll get a pretty clean copy.. but IMO it's always easier to start with something and build from there and change it as you go.
#6
10/29/2004 (11:53 pm)
You might want to check this resource, and then this resource.