- Joined
- Jul 11, 2016
- Messages
- 6
- Thread Author
- #1
I'm booting RuneMate for local development and I'm just wondering if theres a switch to set the path of the local script directory. I would like it to be in a scripts folder which sits in the same directory as the RuneMate.
This is my .bat file:
Thanks!
This is my .bat file:
Code:
java -jar RuneMate.jar com.runemate.boot.Boot -sdk ./scripts
pause
Thanks!