Releases: HackusatePvP/RenJavaSDK
Release v1.3.4
It is recommended to re-build projects with new version of RSDK. If you modified any GUI related files please back those up before running RSDK.
The start.bat
will use the start /B
command when no console is passed (--noconsole
). The command disables the windows console that would open. To debug and test your game use the debug.bat
file. The debug files will not be included in distributions.
More colors were added and more are to follow. The colors are the same from RenPy. Only dark themes are available currently.
Updated
Updated to fix download bugs.
Release 1.3.3
Fixed issues when creating distributable(s) where the jdk files may not have been included.
Release v1.3.1
I have started testing on the linux platform (Debian distro). Expect a lot of issues and over sight when attempting to use linux.
- Removed mac dist and jdk (no plans for future support)
- Logs folder will not be included in the distributables
- Created install scripts for amazon corretto (linux only)
- Created specific launch script for linux platforms
For linux you must have the proper java version installed for the java command to work. If you have multiple java versions installed you will have to manually call the proper java command. /path/to/java/bin/java -jar RenJavaGame.jar