Releases: MrDanOak/EndlessOnlinePatcher
Full Feature Release
1.0.0.0 has been released!
This release comes with a new patcher that can install the .NET 8 runtime and uses the framework dependant version to keep the binary small. No other code changes as I am generally quite happy with the state of the patcher 😊 enjoy!
Migration to eolib .net sdk
Migrated the approach from interpolating the latest patch zip file name version to communicating directly with game.endless-online.com.
Thanks to:
- @sorokya for the example code
- @ethanmoffat for the sdk
Skip patch versions is here!
Bug Fix for creating directories
The patcher now has the ability to create directories! Vult added some sub directories in mfx which was causing 0.0.0.3 to crash.
Oopsie Boopsie with alphas
release 0.0.0.2 introduced a bug where the regex expected an alpha. This broke with the lastest release which does not have a patch version...
Hotfix 'a' being in the zip version
Vult released a new version of the client with 'a' in the name which broke v0.0.0.1 this release fixes that.