3hop On An Awfull Computer
Steel_Monkey
Join Date: 2004-10-06 Member: 32121Members
<div class="IPBDescription">Help</div> Hello, I've come with a problem, maybe some of you can help. Occasionally I'll play some games on a really awfull computer. Mostly ns, but some cs 1.0 occasionally. My main problem is how awfull the computer is. It usually peaks out at 40 fps. When I try and use a 3hop or even 2hop script, it locks up so I can't airstrafe at all. Ive been using this.
"alias 3hop +jump;wait;-jump;wait:+jump;wait;-jump;wait;+jump;wait;-jump;wait"
Bind space 3hop
But, like I said, it locks up when I activate the script because of computer quality. It's not my computer so I can't do much to modify it when I use it outside of the game itself. If anyone can help me I'd greatly appriceate it. Thanks
"alias 3hop +jump;wait;-jump;wait:+jump;wait;-jump;wait;+jump;wait;-jump;wait"
Bind space 3hop
But, like I said, it locks up when I activate the script because of computer quality. It's not my computer so I can't do much to modify it when I use it outside of the game itself. If anyone can help me I'd greatly appriceate it. Thanks
Comments
alias +3hop "hop; hop; +jump"
alias -3hop "-jump"
In any case, to adjust a script to a lower framerate, just decrease the number of waits proportionally, as the wait command merely waits one frame. (In a jump script, you'd also decrease the number of +jumps and -jumps so that they remain separated by waits.)