Changes
Feature: Detect Steam Stub DRM
Reloaded II will now detect if the EXE has been encrypted using the Steam Stub DRM and inform the user on launch about recommended course of action.
Feature: Improved Double Load Prevention
The bootstrapper now will create memory mapped files of its own to check if it's already been loaded as opposed to relying on only the Mod Loader's mapped file.
Feature: Load Synchronously with Ultimate ASI Loader
Added export for InitializeASI
entry point, which halts execution until .NET Mod Loader component has finished loading. This means that there is now a second universal alternative to Steamless for running your Steam Stub encrypted games while still letting mod code execute before game code.
Improvement: Updated Documentation
Documentation regarding injection methods and sample integrations with other mod loaders has been updated.
Improvement: Faster Build Times
More dependencies have been moved back to NuGet.