Hideous Problem When I'm Commander
LiveWire
Join Date: 2002-10-22 Member: 1568Members
<div class="IPBDescription">My right mouse button is jump!</div> When I play I use the right mouse button to jump, so when I'm commander and it goes "Hit jump to go to the alert" I do subconciously forgetting about my predicament, and send some poor troops to a random location (right mouse button also tells people to go places)
Is there some way the devs could work around this or is there a way could too? Could I bind a second jump to "Home" or something out of the way?
Is there some way the devs could work around this or is there a way could too? Could I bind a second jump to "Home" or something out of the way?
Comments
unbind mouse2
then have one for marines that does
bind mouse2 +moveup (i think?)
and then just do
bind c "exec command.cfg
bind m "exec marine.cfg"
problem solved <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' valign='absmiddle' alt='smile.gif'><!--endemo-->
bind "space" "+jump"
if however you constantly forget you may want to have keys to change your binds:
bind "m" "unbind space;bind mouse2 +jump"
bind "c" "unbind mouse2;bind space +jump"
It's not anyone's fault. A lot of people have key binds that aren't the default wasd, ctrl, space setup. You can't tell people to just change the way they've been playing FPS games (and yes, a new key bind setup <i>is</i> changing the way they play) and say it's their fault for using it. Neither can you blame Flayra or the mod for being unable to work around limitations in the HL engine.
like if NS tried 'exec commander.cfg' when you hopped in (if it wasnt found it was just ignored) and 'exec grunt.cfg' or something when you jumped out... Maybe? The default would be not to have either of those two files, but for customizers theres the option
On another note, is there a deselect command? I'm sick of having to try to find a building and click on it so that I don't accidentally give an order with the next building I put down.
1. Open Half-Life, Activate NS, and go to the configure controls section.
2. Configure everything the way you want it when you are a Marine Soldier.
3. Exit Half-Life
4. Go to x:\Half-Life\ns and copy config.cfg. Rename the copy marine.cfg.
5. Open marine.cfg and remove everything below the bind statements. Save the file.
6. Repeat Steps 1-5 for commander.cfg, and kharaa.cfg
7. Create a new file in x:\Half-Life\ns named autoexec.cfg
8. Open autoexec.cfg with notepad and add the following lines (you can change F6, F7, F8 to whatever you want):
bind "F6" "exec marine.cfg"
bind "F7" "exec commander.cfg"
bind "F8" "exec kharaa.cfg"
9. Save autoexec.cfg and close it.
10. Open marine.cfg, commander.cfg, and kharaa.cfg and make sure nothing is set to bind over the keys you selected in step 8.
There you go. Three easy keys to completely change your configuration for each mode of play.
You can also add any NS-specific aliases you want to autoexec.cfg and they will get executed every time you launch NS. Be careful not to add weapons scripts though - as noted in another thread attacking with a weapon you don't have selected will activate the NS anti-cheat technology and you'll be killed by the server.