Hi,
Most people steer (prop_vehicle_jeep) vehicles with WSAD but I need to steer vehicles without entering them.
Now this is fine for acceleration and braking, I made a script that makes an alias for +car01throttleon and then I can bind a key to +car01throttleon and the vehicle will acclerate and the same thing works for braking, but if I try that for steering the front wheels only turn one notch, and from centre to full-lock left it's 35 notches so practically nothing happens when I steer.
Now, when I use the console to "ent_fire car01 steer -1" it will steer fully left, or if I make a logic_relay with that output it will work, but if I try to bind any key to trigger them directly or indirectly I only get one notch of steering.
I have tried using a game_ui alone and with a logic_compare, I have tried a script to make the keypress steer, I've made a script to execute a script to steer, a script to trigger a logic_relay, I've used point_servercommand, point_clientcommand... I've run out of ideas.
Basically, if I type a console command it will steer, if I bind a key to do the work it barely steers.