-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GoldSrc: Move SetMaxSpeedFactor option to settings.ini
Also makes it clear that the process can now be written into.
- Loading branch information
1 parent
be94fb2
commit d5ae1f4
Showing
7 changed files
with
68 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
[Settings] | ||
; ================================ | ||
; General settings you should configure. | ||
; ================================ | ||
[General] | ||
; Pause key - Pressing this will pause bunnyhopping. | ||
PauseKey=f12 | ||
|
||
; Hold key - This is the button that you will hold. It is a good idea to just unbind this key. | ||
HoldKey=space | ||
|
||
; Jump key - This button has to be bound to +jump, so the program can press it for you. | ||
JumpKey=v | ||
JumpKey=v | ||
|
||
; ================================ | ||
; CS 1.6 specific options. | ||
; ================================ | ||
[CS 1.6] | ||
; If this is uncommented, set the max speed factor (bhop cap) to this value. Will require write access. | ||
; Useful for bunnyhopping in high ping servers with no bunnyhop cap. | ||
;SetMaxSpeedFactor=10000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters