Project164/epkcompiler
catfoolyou 899ceb69b3 Compile JS 2025-02-06 16:15:37 -05:00
..
src Compile JS 2025-02-06 16:15:37 -05:00
.classpath Compile JS 2025-02-06 16:15:37 -05:00
.project Compile JS 2025-02-06 16:15:37 -05:00
CompilePackage.jar Compile JS 2025-02-06 16:15:37 -05:00
readme.txt Compile JS 2025-02-06 16:15:37 -05:00
run.bat Compile JS 2025-02-06 16:15:37 -05:00
run_unix.sh Compile JS 2025-02-06 16:15:37 -05:00

readme.txt

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"