A live patcher for Paladium Games launcher to allow launching games on Linux
| src/main | ||
| .gitignore | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
PalaLauncher4Linux
A live patcher for Paladium Games launcher to allow launching games on Linux
Compiling
Compiling should be easy and done automatically on any IDE that uses pom.xml files.
In my case, I use Pulsar (Atom's continuation) with its ide-java package and it works well.
If compiling isn't automatic, install Maven and use mvn compile.
Just don't forget to compile for Java 8 for better compatibility with the launcher.
Packaging
This is pretty straightforward, use mvn package then add the contents of a Javassist .jar into the .jar.
Using
Simple, just add -javaagent:path/to/the/built.jar before -jar when you start the launcher located in the ~/paladium-games folder.
Also be sure to use Java 8 for better compatibility.