shoiko Posted December 22, 2015 Share Posted December 22, 2015 Is there a basic template with multiplayer functionality? Hosting a server, spawning players and allowing them to move around. I'm just starting and the "Full" template has too many legacy lines, including unnecessary stuff for my game. Unfortunately, the "Empty" one has nothing, not even prediction or something like that. Quote Link to comment Share on other sites More sharing options...
Duion Posted December 22, 2015 Share Posted December 22, 2015 That is all inside the full template. What do you mean with "legacy lines" ? You can just remove stuff you don't want. Quote Link to comment Share on other sites More sharing options...
Johxz Posted December 24, 2015 Share Posted December 24, 2015 maybe you can start testing this template http://forums.torque3d.org/viewtopic.php?f=40&t=484 Quote Link to comment Share on other sites More sharing options...
JeffR Posted December 25, 2015 Share Posted December 25, 2015 As John said, the new Base Template actually is fully multiplayer enabled, just that as it's a BASE template, clients spawn as spectator cameras, rather than players. The next step is to work on a drop-in package overtop the new base template that will implement basic shooter gameplay mechanics, but the base template is a good 'from scratch' starting point that still has the main stuff you'd need to work with, such as menus, ability to host/join server, etc. Quote Link to comment Share on other sites More sharing options...
LukasPJ Posted December 28, 2015 Share Posted December 28, 2015 Just wanted to chime in and note that the empty is just as multiplayer enabled as the full template is.Perhaps you should look at the t3d-bones tutorial or the coin pick-up tutorial to get a better understanding of torque 3d and its multiplayer capabilities.Edit:Bones: https://github.com/eightyeight/t3d-bonesCoin: http://wiki.torque3d.org/scripter:coincollection Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.