Releases: usb2snes/LiveSplit.USB2SNESSplitter
Logging
More small fixes
This should work slightly better.
Small bug fix
Fix the component so it does not spawn multiple connections for nothing.
You can find definitions file at : https://github.com/ChTBoner/Usb2Snes-Livesplit-Definitions
Correctly reconnect on device fail
This release makes it behave properly when something is wrong, so it can attempt to reconnect.
Emulator network acccess (nwa) protocol support added
The autosplitter can now use the emulator network access protocol if an emulator supporting this protocol is present. This removes the need to start a USB2SnesW server (QUsb2Snes or SNI) if you use a NWA emulator.
By default, it now tries to connect to the new Usb2SnesW port (23074) before trying the legacy one (8080)
All definitions files can be found here now : https://github.com/ChTPwner/Usb2Snes-Livesplit-Definitions
New tool to create/modify defintions files
This release includes a tool to help you create and modify the definitions file for the autosplitter (the .json files)
Like always download the LiveSplit.USB2SNESSplitter.dll and copy it in LiveSplit/Component directory, you don't need additional DLL
For the tool, download the DefinitionHelper.7z file.
Beta 7 - Improved autostart & performance
Thanks to idlechild for these improvements!
- Autostart now supports
moreandnextsections. - Improved UI performance.
- Fixed periodic timer stutter.
- Added many more autosplit definitions for Super Metroid.
Beta 6 - Easier configuration
- The component can now show an optional status message to help troubleshoot issues getting set up.
- It is no longer required for split names to match the names of definitions in JSON, or to set up aliases in JSON. The mapping from splits to definitions is now controlled in the component's layout settings.
- The component now stores certain settings per game/category, so it is possible to use the same layout for different games.
Beta 5 - Configuration checks improvment
Thank to @Bonus36 for improving the configuration check and display useful messages instead of some time just looping.
Beta 4 - More stable version
Thanks to FoxLisk for fixing some stability issue