A live patcher for Paladium Games launcher to allow launching games on Linux
Find a file
2025-05-11 14:28:27 -04:00
src/main Replace buggy SSL certificate workaround with a working patch 2025-05-11 14:28:27 -04:00
.gitignore Simplify building for end-users 2025-05-11 14:27:04 -04:00
LICENSE Initial commit 2023-10-17 07:18:41 -04:00
pom.xml Simplify building for end-users 2025-05-11 14:27:04 -04:00
README.md Simplify building for end-users 2025-05-11 14:27:04 -04:00

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.