bat file for launching beatoraja with the new releases #30
jpoiret
started this conversation in
beatoraja questions / troubleshooting
Replies: 1 comment 1 reply
-
oh, that's true. the bat file in the beatoraja source code doesn't seem to include the IR. UPDATE: The correct .bat files can now be found here: https://github.com/wcko87/beatoraja-english-guide/tree/resources/beatoraja-configs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found out that when using the bat file that is given for the new releases, no IR other than mocha is loaded, at least on the newest version (0.8.2).
You should replace the
java
line withjava -Xms1g -Xmx4g -cp "beatoraja.jar;ir\*" bms.player.beatoraja.MainLoader
instead, to manually load the IRs in the ir directory.Beta Was this translation helpful? Give feedback.
All reactions