Multiplayer Reversed Arrows (Make them go down!)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JohnnyPrimus
    FFR Player
    • Aug 2005
    • 15

    #1

    Multiplayer Reversed Arrows (Make them go down!)

    I've reviewed the MP rules that Shash posted and came to the conclusion that this doesn't break any of them. If I'm mistaken, let me know and I'll rescind this post.

    Many people have asked for a long time if it's possible to play multiplayer with downward falling arrows, and the answer has always been no. It is actually possible to do this, provided you're using a capable video card and have made minor modifications to your AutoHotkey configurations.

    I'm using an ATI X1300 card, so my examples will show the ATI control interface, however I've got an Nvidia geforce card in another box and the process is nearly identical. Both ATI and Nvidia have quite intuitive tray interfaces, so this should be a cinch.

    Also note that dual monitors make this far easier, though it's perfectly possible with a single monitor.

    Moving right along, the first step is to access your cards control panel. This can be done via the tray icon (this is the easiest and fastest), or via Window's display settings interface. Select your secondary monitor (if you've only got one monitor you will obviously be selecting that) as shown below:




    Next highlight "Rotate display", and select "Inverted Landscape (180 Degrees)", again illustrated below:




    The secondary screen (or primary for single monitor people) will then flip upside down. This is not a seemless transition, while the screen IS upside, you'll also notice that things that were on the right are now on the left side. Examples follow.

    Before:




    After:




    A final shot of the inverted FFR interface:




    We're mostly done now, the arrows will fall downwards at this point, however since right and left are now switched, you'll need to modify (or better yet, create a new) the AutoHotkey config. This portion is easy. Just reverse the list keys.
    For example if you normally play with this:

    z::Send {Left}
    x::Send {Down}
    n::Send {Up}
    m::Send {Right}

    You should change it to this:

    z::Send {Right}
    x::Send {Up}
    n::Send {Down}
    m::Send {Left}

    Now the inputs will match the arrows, which are falling in reverse. Welcome to multiplayer down arrows .

    Some Mod input on this would be nice, I'm not sure if this lies in a gray area, but it seemed acceptable to me according to the rules. It is worth noting that the song stepfiles will now be reversed. (For instance a segment that was <,V,<,V will become >,^,>,^).

    I should also point out that once you've become accustom to a spread layout, it's typically not very difficult to learn to play with the arrows going up. That said, I prefer playing both multiplayer and single with a down flow.

    I created a set of AutoHotkey scripts to handle this automatically. You can grab the script from this thread:
    Last edited by JohnnyPrimus; 09-21-2006, 12:27 PM. Reason: Crosslink to AutoHotkey script
  • Ryusei_
    God
    • Mar 2006
    • 1085

    #2
    Re: Multiplayer Reversed Arrows (Make them go down!)

    Very well done.

    Comment

    • Tasselfoot
      Retired BOSS
      FFR Simfile Author
      • Jul 2003
      • 25185

      #3
      Re: Multiplayer Reversed Arrows (Make them go down!)

      nothing wrong or "illegal" about it. nice guide too.
      RIP

      Comment

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

        #4
        Re: Multiplayer Reversed Arrows (Make them go down!)

        Someone check to make sure this works.

        If it does, I'll put a link in the guide.
        4th Official FFR Tournament - Master division champion!

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

        Comment

        • Bahamut-X
          FFR Player
          FFR Simfile Author
          • Nov 2004
          • 3399

          #5
          Re: Multiplayer Reversed Arrows (Make them go down!)

          Some please explain what this "autohotkey is", I've heard it mentioned vaguely previously and never found out what it was.

          Comment

          • TS_SonicMaster
            FFR Lolicon
            • Apr 2006
            • 1257

            #6
            Re: Multiplayer Reversed Arrows (Make them go down!)

            Originally posted by Bahamut-X
            Some please explain what this "autohotkey is", I've heard it mentioned vaguely previously and never found out what it was.
            are you serious about this? everyone who uses a computer should know about autohotkey

            Comment

            • JohnnyPrimus
              FFR Player
              • Aug 2005
              • 15

              #7
              Re: Multiplayer Reversed Arrows (Make them go down!)

              AutoHotkey is an application that temporarily remaps keys. So long as the application is running, the keys are remapped. When you quit, they revert to normal.

              It's a decent app, and has pretty robust scripting support that allow for some time saving things (like pressing a button to activate an entirely different keyboard layout). I've got another thread floating around with examples of dynamic scripts.

              Comment

              • dore
                caveman pornstar
                FFR Simfile Author
                FFR Music Producer
                • Feb 2006
                • 6317

                #8
                Re: Multiplayer Reversed Arrows (Make them go down!)

                I've used this sort of thing to mess around with right scroll going up (increasing speed mod basically) but my video card can't handle it.
                http://www.youtube.com/watch?v=IREnpHco9mw

                Comment

                Working...