Skip to content

Releases: HackusatePvP/RenJavaSDK

Release v1.3.4

18 Dec 05:39
Compare
Choose a tag to compare

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

05 Nov 21:21
Compare
Choose a tag to compare

Fixed issues when creating distributable(s) where the jdk files may not have been included.

Release v1.3.1

19 Sep 12:57
Compare
Choose a tag to compare

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