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