Oh well thats easy, you just have to trigger the movement controls (And of course ability hotkeys) for each player separately.
Or you could also use arrays (Each button and hero would have to be stored in an Array[2]). But for the purposes of this discussion lets keep it simpler and assume you are triggering them separately. Just make one player use WASD and the other Arrow Keys. Just like any other game. Or better yet you could theoretically allow the players to set the controls.
Just curious if anyone knows how to do this? Or if its even possible?
Just lock the camera to the wherever you want it, and lock both players to it.
I don't think you are understanding the question. It would be essentially the same player, since they are on the same screen (computer)
Do you basically want splitscreen, or just two people playing on the same screen, viewing the same thing.
The second is easy, but the first.... dunno.
@Ardnived: Go
Yeah i just want 2 playable characters to be controled by 2 ppl on the same screen, no split lol
Oh well thats easy, you just have to trigger the movement controls (And of course ability hotkeys) for each player separately.
Or you could also use arrays (Each button and hero would have to be stored in an Array[2]). But for the purposes of this discussion lets keep it simpler and assume you are triggering them separately. Just make one player use WASD and the other Arrow Keys. Just like any other game. Or better yet you could theoretically allow the players to set the controls.
@Ardnived: Go
I tried that but it does not seem to be working, think you could DL my map and see what the problem is?