RickMan_NA

Apprentice
  • Posts

    3
  • Joined

  1. [ QUOTE ]
    Don't know if you are using the exact typing from your bind, but it would be 'C:\' not '/' (ignore the quotes of course).

    [/ QUOTE ]

    LMAO...You'd think that after more than a few years of dealing with this kind of code I could keep '\' and '/' straight! That was the problem...thanks for the kick in the rear!
  2. [ QUOTE ]
    In the /bind for mouse button 4 your flight1.txt is loaded from c:/ but it flight1.txt and flight2.txt the load commands aren't directed to c:/. This looks like it's the problem.

    [/ QUOTE ]

    I've tried it both ways, with the c:/ and without it...neither work. And the powers.txt has a c:/ in it, and it doesn't work either.
  3. Well, I would like to use these binds...or at least something like them. But, I can't get the bindings to load. I'm using the following text in my main toggle bind (toggle between running and flying)...

    button4 "powexec_name sprint$$powexec_name hover$$bind_load_file c:/flight1.txt"

    Now, this line works to toggle hover on and off, but the 'bind_load_file' command isn't working. I hit button 4 and I get a "unable to load bindfile" message.

    Now, since I like to steer with mouselook I didn't use all of Sinabyss' bindings. I only used the bindings for 'w', 's' and 'space'.

    Here are the two bind files I made..

    Flight1.txt
    w "+forward$$powexec_name hover$$powexec_name fly"
    s "+backward$$powexec_name hover$$powexec_name fly"
    space "+up$$powexec_name hover$$powexec_name fly"
    button4 "powexec_name sprint$$powexec_name hover$$bind_load_file flight2.txt"

    flight2.txt
    button4 "powexec_name sprint$$powexec_name hover$$bind_load_file flight1.txt"
    w "+forward"
    a "+left"
    d "+right"
    s "+backward"
    space "+up"

    Can someone please tell me how to get these files to load? Toggling manually is getting really old really fast

    Thanks in advance