rolopogo / ValheimMods

MIT License
20 stars 24 forks source link

BASEMENT #25

Closed gagaroth99 closed 3 years ago

gagaroth99 commented 3 years ago

I can't create a basement, I have the necessary materials, but when I select the basement to create it, it doesn't appear on the screen. if i click on the ground to create it, the only action that happens is like i'm using the hammer to fix something with damage

anderskronquist commented 3 years ago

Seconded. I tried both on a solo game as well as on a dedicated server.

sutex commented 3 years ago

Yep same, icon shows in miscellaneous menu, but no image to place

IceyCold commented 3 years ago

Same here Have tried with other mods and with only this one

rolopogo commented 3 years ago

Hi guys, any errors in console? It seems like the prefab isn't being registered properly. Can you share the output of your console log where it lists mods loading in? I wonder if it's a version issue with vlib or hooks

anderskronquist commented 3 years ago

The only thing I saw was: [Info : Basement] No suitable material found to replace: void

No errors in console. Check out the log here (local world login) - I attempted to place down the Basement misc thingy just to see if that caused anything.

https://pastebin.com/dWCMLSnJ

IceyCold commented 3 years ago

Same as ander Player.log

jsza commented 3 years ago

It works for me if I install 1.0.0 from https://valheim.thunderstore.io/package/Rolo/Basement/

Not sure what changed in 1.0.1; looks the changes aren't available here in the repo?

IceyCold commented 3 years ago

Installed 1.0.0 and works fine for me also

rolopogo commented 3 years ago

Super strange, 1.0.1 just changes the material names and how they are looked up against the vanilla materials. I've pushed the changes.

jsza commented 3 years ago

It seems the basement prefab has Piece.m_repairPiece set to True which prevents it from being placed. Hope that helps? Not sure how resource packs work, been poking around in Unity Explorer.

edit: Piece.m_repairPiece not Piece.m_repair

eldos1 commented 3 years ago

I am getting a Bepinex loading error in the log window. Warning: BepInEx]Skipping [Basement 1.0.1] because newer version exists [Basement 1.0.1] Yes, uninstalled and reinstalled 1.0.1 files from .zip Also, when you hover on the Basement.dll file with mouse to see file info, it shows as version 1.0.0

eldos1 commented 3 years ago

Basement 1.0.2 has solved my problem and is working. Thank You-