Skip to content

snappas/ScalaConfigCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####Obsolete -- Feel free to update to the latest libraries and runtime, or port to another language.

##Quake Config Cleaner

Features:

  • 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
Example output:

Requires:

  • Java runtime > 1.8.0_40 - Download latest Java
  • Simple Build Tool - Download SBT

Installation:

  1. Install SBT
  2. Download the zip of this repository
  3. Extract zip some place
  4. 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)
  1. Type sbt assembly to generate the .jar application in target\scala-2.11
  2. Run the .jar file to start the application

Usage:

  1. Double click on the assembled .jar
  2. Browse to a Quake .cfg file
  3. A cleaned .cfg file will be generated in the same directory as the .jar

About

Quake Live config cleaner in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors