Hover and superspeed bind...


Kitsune Knight

 

Posted

Hi. I need help with a bind. I want to bind lctrl to hover and super speed so that it alternates between superspeed and hover.. i just can't seem to do it however. anyone know how to make such a bind?

Thx


 

Posted

[u]hover.txt[u]
lctrl powexectoggleoff "super speed" $$ powexectoggleon "hover" $$ bindloadfile ss.txt

[u]ss.txt[u]
lctrl powexectoggleoff "hover" $$ powexectoggleon "super speed" $$ bindloadfile hover.txt

Save those two files in "..\City of Heroes\data\" and then do a /bindloadfile to begin using it.


 

Posted

says "unable to read file hover.txt" when i do a bindloadfile oin it


 

Posted

[ QUOTE ]
says "unable to read file hover.txt" when i do a bindloadfile oin it

[/ QUOTE ] Depending on how your operating system is handling the game's directory access permissions, try saving the files in "c:\cohbinds\" instead, and then refer to them using the full path. That seems to work better for some people.

Either that, or you accidentally named the file hover.txt.txt or put it in the wrong directory.. or today's patch broke bindloads too.. haha

Edit:
I just tested it, and the bindloadfile is working fine for me.


 

Posted

no this did not work either. tried changing it to c:\covbinds\ss.txt and then doing bindloadfile c:\covbinds\ss.txt and it loaded but the binds do not work


 

Posted

[ QUOTE ]
no this did not work either. tried changing it to c:\covbinds\ss.txt and then doing bindloadfile c:\covbinds\ss.txt and it loaded but the binds do not work

[/ QUOTE ]

Make sure you edit the files to reflect the new path of: $$ bindloadfile c:\covbinds\hover.txt


 

Posted

thats what i did.. and the files loaded but it does not work...

this is what the log shows when doing bindloadfile c:\covbinds\ss.txt

Keybinds file loaded: c:\covbinds\hover.txt
Keybinds file loaded: c:\covbinds\ss.txt
Keybinds file loaded: c:\covbinds\hover.txt
Keybinds file loaded: c:\covbinds\ss.txt
Keybinds file loaded: c:\covbinds\hover.txt
Keybinds file loaded: c:\covbinds\ss.txt


 

Posted

Here's a different approach:

/bind lctl "powexecname super speed$$powexecname hover"

If neither is on, it will turn on hover. (If you want super speed first, swap the power names.)

After that it switches back and forth.

If you don't want either, you'll have to manually shut off the currently active one.


 

Posted

That seems right. You are saying the powers themselves are not de/activating?

It's currently working fine for me.
(If you saw my previous post before I deleted it, I was using a different power in my example, so just ignore what it said. lol)

(You can also use "bindloadfilesilent" instead, to avoid the chatspam)


 

Posted

thx.. that works!


 

Posted

[ QUOTE ]
[u]hover.txt[u]
lctrl powexectoggleoff "super speed" $$ powexectoggleon "hover" $$ bindloadfile ss.txt

[u]ss.txt[u]
lctrl powexectoggleoff "hover" $$ powexectoggleon "super speed" $$ bindloadfile hover.txt

Save those two files in "..\City of Heroes\data\" and then do a /bindloadfile to begin using it.

[/ QUOTE ]

Im not certain but I think the quote marks are in the wrong spots, I've always seen it formated as:

lctrl "powexectoggleoff super speed$$ powexectoggleon hover$$ bindloadfile ss.txt"


 

Posted

You're welcome!

Have Fun!


 

Posted

[ QUOTE ]
[ QUOTE ]
[u]hover.txt[u]
lctrl powexectoggleoff "super speed" $$ powexectoggleon "hover" $$ bindloadfile ss.txt

[u]ss.txt[u]
lctrl powexectoggleoff "hover" $$ powexectoggleon "super speed" $$ bindloadfile hover.txt

Save those two files in "..\City of Heroes\data\" and then do a /bindloadfile to begin using it.

[/ QUOTE ]

Im not certain but I think the quote marks are in the wrong spots, I've always seen it formated as:

lctrl "powexectoggleoff super speed$$ powexectoggleon hover$$ bindloadfile ss.txt"

[/ QUOTE ] Well I don't know why it didn't work for the OP. It worked fine for me earlier using an exact copy/paste of what I posted. There must be some other factor messing with it.. but they used a different approach anyway, so as long as they are happy.. that's all that matters.