Game Development Community

I have several questions on TGE or TSE.

by ysun · in Torque Game Engine · 05/20/2006 (10:08 am) · 2 replies

Hello, I have several questions:

What's the maximum number of multiplayer games? 32? 64? or more?

Does TGE or TSE support cooperation multiplayer game like DeltaForce? (ppl connect to a server to fight against A.I.)

Can TGE or TSE be used to develope flight simulation games? Is there any demo of this style games?

Thank you.

#1
05/20/2006 (10:44 am)
Hello,

TGE and TSE can easily handle 64 players per game. And with some work, that number can be extended to 128 or possibly higher.

TGE and TSE are able to support co-op multiplayer against AI. You and your team will need to script and code more life into the AI, though. Default AI provides a basic framework for you to work with.

Yes, TSE is currently being used to develop at least two flight simulators that I'm aware of. TGE is easily capable of it as well. You and your team may want to create a more realistic flight system than what comes standard, however.

I hope that helps,

Aaron E.
#2
05/20/2006 (11:15 am)
It helps a lot. Thank you. Now I am sure TGE/TSE is the one that I was looking for a long time. ;)