Skip to content

Default Assets

piitex edited this page May 8, 2024 · 4 revisions

Assets

RenJava supports assets from RenPy. To install a limited number of these assets you can use the RenJavaSDK.

RenJavaSDK

RenJavaSDK is a jar file which assimilates your development environment and create distributable(s) for your game. Install the jar file inside of the root directory of your intellij project folder (should be where the pom.xml file is located). Next you will have to run the jar file using the proper java version. Check the readme for the correct information. java -jar RSDK-1.0-SNAPSHOT.jar

Parameters

  • --noclean -This will disable auto deletion of the downloaded jdks. Recommended for development use not recommended for production. Download the latest version before distrusting your game.
  • --noconsole -This will create scrips which use the javaw command. (Disable console output)
  • --color [color] -This will install a default color preset (Only works for first time use.)

java -jar RSDK-1.0-SNAPSHOT.jar --noclean --noconsole --color blue

Clone this wiki locally