Any way to rebind the keys in FFR?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Isobar
    FFR Player
    • Apr 2005
    • 2

    #1

    Any way to rebind the keys in FFR?

    In Step, there is an obvious way to do it, any way to rebind the keys in FFR so that I can use DFGH for my keys instead of the arrows? Thanks!
  • igotrhythm
    Fractals!
    • Sep 2004
    • 6535

    #2
    RE: Any way to rebind the keys in FFR?

    Regrettably, no. Since it sounds like you play 4 fingers on 2 hands, here's how I do it:

    Left middle on left arrow
    Left index on down arrow
    Right index on up arrow
    Right middle on right arrow

    It may feel weird at first, but it just felt natural to me from Day 1. This style has the benefit of maximizing your speed, after which the accuracy will come with practice.

    Good luck!
    Originally posted by thesunfan
    I literally spent 10 minutes in the library looking for the TWG forum on Smogon and couldn't find it what the fuck is this witchcraft IGR

    Comment

    • Isobar
      FFR Player
      • Apr 2005
      • 2

      #3
      RE: Any way to rebind the keys in FFR?

      hmm ok, thanks. that wasy doesn't seem to work well for me, I have been playing one handed, and got to the point where I can beat Flight of the Bumblebee, but I can't do it consistantly, and I noticed how easy of a pattern is in the song, and using 2 hands would be really easy for it.

      Comment

      • Shashakiro
        TWO THOUZAND COMBO
        FFR Simfile Author
        • Aug 2005
        • 9082

        #4
        RE: Any way to rebind the keys in FFR?

        You can also use the numpad or any combination of the arrows and numpad.

        One of the most popular two-handed combinations is < V 8 6. I use it, along with many others. Try it out.
        4th Official FFR Tournament - Master division champion!

        Originally posted by Boogiebear
        use ur bain. Itz there for a reason.

        Comment

        • drummerlsu
          Geaux Tigers
          • Apr 2004
          • 105

          #5
          Don't give up so quickly. I remapped my keys similar to how you want yours - I use DFJK. There are likely many ways to do this. I use an AutoHotkey script. You can download AutoHotkey here:

          Free keyboard macro program. Supports hotkeys for keyboard, mouse, and joystick. Can expand abbreviations as you type them (AutoText).


          Here's the script I use:

          *j::Send, {UP}
          *f::Send, {DOWN}
          *d::Send, {LEFT}
          *k::Send, {RIGHT}

          Once it's running, you can enable/disable it as you wish with an icon in the taskbar.

          I'd be interested to hear how effective this is on various computers. I've never heard of anyone else doing it. Though I can't detect a delay, I've always wondered if there was one. Even so, it's the only way I can play FFR decently on this laptop, as some arrow keys conflict when pressed together.

          Comment

          Working...