The last ArcherLoader release from 2023 has several problems; simply patching the meta.json file does not help - I get an error:
[Critical][FortRise] Unhandled exception occured: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Method 'Create' in type 'ArcherLoaderMod.ArcherLoaderSettings' from assembly 'ArcherLoaderMod, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Could not load type 'FortRise.FortModule' from assembly 'TowerFall, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
at System.Reflection.RuntimeModule.GetDefinedTypes()
at System.Reflection.RuntimeModule.GetTypes()
at FortRise.ModuleManager.LoadAssembly(ModuleMetadata metadata, IModContent content, Assembly asm) in TowerFall.mm/Core/ModLoader/ModuleManager.cs:line 397
It would be nice if there was a new release that is compatible with FortRise version 5 that was released in 2025-08.
The last ArcherLoader release from 2023 has several problems; simply patching the
meta.jsonfile does not help - I get an error: