PDA

View Full Version : autoexec seta commands for toggling sprint/boost in different contexts


TAW_Feanor
06-21-2009, 10:06 AM
Ok so I want to add two lines to my autoexec to make sure that when I'm on foot that my "toggle sprinting/boosting" is enabled so I don't have to hold down the sprint key, I also want another line to make sure when I am in vehicles that "toggle sprint/boost" is turned OFF so I don't crash into everything!

What would these lines look like?
seta "toggle _sprint" "" "default" // would this cover infantry?
seta..... no clue what the anti-toggle seta would be....

LighT_Sh4v0r
06-21-2009, 01:41 PM
Can't you just enable the 'toggle sprint' from the ingame options? I would think that doesn't influence flyers.

GUNSL1NG3R
06-21-2009, 01:47 PM
http://4newbies.planetwolfenstein.gamespy.com/ETQW/scripting.php#toggles

TAW_Feanor
06-21-2009, 02:32 PM
toggling sprint/boost DOES affect fliers. Go try it out.

I see the page talking about setting up a bind to enable the toggling, but what I am looking for are seta commands so it is always on when I'm infantry and always off when I'm vehicles. I can more or less guess at the command for always on when infantry but I'd have no idea what the "off" seta would look like for vehicle context.