forked from Haze1337/RawInput2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
144 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Detours | ||
Debug | ||
Release | ||
.vs |
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,11 +1,21 @@ | ||
## RawInput2 | ||
## RawInput2BunnyhopAPE | ||
|
||
An external software that ports [momentum mod's](https://momentum-mod.org/) ``m_rawinput 2`` behaviour. This option provides mouse interpolation which will ["line up with the tickrate properly without needing to have a specific framerate"](https://discord.com/channels/235111289435717633/356398721790902274/997026787995435088) (rio). The code for this isn't public and was reverse engineered from the game. | ||
|
||
|
||
### Because juggling exe's & CS:S launch options is annoying: | ||
|
||
Includes **BunnyhopAPE** from [alkatrazbhop](https://github.com/alkatrazbhop/BunnyhopAPE) -> [yupi2](https://github.com/yupi2/BunnyhopAPE) -> [rtldg](https://github.com/rtldg/BunnyhopAPE) | ||
- autohop prediction | ||
- auto-starting CS:S with `-insecure` | ||
- Now with auto-detecting the steam library path! | ||
- fullscreen hook thing | ||
|
||
### Usage | ||
* Launch the game in ``-insecure`` mode. (It wont work otherwise!) | ||
* Run the application. | ||
* Make sure to set ``m_rawinput 2`` in game for it to take effect. | ||
* `F5` to toggle autohop prediction | ||
* `F6` to toggle the fullscreen hook thing which keeps the game open in fullscreen when you alt-tab (which is nice if you have two monitors) | ||
|
||
### Building requirements | ||
* [Microsoft Detours](https://github.com/microsoft/Detours) |
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