RPG Maker Forums

This is my FIRST TIME using the RPG Maker VX Ace and also my first post, and I can say, what a nifty program!


As for a beginner, I encounter problems and I have to ask this, where can I edit the WASD key movement for my player/menu movement?


Well I have found some codes, but the problem, where to input them? (my hunch is telling me is putting it in a script, but how?)


I also tried the <F1> key mapping but my question would be, would the mapping only affects the maker of the RPG or not?


Thanks btw..  :)


Code:
#==============================================================================
# ▼ WASD Movement
# -- Last Updated: 2014.02.25
# -- Author: Helladen
#==============================================================================

module Input
  #--------------------------------------------------------------------------
  # alias method: self.dir4
  #--------------------------------------------------------------------------
  class <<self; alias helladen_dir4 dir4; end
  def self.dir4
    return 2 if Input.press?(:Y)
    return 4 if Input.press?(:X)
    return 6 if Input.press?(:Z)
    return 8 if Input.press?(:R)
    helladen_dir4
  end
end

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,051
Messages
1,018,551
Members
137,837
Latest member
Dabi
Top