####Obsolete -- Feel free to update to the latest libraries and runtime, or port to another language.
##Quake Config Cleaner
- Detects scripts in use (any script with a reference to a bind)
- Detects cvars modified from default value
- Prevents invalid cvars and unused scripts from being loaded into the Quake command processor
- Java runtime > 1.8.0_40 - Download latest Java
- Simple Build Tool - Download SBT
- Install SBT
- Download the zip of this repository
- Extract zip some place
- Open command prompt in the extracted directory containing build.sbt
- (Hint: Shift + Right Click on the folder extracted on Windows and choose Open command window here)
- Type
sbt assembly
to generate the .jar application intarget\scala-2.11
- Run the .jar file to start the application
- Double click on the assembled .jar
- Browse to a Quake .cfg file
- A cleaned .cfg file will be generated in the same directory as the .jar