Forum
TF2 Freezes after I hit MOUSE2
Created 9th October 2013 @ 17:19
Add A Reply Pages: 1
It may be a dumb problem, but I don’t know how to fix it. Im using a crouch rocket jump script bound to MOUSE2 button, but after rewriting some part of my autoexec in order to fix freezing the same button in game, my game started to freeze every time I press the button to jump or simply attack2 with pyro, sniper, demo etc. I’ve reinstalled the game, removed my userstuff folder, tried to unbindall buttons and reset to defaults, stopped cloud sync and tried other configs, but the game still keeps crashing. Mouse is working fine in Linux environment.
I’m pretty sure you have an toggle script which infinitely loops. Happens to me everytime I add something, I always forget an “alias” in the last line.
alias +rocketjump “+jump; +duck; +attack”
alias -rocketjump “-attack; -duck; -jump; alias”
bind “MOUSE2 “+rocketjump
You mean like that ? That is the script I am using without the alias at the end of the second line.
Last edited by Sonny,
eh no, that’s not a toggle script, so forget about what I said.
Tbh don’t bind the rocket shooting, you’ll never learn how to really rocketjump with that and it’s not even easier, just use the duckjump script:
alias +duckjump “+jump; +duck”
alias -duckjump “-duck; -jump”
bind “space” “+duckjump”
Take a look into every .cfg file in your custom folder and replace every Mouse2 bind with: bind “MOUSE2” “+attack2”
Ooor if you’re really not capable of clicking mouse1 just after pressing spacebar, try this:
alias +rj “+jump; +duck; +attack”
alias -rj “-jump; -attack; -duck”
bind “MOUSE2” “+rj”
And again, check ALL .cfg files and replace Mouse2 binds (put that rj script into soldier.cfg and put that attack2 bind into every other classconfig).
Last edited by ryse,
Maybe use “ctrl+f” in your autoexec and search for “mouse2”. then delete all unnecessary binds and reset your ingame settings to default and try it again? that worked for me when i had some binds fucking up
Quoted from smziii
if you need a rocketjump script -> uninstall tf2
let people play how they want to maybe? im using one as well since im a lazy guy, its just easier to press mouse2 than the 3 keys together, and ive had no jumping issues in the past
Add A Reply Pages: 1