Game Development Community

SplitScreen Multiplayer.. How to?

by Tod Frye · in Torque Game Engine · 09/25/2007 (2:26 pm) · 1 replies

I need to do a two player split screen demo, and i have no clue... what to do? where to start?

#1
09/25/2007 (4:27 pm)
Well, I think that there is more to it than this, but check out this resource Multiple Viewports as a start. I think you'd have to modify that or use that to replace the default and create 2 default viewports taking up a portion of the screen. You would probably need to add 2 cameras and player connections with different controls. I think it might be tricky, but maybe that will give you a start.