Game Development Community

How Do I edit starter.fps?

by Tony Nguyen · in Torque Game Engine · 01/19/2006 (4:17 pm) · 2 replies

How Do I edit starter.fps with VC++ Express
because it says i need to edit my source or somin to add networking(SQLite)

#1
01/19/2006 (4:25 pm)
First, you don't edit the mod with VC++ Express, or any compiler/IDE package like that. You use a script editor, or notepad.

Secondly, SQLite is a light database, not "networking".
You need access to the source if you want to integrate it and how to do that is explained, just like most of the other questions you ask: in the documentation.

You see, the documentation is very useful. Use it. Saves you alot of pain later. And you'll get your answer sooner, yay.
#2
01/19/2006 (4:26 pm)
Inside the Starter.FPS folder you will find .cs files which contain torque script.

You can open and edit them using a program such as Torsion