The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: Fatih on February 02, 2014, 10:09:05 PM

Title: Z Button not used and making System Sound
Post by: Fatih on February 02, 2014, 10:09:05 PM
RPGXP, and I didn't know where else to post it.

So I went ahead to test out part of my intro, but it seems that when I try to use the Z button, nothing happens other than making one of the system sounds. It still happens after the intro, and I can only use space. I DID NOT change any scripts, and I have not made any changes that would affect the button.

Any help?
Title: Re: Z Button not used and making System Sound
Post by: Irock on February 02, 2014, 10:14:37 PM
You need to pop out your Z key and replace it with a new one.
Title: Re: Z Button not used and making System Sound
Post by: &&&&&&&&&&&&& on February 02, 2014, 11:53:04 PM
What are you trying to make the Z button do?

Also, if you didn't know.
"Z button" does not mean Z key.
Press F1 while playing your game to open up a menu. In the menu go to "Keyboard".
Title: Re: Z Button not used and making System Sound
Post by: Fatih on February 08, 2014, 04:37:09 PM
What are you trying to make the Z button do?

The same thing as the space bar (accept, OK, etc.), the Z button should have done the same thing as Space...
Title: Re: Z Button not used and making System Sound
Post by: &&&&&&&&&&&&& on February 08, 2014, 04:45:37 PM
Ok.

1. Start game.
2. Press F1.
3. Go to keyboard.
4. Change Z:A to Z:C.
Title: Re: Z Button not used and making System Sound
Post by: Fatih on February 23, 2014, 05:55:44 PM
Ok.

1. Start game.
2. Press F1.
3. Go to keyboard.
4. Change Z:A to Z:C.

Sorry for the late reply.

It works now, thanks. IDK what happened with the controls.
Title: Re: Z Button not used and making System Sound
Post by: Zexion on February 23, 2014, 09:14:56 PM
Gotta be careful changing that. There is some underlying problem causing the in game letter A (which is mapped to Z on the keyboard by default) to play that sound. What you did is basically changed that button so it doesn't exist and now does exactly as the the space, c, and enter buttons do.

By default RMXP has these keys:
L - Q on keyboard
R - W on keyboard
X,Y,Z - A,S,D on keyboard
A,B,C - Z,X,C on keyboard.

The C button has a few different ways of being called such as enter and space. Keep in mind when developing, that YOUR changes to the keyboard will not effect OUR changes. If that sound played when you pressed 'Z' (A), then it will still play when anyone else presses 'Z' (A)

Hope i wasn't too confusing