Main Menu
  • Welcome to The RPG Maker Resource Kit.

Z Button not used and making System Sound

Started by Fatih, February 02, 2014, 10:09:05 PM

0 Members and 1 Guest are viewing this topic.

Fatih

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?

Irock

You need to pop out your Z key and replace it with a new one.

&&&&&&&&&&&&&

#2
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".
&&&&&&&&&&&&&&&&

Fatih

Quote from: Lord Stark on February 02, 2014, 11:53:04 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...

&&&&&&&&&&&&&

Ok.

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

Fatih

Quote from: Lord Stark 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.

Sorry for the late reply.

It works now, thanks. IDK what happened with the controls.

Zexion

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