Charas-Project
Game Creation => Requests => Tutorials => Topic started by: rm2k3_rulez on May 14, 2008, 11:29:44 PM
-
I wanna make a 2player game for rpg maker 2003. Is it possible without the inleluki key patch? I tried downloading it once. It didnt work though. If anyone knows how to make a two player game please either post the event or post a screenshot if possible.
-
I don't think anyone figured out yet
-
I did!
All you have to do is use the numpad. Do something like this:
<>KeyInput Proc: [XXXX:YYYY]
<>Branch if Var [XXXX:YYYY] is 18
<>Move Event: Z, Move Up
...and do that for every button the character uses. Tell the player to use NumLock at the beginning of 2 player mode.
X represents the number of the variable.
Y represents the variables name.
Z represents the 2nd player's event name.
Also, ONLY use this for maps 20X15, or the 2nd player won't be shown if the player scrolls and the second player does not move.