Are there any plans to make the healthbar's opacity custimizable, or perhaps dynamicly hide the bar entirly if your health has been at 100% for a few seconds to make it less intrusive?
[HealthDisplay] System.IO.FileNotFoundException: Could not load file or assembly 'ModManagerPhoneApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Das System kann die angegebene Datei nicht finden. File name: 'ModManagerPhoneApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' at Health.HealthMod.OnInitializeMelon() at MelonLoader.MelonBase.LoaderInitialized() in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\MelonBase.cs:line 447
is this because the modmanagerapp name changed to ModManager&PhoneApp ?
yep, I got the same issue too. Currently workin around it by just downgrading MMPA at the last version with the old filename, but the update will become unavoidable at some point. Hope in a hotfix for this nice mod, as I totally like it
The maker of ModManagerPhoneApp said the dll file was renamed to "ModManager&PhoneApp.dll" and other mods using it should be updated to be compatible with it. Using hex editor, you can fix it by searching for "ModManagerPhoneApp" and adding the "&" character string to make it "ModManager&PhoneApp". This worked for me.
You can with the config file inside of the game directory -> Userdata -> health config,
Im updating the way this works because right now its confusing but you can get it do what you want if you know what you are doing. An update for this will be later down the line.
8 comments
File name: 'ModManagerPhoneApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
at Health.HealthMod.OnInitializeMelon()
at MelonLoader.MelonBase.LoaderInitialized() in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\MelonBase.cs:line 447
is this because the modmanagerapp name changed to ModManager&PhoneApp ?
https://www.nexusmods.com/schedule1/mods/397
Currently workin around it by just downgrading MMPA at the last version with the old filename, but the update will become unavoidable at some point. Hope in a hotfix for this nice mod, as I totally like it
Using hex editor, you can fix it by searching for "ModManagerPhoneApp" and adding the "&" character string to make it "ModManager&PhoneApp". This worked for me.
Im updating the way this works because right now its confusing but you can get it do what you want if you know what you are doing. An update for this will be later down the line.