BudgetAirpods / InsanityRemastered

A mod for Lethal Company that adds more features to the insanity mechanic.
4 stars 3 forks source link

[Error :BudgetAirpods.InsanityRemastered] Failed to load audio assets! #34

Closed Senjay-id closed 7 months ago

Senjay-id commented 7 months ago

[Info : BepInEx] Loading [Insanity Remastered 1.1.1] [Error :BudgetAirpods.InsanityRemastered] Failed to load audio assets! [Info : BepInEx] Loading [ShipLobby 1.0.2] [Info : BepInEx] Loading [Custom Boombox Music 1.4.0]

Is the error log intended ?

installed through r2modman

BudgetAirpods commented 7 months ago

This is unintentional. I changed the file hierarchy for the mod in the recent update, which seems to make the mod managers unhappy.

MiyamiEthan commented 7 months ago

[Info : BepInEx] Loading [Insanity Remastered 1.1.1] [Error :BudgetAirpods.InsanityRemastered] Failed to load audio assets! [Info : BepInEx] Loading [ShipLobby 1.0.2] [Info : BepInEx] Loading [Custom Boombox Music 1.4.0]

Is the error log intended ?

installed through r2modman

I downgraded to 1.0.8 and this issue resolved, but this is obviously a temp fix

Justuuz commented 7 months ago

i fix it for me somehow

instead of "C:\Users\User\AppData\Roaming\Thunderstore Mod Manager\DataFolder\LethalCompany\profiles\Test\BepInEx\plugins\BudgetAirpods-InsanityRemastered"

I change it to "C:\Users\User\AppData\Roaming\Thunderstore Mod Manager\DataFolder\LethalCompany\profiles\Mod\BepInEx\plugins\InsanityRemastered"

i think the error cause was the wrong folder name. Instead of "BudgetAirpods-InsanityRemastered" i change it to "InsanityRemastered"

Now its totally fine

Senjay-id commented 7 months ago

so yeah it can be fixed by changing this line of code at InsanityRemasteredContent.cs private static string DataFolder => Path.GetFullPath(Paths.PluginPath + "/InsanityRemastered"); to private static string DataFolder => Path.GetFullPath(Paths.PluginPath + "/BudgetAirpods-InsanityRemastered");

Aleph-Zero0 commented 7 months ago

You should know, that r2modman adds mod creator's name before the mod name when creating config files/folders for it, so the actual path must be "C:\Users\"username"\AppData\Roaming\r2modmanPlus-local\LethalCompany\profiles\"profilename"\BepInEx\plugins\BudgetAirpods-InsanityRemastered"

Senjay-id commented 7 months ago

Closing this issue as it was resolved by the final update

HamedAlmanthari commented 7 months ago

image

this is v1.1.2 but it says v1.1.1 in console. it looks like you uploaded wrong files or something to thunderstore lmao

image

yes i deleted cache and reinstalled the mod.

Noranecore commented 7 months ago

Closing this issue as it was resolved by the final update

No, it still isn't

IceCreamCrape commented 7 months ago

The error was resolved by placing the files in the plugins path.

There appears to be an error in the mod path. Please take out the files.

image