Game Development Community

Only single player game

by Marcin Rybinski · in General Discussion · 06/19/2007 (12:03 pm) · 1 replies

Hi

First sorry for my english ...

I have question ... how create only a single player game? All kit's have multiplayer but i want create only single player game :( I don't want server's and mision ... this is my first step with TGE and i can't find any tutorial to this

#1
06/19/2007 (1:04 pm)
Well, no matter what you will constantly be using the whole server-client thing, even if you are only playing single-player.

You will notice that when you click in starter.fps to start mission, there is a box to check if you want to host a multiplayer game - if you don't check that you aren't multiplayer, even though it still uses all the server and client scripts.

An example would be tutorial.base, it is single-player though it still has the whole server-client setup - that's just how Torque is. Though really it is nice - if you ever want to add multiplayer, depending on your game it can be REALLY easy to add atleast basic multiplayer support.

Oh, and sorry if I am not explaining it well.

PS : Your English is fine.