diff options
| author | Jacob Palecki <[email protected]> | 2020-09-26 15:57:41 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-26 15:57:41 -0700 |
| commit | ac0d8d4209c71cc9b38b683e123f67bacdad7687 (patch) | |
| tree | 859abcef3c787749594cf374eaf68e46db370db4 | |
| parent | Rename accel to scale in power mode (diff) | |
| download | rawaccel-ac0d8d4209c71cc9b38b683e123f67bacdad7687.tar.xz rawaccel-ac0d8d4209c71cc9b38b683e123f67bacdad7687.zip | |
test touchups
| -rw-r--r-- | grapher/ReadMe/FAQ.md | 9 | ||||
| -rw-r--r-- | grapher/ReadMe/Guide.md | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/grapher/ReadMe/FAQ.md b/grapher/ReadMe/FAQ.md index d0ce31c..30080e8 100644 --- a/grapher/ReadMe/FAQ.md +++ b/grapher/ReadMe/FAQ.md @@ -14,5 +14,14 @@ See the guide to understand more about the Gain Cap option and other new feature ## Does this driver work with AntiCheat? Yes. That is one of the fundamental goals of this driver. It is fully signed and has a one-second delay on write, so it cannot be used to cheat and should be considered safe by AntiCheat programs. However, we can never guarantee that the humans in control over AntiCheat code make the right decisions. So far it is working in FaceIT, Valorant, and Diabotical matches. +## How do I install the driver, uninstall the driver, or start the GUI? +Instructions for these are in the beginning of the guide. + +## Does the GUI need to be running for Raw Accel to work? +No. Once settings are passed to the driver by the GUI, they stay in use until the computer is shut down. + +## Does the GUI need to be run every time I start my PC? +Yes. The driver itself does not store your settings. To enable them on PC start, run the GUI, or run "writer.exe settings.json". + ## I don't understand something, or have some other question. Read the guide to see if it answers your question. If not, join our [Discord](https://discord.gg/7pQh8zH) and ask.
\ No newline at end of file diff --git a/grapher/ReadMe/Guide.md b/grapher/ReadMe/Guide.md index 5440877..b495e65 100644 --- a/grapher/ReadMe/Guide.md +++ b/grapher/ReadMe/Guide.md @@ -5,6 +5,8 @@ Run "installer.exe" in the release directory to install the raw accel driver. Re Run "uninstaller.exe" in the release directory to uninstall the driver. Restart for the uninstallation to take effect. +Run "grapher.exe" when the driver is installed in order to run the Raw Accel GUI. + ## Philosophy The Raw Accel driver and GUI's workings and exposed parameters are based on our understanding of mouse acceleration. Our understanding includes the concepts of "gain", "whole vs by component", and "anisotropy." For clarity, we will outline this understanding here. Those uninterested can skip to Features below. |