You are viewing a potentially older version of this package.
View all versions.
InteractWhileBuilding
Allows you to interact with objects in the world while in build mode.
Date uploaded | 3 years ago |
Version | 1.0.0 |
Download link | tonsit-InteractWhileBuilding-1.0.0.zip |
Downloads | 40955 |
Dependency string | tonsit-InteractWhileBuilding-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.600README
InteractWhileBuilding for Valheim
Allows you to interact with objects in the world while in build mode.
Enables the Use interactions (Default is 'E' on keyboard) for objects like doors, fireplaces, and containers while holding items like the hammer and hoe.
Adjusts the position of the WearNTear GUI element up slightly so that it doesn't overlap with the action text.
The X and Y axis of the element can be adjusted.
Installation
- Download and install BepInEx Valheim
- Download this mod and move the
InteractWhileBuilding.dll
into<GameLocation>\BepInEx\plugins
- Launching the game will generate a config file at
<GameLocation>\BepInEx\config
Configuration
[Padding for WearNTear GUI]
## Modify the horizontal positioning of the element
# Setting type: Single
# Default value: 0
# Acceptable value range: From -1000 to 1000
X-axis = 0
## Modify the vertical positioning of the element
# Setting type: Single
# Default value: 20
# Acceptable value range: From -1000 to 1000
Y-axis = 20
Changelog
- v1.0.0
- Add configuration to adjust GUI X,Y positioning
- v0.0.3
- Bump up WearNTear GUI element
- v0.0.2
- Update readme
- v0.0.1
- initial release