sbtoonz / BackPacks_Remake

1 stars 0 forks source link

Suggestion: Show in backpack tooltip how much weight reduction a bag has #21

Closed lupuleasa-core closed 2 years ago

lupuleasa-core commented 2 years ago

Unsure if engine supports it, but if I have configured -50% carry weight reduction it would be great for other people on my server to find that out by having some text in the backpack tooltip here. image

Right now it shows the move speed reduction, and a hint on how to open backpack with Shift+E, which is great!

sbtoonz commented 2 years ago

I gotta think on this one and understand a little bit how the tooltips poll their data in valheim

there is potential to hook into that function and alter the text

lupuleasa-core commented 2 years ago

This would be massive for new player usability, I wish you luck

sbtoonz commented 2 years ago

image

sbtoonz commented 2 years ago

looks like i can present the data here just need some help in identifying a way to present it so that it makes sense to people using the mod

because this setting should mean that things in bag weigh 25% less

lupuleasa-core commented 2 years ago

just call it

"Contents weight reduction: X%"

MAA-Alastair commented 2 years ago

Two ways you can try to implement it, which is via weight reduction, or you do what the mod Judes Equipment by GoldenJude does, which instead of making weight reduction, it actually just increases the carry weight capacity on your character overall. The heavy backpack they have increases your carry weight limit up to 200 rather than having the additional inventory space though. image

sbtoonz commented 2 years ago

image

sbtoonz commented 2 years ago

think ill add the max carry weight increase one too

sbtoonz commented 2 years ago

image