Skip to content

PlayOnLinux/LoLPatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A league of legends patcher, see http://lolpatcher.xupwup.nl/


How to build:
- Build the Maestro project with netbeans and copy the jar from Maestro/dist/ to this project
- build this project
- get jarsplice
- select all jars in dist/ and dist/lib/
- select all natives in lwjgllib/
- Main class = lolpatcher.Main
- Build jar or exe

Run jar with 
$ java -jar filename.jar

alternative:

- Build the Maestro project with netbeans and copy the jar from Maestro/dist/ to this project
- build this project
- then run:

$ java -Djava.library.path=lwjgllib -jar dist/LoLPatcher.jar

Releases

No releases published

Packages

 
 
 

Languages

  • Java 98.7%
  • GLSL 1.3%