- Joined
- Oct 2, 2015
- Messages
- 3,222
- Thread Author
- #1
RuneMate v3.6.0+1.8.0 has been released!
Default UI & Smart Configuration
We've implemented a new graphical user interface (for bots which don't provide one of their own) so that users are able to track their experience and loot gains regardless of what bot they are using! In tandem, we've released a new configuration system which should streamline the development process for Bot Authors.
A written guide will soon follow for Bot Authors wishing to use these systems, but in the meantime feel free to ask questions in development. The majority of the JavaFX work was done in the open-source repository, and we encourage contributions - you can find the source here: src/main/java/com/runemate/ui · develop · RuneMate / Community / Game API · GitLab
This is a very basic user interface, so any feedback you can provide would go a long way in helping us improve it!
In other news...
- Added SettingsListener which can be used to observe configuration changes in the system mentioned above.
- Added SpriteItem.Image, a utility for reading item sprites directly from the game client rather than an external resource.
- RuneMate will now detect the correct game cache to use. This should fix issues some users have been reporting recently where bots are doing nothing.
- Added several new JavaFX binding utility classes: RateBinding, TimestampBinding, SuffixBinding.
- Several backend changes to improve stability and reliability.
Join the RuneMate Discord to stay up to date: Join the RuneMate Discord Server!
Default UI & Smart Configuration
We've implemented a new graphical user interface (for bots which don't provide one of their own) so that users are able to track their experience and loot gains regardless of what bot they are using! In tandem, we've released a new configuration system which should streamline the development process for Bot Authors.
A written guide will soon follow for Bot Authors wishing to use these systems, but in the meantime feel free to ask questions in development. The majority of the JavaFX work was done in the open-source repository, and we encourage contributions - you can find the source here: src/main/java/com/runemate/ui · develop · RuneMate / Community / Game API · GitLab
This is a very basic user interface, so any feedback you can provide would go a long way in helping us improve it!
In other news...
- Added SettingsListener which can be used to observe configuration changes in the system mentioned above.
- Added SpriteItem.Image, a utility for reading item sprites directly from the game client rather than an external resource.
- RuneMate will now detect the correct game cache to use. This should fix issues some users have been reporting recently where bots are doing nothing.
- Added several new JavaFX binding utility classes: RateBinding, TimestampBinding, SuffixBinding.
- Several backend changes to improve stability and reliability.
Join the RuneMate Discord to stay up to date: Join the RuneMate Discord Server!