diff options
| author | a1xd <[email protected]> | 2021-09-22 18:25:27 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-22 18:25:27 -0400 |
| commit | adb528c121791f020c3bed9ff09d7623b51d76dc (patch) | |
| tree | df36529a344d5d21ff11f5ba021ec80afb4b68a4 /doc/FAQ.md | |
| parent | fix docs (diff) | |
| download | rawaccel-adb528c121791f020c3bed9ff09d7623b51d76dc.tar.xz rawaccel-adb528c121791f020c3bed9ff09d7623b51d76dc.zip | |
improve converter + docs
remove note about not supporting prescale
use relative links
on conversion
- flip rotation sign
- set angle snapping
- set domain weights to prescale
Diffstat (limited to 'doc/FAQ.md')
| -rw-r--r-- | doc/FAQ.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -2,11 +2,10 @@ See the Guide to understand all options and features in-depth. ## What are the differences between Raw Accel and InterAccel? -- The sensitivity and prescale fields in InterAccel are not present in Raw Accel. See the next question for helping converting your InterAccel settings to Raw Accel. -- Separate x and y prescale values, which no one should have, are not supported in Raw Accel. For something similar but better, check out the "By Component" section of the guide. -- Raw Accel uses a new kind of cap by default. See the guide for more information on this. It takes a value in counts/ms instead of max desired sensitivity. The old style is available for those who want it. See the next question for converting the old to new style. +- The sensitivity field in InterAccel, which was useful for converting from Quake's `cl_mouseAccel`, is not in Raw Accel. +- Raw Accel uses a new kind of cap by default, see the [guide](Guide.md#caps) for more information. The old style is available for those who want it. - Raw Accel uses a new kind of offset. The difference is subtle in most cases, and ensures a continuous transition at speeds around the offset. -- There are many new features and curve types available. See the guide for information on all of these. +- There are many new features and curve types available. See the [guide](Guide.md) for information on all of these. ## How do I convert InterAccel settings to Raw Accel? Drag 'n drop your InterAccel profile/settings.txt onto `converter.exe`. For GUI differences see the image below: @@ -17,7 +16,7 @@ See the guide to understand more about the Gain Cap option and other new feature 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. +Instructions for these are in the beginning of the [guide](Guide.md#installation). ## 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. |