Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
FenceSnap
Adds snappoints to fences and sharp stakes
| Date uploaded | 4 years ago |
| Version | 0.1.1 |
| Download link | MSchmoecker-FenceSnap-0.1.1.zip |
| Downloads | 14818 |
| Dependency string | MSchmoecker-FenceSnap-0.1.1 |
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.2102README
FenceSnap
About
This mod adds snappoints to fences and sharp stakes.
Installation
This mod requires BepInEx
Extract the content of FenceSnap into the BepInEx/plugins folder.
Development
Create a file called Environment.props inside the project root.
Copy the example and change the Valheim install path to your location.
If you use r2modman/Tunderstore Mod Manager you can set the path too, but this is optional.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Needs to be your path to the base Valheim folder -->
<VALHEIM_INSTALL>E:\Programme\Steam\steamapps\common\Valheim</VALHEIM_INSTALL>
<!-- Optional, needs to be the path to a r2modmanPlus profile folder -->
<R2MODMAN_INSTALL>C:\Users\<user>\AppData\Roaming\r2modmanPlus-local\Valheim\profiles\Develop</R2MODMAN_INSTALL>
<USE_R2MODMAN_AS_DEPLOY_FOLDER>false</USE_R2MODMAN_AS_DEPLOY_FOLDER>
</PropertyGroup>
</Project>
This project requires the publicized Valheim dlls present at VALHEIM_INSTALL\valheim_Data\Managed\publicized_assemblies\assembly_<assembly>_publicized.dll.
Use any publicizer, see here for example: https://github.com/CabbageCrow/AssemblyPublicizer
If the paths are set correctly, all assemblies are loaded and the project can be compiled.
Now you can run deploy.sh, this will copy the mod to your BepInEx plugin folder as you setup in Environment.props.
Links
- Thunderstore: https://valheim.thunderstore.io/package/MSchmoecker/FenceSnap/
- Nexus: https://www.nexusmods.com/valheim/mods/1737
- Github: https://github.com/MSchmoecker/FenceSnap
- Discord: Margmas#9562
Changelog
0.1.1
- Added support for OdinArchitect fences and sharpstakes. Only active when OdinArchitect is installed
0.1.0
- Release