Charas-Project

Game Creation => Requests => Topic started by: FinalFantasy11 on September 04, 2005, 11:34:21 PM

Title: 2-Player-Tutorial Needed
Post by: FinalFantasy11 on September 04, 2005, 11:34:21 PM
Basically, what I mean is this. When you press certain buttons, the 2nd player character moves. Like this:

W key = 2nd Player moves UP
S Key = 2nd Player moves DOWN
A Key = 2nd player moves LEFT
D key = 2nd Player moves RIGHT
F key = 2nd player INTERACTS

Can someone leave me a tutorial showing how to do that? Thanks!
Title:
Post by: Meiscool-2 on September 04, 2005, 11:49:21 PM
you can't use the W/A/S/D keys, but you can use 1/2/3/4.

Make a common event in your data base, and set it on paralle process. Then, make your first command for that event be:

key input:
(leave all but the numbers 0-9 unchecked.)

then store that varible in something, and call in player2 movement. In that same script, make a condictional branch, and use the same varible. Make four of these, and yet it to if they equal 11/12/13/14.

then, if it equals 11, make the player two event move left. If it equals 12, make the player 2 event move up. 13 down, and 14 up.

That's the closest you'll get to having two players.
Title:
Post by: FinalFantasy11 on September 04, 2005, 11:55:28 PM
Uhm, there is no "Key Imput" command. I'm using RM2K, if that clears anything up.
Title:
Post by: FinalFantasy11 on September 05, 2005, 12:10:14 AM
Hello?
Title:
Post by: wildguy3922 on September 05, 2005, 12:12:48 AM
It's been 15 minutes after you last posted, you could've waited longer.

Key inputs, in other words, passwords, in RM2K, are Up, Down, Left, Right, Enter, and Esc. That's it

On RM2K3, it's adds 0-9. I think, but I'm not sure because I don't use RM2K3 a lot, I think you can use /.

But you can't use letters.
Title:
Post by: WarxePB on September 05, 2005, 01:11:59 AM
It's literally imposible to make a 2-player system in RM2K. You might have some luck with RM2K3, but it is still relatively difficult.
Title:
Post by: Meiscool-2 on September 05, 2005, 02:42:51 AM
I made what you can say could be a 2-player system in my ABS game pact. It's ment to be played by one person, but I have a spell ring that you move with the 1,2,3,4 buttons that another person could control.
Title:
Post by: wildguy3922 on September 05, 2005, 02:50:54 AM
Yeah, or, if you press one, you control one character, and when you press 2, you move another character, all the way to 9.
Title:
Post by: Me5kuTis on September 05, 2005, 04:47:20 AM
That's a good idea.
If you guys want all keyboard and mouse support on RM2K then what you need is Ineluki's keypatch. That's a german addon to rm2k making it's posibilities alot bigger. I'm using it in all of my games.
Title:
Post by: Kirbylover3300 on September 28, 2005, 10:13:54 PM
Quote
Originally posted by Me5kuTis
That's a good idea.
If you guys want all keyboard and mouse support on RM2K then what you need is Ineluki's keypatch. That's a german addon to rm2k making it's posibilities alot bigger. I'm using it in all of my games.

use the keypatch, thats what I did for my 2-player system. I still need some help w/ it though.....
Title:
Post by: Grandy on September 28, 2005, 10:23:21 PM
OMGTOPICKICK!!11!