summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-09-29 15:40:22 -0400
committera1xd <[email protected]>2020-09-29 15:40:22 -0400
commitbd87bb89774ed7654317bcd035aa3d4ff0510762 (patch)
treeed43735f26c5e7718a29bbee1792b8d4644528f7
parentmerge + small fixes (diff)
downloadrawaccel-bd87bb89774ed7654317bcd035aa3d4ff0510762.tar.xz
rawaccel-bd87bb89774ed7654317bcd035aa3d4ff0510762.zip
add readme touchups and grapher name change
-rw-r--r--README.md13
-rw-r--r--grapher/Form1.Designer.cs2
-rw-r--r--grapher/ReadMe/FAQ.md3
-rw-r--r--grapher/ReadMe/Guide.md6
-rw-r--r--grapher/ReadMe/ReadMe.md17
-rw-r--r--grapher/grapher.csproj2
6 files changed, 16 insertions, 27 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index c7bf054..0000000
--- a/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-## rawaccel
-rawaccel is a mouse acceleration driver for Windows 10 (64-bit)
-
-### build
-[Install the WDK for Windows 10](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk)
-
-### install
-From an elevated prompt run `bcdedit /set testsigning on`, then run *installer.exe* and reboot.
-
-### usage
-*rawaccel.exe* is a console program that will apply your accel settings, for usage and options see `rawaccel help`.
-
-[precompiled test-signed binary available here](https://github.com/a1xd/rawaccel/releases)
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs
index 2ecdd95..2e68dcf 100644
--- a/grapher/Form1.Designer.cs
+++ b/grapher/Form1.Designer.cs
@@ -1271,7 +1271,7 @@ namespace grapher
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "RawAcceleration";
- this.Text = "Raw Acceleration Graph";
+ this.Text = "Raw Accel";
this.Load += new System.EventHandler(this.Form1_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.RawAcceleration_Paint);
((System.ComponentModel.ISupportInitialize)(this.AccelerationChart)).EndInit();
diff --git a/grapher/ReadMe/FAQ.md b/grapher/ReadMe/FAQ.md
index 30080e8..df66579 100644
--- a/grapher/ReadMe/FAQ.md
+++ b/grapher/ReadMe/FAQ.md
@@ -8,6 +8,7 @@ See the Guide to understand all options and features in-depth.
- There are many new features and curve types available. See the guide for information on all of these.
## How do I convert InterAccel settings to Raw Accel?
+For a quick 'n dirty conversion, drop your InterAccel settings or profile into Raw Accel's directory and run `converter.exe`. For GUI differences see the image below:
![ConvertExample](\images\interaccel_to_rawaccel.png)
See the guide to understand more about the Gain Cap option and other new features!
@@ -21,7 +22,7 @@ Instructions for these are in the beginning of the guide.
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".
+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 ee026de..a0f93cb 100644
--- a/grapher/ReadMe/Guide.md
+++ b/grapher/ReadMe/Guide.md
@@ -1,11 +1,11 @@
# Raw Accel Guide
## Installation
-Run "installer.exe" in the release directory to install the raw accel driver. Restart your computer for the installation to take effect.
+Run `installer.exe` in the release directory to install the Raw Accel driver. Restart your computer for the installation to take effect.
-Run "uninstaller.exe" in the release directory to uninstall the driver. Restart for the uninstallation to take effect.
+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.
+Run `rawaccel.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.
diff --git a/grapher/ReadMe/ReadMe.md b/grapher/ReadMe/ReadMe.md
index 84afc2a..d74797e 100644
--- a/grapher/ReadMe/ReadMe.md
+++ b/grapher/ReadMe/ReadMe.md
@@ -1,21 +1,22 @@
# Raw Accel
-Raw Accel is a Windows 10 64-bit kernel driver which allows for the acceleration, or other modification, of mouse input in the raw input stream. It started as a replacement for the InterAccel program and Intercept driver, and has been extended with more acceleration types, charts, and other features.
+Raw Accel is a Windows 10 64-bit driver which allows for the acceleration of mouse input in the raw input stream. It started as a replacement for [InterAccel](https://github.com/KovaaK/InterAccel) and has been extended with more acceleration types, charts, and other features.
## Anti-Cheat Friendly
-Raw Accel will be signed to run as a fully trusted driver. It modifies mouse input only by a constant set of formulas and parameters, and has a one-second delay on writing settings to the driver, so it cannot be used to cheat.
+[Releases](https://github.com/a1xd/rawaccel/releases/latest) of the Raw Accel driver are signed and run in system space. Raw Accel only modifies mouse input by a constant set of formulas, and adds a one-second delay when changing settings in order to mitigate its abuse.
-## Development
+## Getting Help
+
+For an overview of everything Raw Accel has to offer, please see the [guide](guide.md). For questions, see the [FAQ](FAQ.md) first.
-Development of Raw Accel is ongoing at https://github.com/a1xd/rawaccel. Being a signed driver, the guts of the Raw Accel driver will be updated infrequently. The GUI can be updated as often was we like, however, so please let us know if you find any bugs.
+## Development
-## Further Help
-For an overview of everything Raw Accel has to offer, please see the guide (guide.md). For a list of frequently asked questions, please see the FAQ (FAQ.md).
+Development of Raw Accel is ongoing at https://github.com/a1xd/rawaccel, bug reports and pull requests are always welcome. Join [our Discord server](https://discord.gg/7pQh8zH) if you want to stay updated with releases or say hello.
## Credits
simon - Driver & Acceleration Logic
\_m00se\_ - GUI, Gain features, Acceleration types
Sidiouth - Primary tester and sounding board
-TauntyAmordillo - Originator of the alternate curve ideas (Natural and Motivity types)
-Kovaak - Brought us together \ No newline at end of file
+TauntyArmordillo - Originator of the alternate curve ideas (Natural and Motivity types)
+Kovaak - Brought us together
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index 3e23226..a3e63ad 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -7,7 +7,7 @@
<ProjectGuid>{EF67F71F-ABF5-4760-B50D-D1B9836DF01C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>grapher</RootNamespace>
- <AssemblyName>grapher</AssemblyName>
+ <AssemblyName>rawaccel</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>