JavaR is a free and open-source RPG engine written in Java (Anything from /res folder is NOT open source. Only the code is). This project is developed from scratch, following the tutorial series by RyiSnow. It provides a foundation for creating your own RPG or you can further develop this one.
If you need assistance or have questions, please contact me in discord: Tofame. Our issue tracker is dedicated to bug reports and feature requests. Please refrain from using it as a support forum. For premium support and to contribute financially to the project, consider becoming a supporter. // Not configured yet :P
Report issues and contribute to the development on our GitHub Issue Tracker. Be mindful that notifications are sent to all watchers, so keep comments meaningful. If you want to expedite a fix, either submit a pull request or consider placing a bounty on the issue.
Huge thanks to https://twitter.com/lovelytoaster (Cheshire on itch.io) for his amazing icon pack that welcomes a lot of equipment/items into the JavaR
In case the bin file is empty, so you can't run the project due to missing .class files you gotta open cmd
then cd to the src folder and use the following comand:
for /r %x in (*.java) do javac -d . "%x"
It will generate .class file for each .java file. Then you need to move them to the correct folders in bin.
As of 16.01.2024 (character creator & paperdolls (e.g. sword in hand) so appearance can be VERY customized)