Meraxes

Recruit
  • Posts

    1
  • Joined

  1. For all you Hover/Fly fans out there, here is a nice toggle bind I came up with. (Note: you should have experience with toggle binds before using this)

    First, you simply need to load Hover1.txt manually either in by placing it in your default bindings or loading it one time.

    What it does is toggle between 3 states of hover:
    Pressing "F" the first time will:
    1) first launch your character into the air via Jump
    2) then hit hover at its highest point
    3) Keep moving you up to get out of range of the bad guys

    Pressing "F" a second time will:
    1) Stop the upward movement, retaining the hover status

    Pressing "F" a third time will:
    3) Drop you to the ground like a stone!

    Pressing "F" a fourth time is actually the same as pressing the first time.

    BUT THATS NOT ALL!
    Pressing SHIFT+F during any state toggles you between Hover and Fly mode (with indicator text!)

    Pressing "K" will tell you what status you are in at any given time.

    Pressing SHIFT+T will reset the toggle. This is important because sometimes the toggle can get out of sync due to critters
    which knock you out of the air.

    Here are the binds!!
    BTW I have mine placed in c:\coh\binds, but feel free to modify the path or letters at your whim.

    hover1.txt
    [ QUOTE ]

    f "powexec_name Hover$$powexec_name Hover$$++up$$bind_load_file c:\COH\Binds\Hover2.txt"
    lshift+f "Tell $name,<color blue><bgcolor yellow><scale 1.25>Fly Mode!$$bind_load_file c:\coh\binds\fly1.txt"
    k "Tell $name,<color red><bgcolor yellow><scale 1.25>Hover1 - Stationary On Ground"
    lshift+t "Tell $name,<color blue><bgcolor yellow><scale 1.25>Reset Hover/Fly Toggle$$powexec_name Hover$$powexec_name Brawl$$powexec_abort$$-up$$bind_load_file c:\COH\Binds\Hover1.txt"



    [/ QUOTE ]

    hover2.txt
    [ QUOTE ]

    f "-up$$bind_load_file c:\COH\Binds\Hover3.txt"
    lshift+f "Tell $name,<color blue><bgcolor yellow><scale 1.25>Fly Mode!$$powexec_name Fly$$bind_load_file c:\coh\binds\fly2.txt"
    k "Tell $name,<color red><bgcolor yellow><scale 1.25>Hover2.txt - Hovering, Moving Up"
    lshift+t "Tell $name,<color blue><bgcolor yellow><scale 1.25>Reset Hover/Fly Toggle$$powexec_name Hover$$powexec_name Brawl$$powexec_abort$$-up$$bind_load_file c:\COH\Binds\Hover1.txt"


    [/ QUOTE ]

    hover3.txt
    [ QUOTE ]

    f "powexec_name Hover$$bind_load_file c:\COH\Binds\Hover1.txt"
    lshift+f "Tell $name,<color blue><bgcolor yellow><scale 1.25>Fly Mode!$$powexec_name Fly$$bind_load_file c:\coh\binds\fly3.txt"
    k "Tell $name,<color red><bgcolor yellow><scale 1.25>Hover3 - Hovering, Stationary"
    lshift+t "Tell $name,<color blue><bgcolor yellow><scale 1.25>Reset Hover/Fly Toggle$$powexec_name Hover$$powexec_name Brawl$$powexec_abort$$-up$$bind_load_file c:\COH\Binds\Hover1.txt"


    [/ QUOTE ]

    fly1.txt
    [ QUOTE ]

    f "powexec_name Fly$$++up$$bind_load_file c:\COH\Binds\fly2.txt"
    lshift+f "Tell $name,<color blue><bgcolor yellow><scale 1.25>Hover Mode!$$bind_load_file c:\coh\binds\Hover1.txt"
    k "Tell $name,<color red><bgcolor yellow><scale 1.25>Fly1.txt - Stationary On Ground"
    lshift+t "Tell $name,<color blue><bgcolor yellow><scale 1.25>Reset Hover/Fly Toggle$$powexec_name Fly$$powexec_name Brawl$$powexec_abort$$-up$$bind_load_file c:\COH\Binds\Hover1.txt"


    [/ QUOTE ]

    fly2.txt
    [ QUOTE ]

    f "-up$$bind_load_file c:\COH\Binds\fly3.txt"
    lshift+f "Tell $name,<color blue><bgcolor yellow><scale 1.25>Hover Mode!$$powexec_name Hover$$Bind_load_file c:\coh\binds\hover2.txt"
    k "Tell $name,<color red><bgcolor yellow><scale 1.25>Fly2.txt - Flying, Moving Up"
    lshift+t "Tell $name,<color blue><bgcolor yellow><scale 1.25>Reset Hover/Fly Toggle$$powexec_name Fly$$powexec_name Brawl$$powexec_abort$$-up$$bind_load_file c:\COH\Binds\Hover1.txt"


    [/ QUOTE ]

    fly3.txt
    [ QUOTE ]

    f "Powexec_name Fly$$bind_load_file c:\COH\Binds\fly1.txt"
    lshift+f "Tell $name,<color blue><bgcolor yellow><scale 1.25>Hover Mode!$$powexec_name Hover$$bind_load_file c:\coh\binds\hover3.txt"
    k "Tell $name,<color red><bgcolor yellow><scale 1.25>Fly3.txt - Flying, Stationary"
    lshift+t "Tell $name,<color blue><bgcolor yellow><scale 1.25>Reset Hover/Fly Toggle$$powexec_name Fly$$powexec_name Brawl$$powexec_abort$$-up$$bind_load_file c:\COH\Binds\Hover1.txt"


    [/ QUOTE ]

    Disclaimer: I'm not at my gaming PC so I took these from a backup I had, however there is a chance the backup is a bit outdated, if anyone sees an error please let me know and I'll fix it asap.