Game Development Community

Multiple game instances on single server

by Eugene Str · in Technical Issues · 01/22/2008 (4:09 am) · 1 replies

Is it possible to handle multiple game instances at single dedicated server using Torque?

About the author

Recent Threads


#1
01/22/2008 (8:45 am)
Yes. Each instance should listen to its own port and you'd need a way to relay that port information to the clients. Although, with some trickery, you could actually assign certain client objects to only interact with other certain objects, but I wouldn't recommend that.