Splitscreen

Post your coding questions such as 'how to' here.
Post Reply
Extra_Ammo

Splitscreen

Post by Extra_Ammo »

Is there anyway to do split screen for multiplayer on the same computer?
Mr. O
Newcomer
Posts: 32
Joined: Thu Nov 15, 2007 4:10 am
Location: United States

Re: Splitscreen

Post by Mr. O »

Unless you have a very very good dll file that does not require any return value good luck.
Cool basic is not designed to do this!

Good luck finding one!
Mr. O
koodaaja
Moderator
Moderator
Posts: 1583
Joined: Mon Aug 27, 2007 11:24 pm
Location: Otaniemi - Mikkeli -pendelöinti

Re: Splitscreen

Post by koodaaja »

Splitscreen is not that hard to make, and it has been done several times. The most used technique is to make two images. Then, for both of the images, set drawing to image, CloneCameraposition to one player, draw using drawgame and then draw the pictures. There are (or were, at least) some examples about this on the forums.
Koodiapina
Forum Veteran
Posts: 2396
Joined: Tue Aug 28, 2007 4:20 pm

Re: Splitscreen

Post by Koodiapina »

viewtopic.php?f=12&t=391 In finnish, but try to understand the code ;)
Post Reply