
Added dependency of new livesplit dll linked above. Watch New setup video for how to use this new style of macro. Removed need for switch buffer allowing for much lower switch delay. Taskbar order no longer matters after initial load/reload. Changed back to winactivate for switching to make more consistent. Removed need for taskbar order at all (after using setup script). Added new setup script to simplify things (see above). Made work with spaces in folder structure. Made universally work between 1.16, 1.15 and Icarus 1.16. Added pause on world load to be toggleable to allow for faster resets. Changed the way i unpause on switch to allow for better reliability. I recommend you keep it on, but if you have a lot of RAM, try it off with the dynamic FPS mod. Fix for bg resetting while instance freezing off. Set default autoreset feature to False to match srdc ruleset. probably fixed issue where it would say missing instance number when it wasnt missing. Removed world moving, use separate script instead. Fixed OBS hotkey issues and removed any delay associated. Fixed OBS not scene switching issues, past fix only worked for me LULW. Remove keys you dont use to avoid complications Follow the pattern if you have more instances WinSetTitle, ahk_pid %pid%,, Minecraft * - Instance %i% If (HasGameSaved(i) || A_Index > maxLoops)ĬontrolSend, ahk_parent,, ahk_pid %pid%
WinSet, AlwaysOnTop, Off, ahk_pid %tmppid%ĬomObjCreate( "SAPI.SpVoice ").Speak( "Ready ") Global obsDelay := 50 increase if not switching scenes Global maxLoops := 20 increase if macro regularly locks Global restartDelay := 200 increase if saying missing instanceNumber in. Global fullScreenDelay := 270 increse if fullscreening issues Global beforeFreezeDelay := 170 increase if doesnt join world Global autoReset := False Resets idle worlds after 5 minutes Follow setup video (mainly for OBS setup)