aedenthorn / ValheimMods

Other
145 stars 102 forks source link

bugfix: CraftFromContainers AddOre and AddFuel #112

Open Shibesan opened 3 months ago

Shibesan commented 3 months ago

With Ashland update: AddOre and AddFuel changed

Shibesan commented 3 months ago

Fix #111

Shibesan commented 2 months ago

After playing the game with the version I built from your code, I found something was still amiss. I believe you missed an InvokeRPC() function call on line 603

You are right, I have changed that to the new commit. Thanks a lot!

pjotrpottervogel commented 2 months ago

Hey guys, mind sharing the dll til aedenthorn comes from vacation? moron that i am i have no clue how to compile the files

PatrickFitzgerald commented 2 months ago

Hey guys, mind sharing the dll til aedenthorn comes from vacation? moron that i am i have no clue how to compile the files

here you go: CraftFromContainers.zip I do recommend you try your hand at building mods from source. It requires much less know-how than actually creating your own mod from scratch, and you can salvage mods like this one that are under-maintained (I am still very much a novice here)

pjotrpottervogel commented 2 months ago

Thank you very much, Sir!