Jump to content

Recommended Posts

Posted

So basiclly I want my Z key to toggle between Hover and Fly instead of using 2 keys, I want them both on 1 key swapping between the 2. Is that at all possible?

Posted

I seem to recall that hover and fly act kinda funny when you try to put them in one bind.

 

I ended up creating a rotating bind file specifically for flight

 

I'm not as familiar with macros, though.  Maybe someone else has an idea.

 

Here are my rotating bind files, in case they might be helpful

 

Flight1.txt

numpad0 "powexec_name sprint$$powexec_name hover$$bind_load_file c:\CoH_binds\flight2.txt"

uparrow "+forward$$powexec_name hover$$powexec_name fly"

leftarrow "+turnleft"

rightarrow "+turnright"

downarrow "+backward$$powexec_name hover$$powexec_name fly"

space "+up"

x "+down"

 

Flight2.txt

numpad0 "powexec_name sprint$$powexec_name hover$$bind_load_file c:\CoH_binds\flight1.txt"

uparrow "+forward"

leftarrow "+turnleft"

rightarrow "+turnright"

downarrow "+backward"

space "+up"

 

Whenever I have a character that will be using flight, I /bindloadfile filepathFlight1.txt

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...