Auto Maple v2.0.0
Welcome to Auto Maple v2.0.0! Here's a list of everything that has changed from v1.0.1:
GUI
Auto Maple's command line interfaces have now been completely replaced by a GUI. Command books and routines can now be loaded through the File menu. However, error messages are still sent to the command prompt, so please make sure to still check that regularly.View
- Displays the minimap in real-time
- Shows a summary of the currently selected Point under the "Details" section
Edit
- Allows users to edit existing routines and create new routines
- Move components up and down using the arrows
- To delete a component, press the 'X' button
- Pressing the '+' button brings up a component creation UI that allows users to search for and append components to their current routine
- Users can record locations and quickly add them as Points to the routine
Settings
- Currently only has the option to change keybindings
Command Books
Users can now choose to implement either theMove
class, which gives full control over how a character reaches a target location, or the step
function, which will be used by Auto Maple's standardized movement procedure.
Routines
All major routine components are now represented by symbols:- Point -->
*
- Label -->
@
- Jump -->
>
- Setting -->
$