Eaglercraft-1.5.2/epkcompiler
2023-11-03 16:39:33 +01:00
..
src Initial Release 2023-11-03 16:31:52 +01:00
.classpath Initial Release 2023-11-03 16:31:52 +01:00
.project Initial Release 2023-11-03 16:31:52 +01:00
CompilePackage.jar SP 1 2023-11-03 16:39:33 +01:00
readme.txt Initial Release 2023-11-03 16:31:52 +01:00
run_unix.sh Initial Release 2023-11-03 16:31:52 +01:00
run.bat Initial Release 2023-11-03 16:31:52 +01:00

TO QUICKLY MAKE RESOURCE PACK:
   1. make your changes to the files in '/lwjgl-rundir/resources'
   2. double click 'run.bat' on windows, or run './run_unix.sh' in terminal on mac
   3. copy 'assets.epk from '/javascript' to your web directory

To manually use the CompilePackage.jar on a custom directory, run the jar file like this:

java -jar CompilePackage.jar <source directory> <output file>

To recompile the assets.epk file found in /javascript, run:

java -jar CompilePackage.jar "../lwjgl-rundir/resources" "../javascript/assets.epk"