mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 11:07:42 +00:00
Compile JS
This commit is contained in:
12
epkcompiler/readme.txt
Normal file
12
epkcompiler/readme.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user