Hello guys! I have 5 questions regarding customization of the Quick Tool Menu in Falcao Pearl ABS system. If you could answer even 1 of these, I'll be extremely thankful.
I have a picture attached to this post to help with explaining myself (please look at it, as all of the things I want changed are circled and/or crossed out)
1. So my first question is, would it be possible to completely remove the "Left Hand" option from the menu? (Which in my pic is called "2nd Weapon") There really is no use for it in my game.
UPDATE: I fixed question 2 on my own, so I only need questions 1, 3, 4, and 5 answered. 2. This is probably just a really dumb mistake on my part for messing with the script and there is most likely nothing you can do, but just in case: why are there 2 "D" hotkeys? The segment in the Battler Settings script looks like this and I don't see anything wrong with it:
# Type Key Display name
Weapon = [PearlKey::C, 'C'] # Weapon usage
Armor = [PearlKey::V, 'V'] # Armor usage
Item = [PearlKey::S, 'S'] # Item usage
Item2 = [PearlKey:
, 'D] # Item2 usage
Skill = [PearlKey::F, 'F'] # Skill usage
Skill2 = [PearlKey::W, 'W'] # Skill2 usage
Skill3 = [PearlKey::E, 'E'] # Skill3 usage
Skill4 = [PearlKey::R, 'R'] # Skill4 usage
# Follower attack toggle
Follower = [PearlKey::H, 'H']
# Quick tool selection key
QuickTool = PearlKey::A
# Player select call key
PlayerSelect = PearlKey::N
3. Is there also anyway to remove this 'S' hotkey? Since I'd like to remove the Left Hand or "2nd Weapon" from the game to begin with, there is no use for this command. I know that I will have to edit the graphic, but that doesn't remove the function from the script.
4. Same as with question 3, how do I remove the "Party Attack" command? (The 'H' hotkey) My game doesn't have any party members. I enabled the "Single Player Mode" so the Party Menu has been disabled, but this hotkey still exists.
5. This is honestly not as important, but is it possible to put the Face Graphic for the player character in the top left of the menu, replacing the messed up 4-frame sprite?
This is asking a lot; perhaps even
too much, I know. But if someone could give even the slightest bit of help, you will have my gratitude. If you would wish to be credited in my game, I will happily do that, as well.
Thank you so much~
