SimianDave

Citizen
  • Posts

    1
  • Joined

  1. My understanding:

    Q activates it
    up is forward
    down is backwards
    left is left
    right is right
    Q turns it back off and the keys return to normal for run/sprint...

    Right now all arrow keys activate it and so does q. I cannot walk or sprint anymore...

    I think I am missing a call that makes Q put everything back to normal when I want it off. The only change has been the directional keys.

    /bind_load_file <dir>\powers.txt

    Here are the text files:

    powers.txt

    q "powexec_name sprint$$powexec_name hover$$bind_load_file c:\macro\flight1.txt"

    flight1.txt

    q "powexec_name sprint$$powexec_name hover$$bind_load_file c:\macro\flight2.txt"
    up "+forward$$powexec_name hover$$powexec_name fly"
    left "+left$$powexec_name hover$$powexec_name fly"
    right "+right$$powexec_name hover$$powexec_name fly"
    down "+backward$$powexec_name hover$$powexec_name fly"
    space "+up$$powexec_name hover$$powexec_name fly"
    lshift+space "+down$$powexec_name hover$$powexec_name fly"

    flight2.txt

    q "powexec_name sprint$$powexec_name hover$$bind_load_file c:\macro\flight1.txt"
    up "+forward"
    left "+left"
    right "+right"
    downa "+backward"
    space "+up"

    Also, can anyone think of a way to code a diagonal movement? When I press up and left I move diagonally, very nice around corners, etc. However if I try it flying with this keybind, I stop.

    I'd love any suggestions.

    I'd also like to be able to move diagonally. (forward and left at the same time)