Game Development Community

Need help cleaning up project files

by Brandon Perkins · in Torque 3D Beginner · 01/16/2014 (10:26 am) · 1 replies

I started an empty template project but I still have some things that I don't need. Primarily the code and items for network and multiplayer functionality. Is it safe to delete this stuff from my project? I know that there is a server folder in the game/core directory but are there any other resources I should remove and will I have to change anything in other files or folders to compensate for this change?

#1
01/16/2014 (7:51 pm)
I'm not sure how far along you are with torque ( Hell you may be a master compared to my knowledge, lol).

But I suggest not getting rid of the network/server scripts/files. Torque uses this topology of client/server connections even in single player games, and simply binds a server to the client when launching any 'map'.