Allowing clients to add things in game
by Kevin Johnson · in Torque Game Engine · 06/06/2004 (8:06 pm) · 3 replies
I would like to allow access for a select group of users to edit terrain, drop objects etc..could some one point me in the right direction?
I've been looking through the docs and can't seem to find anything but vague reference to the admin system, and that seems to just give sysop like control
I've been looking through the docs and can't seem to find anything but vague reference to the admin system, and that seems to just give sysop like control
Associate Kyle Carter
Terrain is currently not set up to be modified in a multiplayer game - the changes won't get propagated out to the clients. You'll have to write your own net code to do that.