CustomBuildingItems
Custom items for building! You can even add your own! Some custom made ones, some items from the game that previously weren't buildable. I will be adding to this pack over time.
Date uploaded | 3 years ago |
Version | 2.0.4 |
Download link | Smallo-CustomBuildingItems-2.0.4.zip |
Downloads | 7863 |
Dependency string | Smallo-CustomBuildingItems-2.0.4 |
This mod requires the following mods to function
ValheimModding-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.2denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.901MixoneFinallyHere-BuildExpansion
Allows to expand the Hammer build tables to support mods that add new pieces.
Preferred version: 1.0.2README
Custom Building Items
Custom building items! This mod adds some new items for building. Mostly these items are ones that were already in the game (or files) and weren't buildable. They had to all be edited to add snappoints and modify textures to work.
Manual Installation
IF YOU HAVE AN OLD VERSION OF THIS MOD PLEASE DELETE IT FIRST TO AVOID ISSUES To install this mod, you need to have BepInEx. After installing BepInEx, extract the config and plugin folder into your game install "\Valheim\BepInEx"
Adding Custom Items
For your custom items please follow these rules;
- Icon must be in the assetbundle and have a .png extension
- All assets must include a Wear N Tear component
- All assets must NOT have a Piece or ZNetView component
To add custom items there is an assets folder located at "\Valheim\BepInEx\plugins\CustomBuildingItems\assets". Place your assetbundle you generated in unity in here. Make sure to give it a custom unique file extension. This is what the code uses to get your specific asset bundle which is the first value of config in the json file. Add a new entry to the json config file located at "\Valheim\BepInEx\config\CustomBuildingItems.json". All options in the json file are REQUIRED. I will hopefully make it easier in the future to add your own items. But this is all I can manage right now.
I used the following tutorials to create my items; Valheim Wiki and Dick Justice Video
Items
Custom Items;
These are custom items made by me. I do have a bunch of other totally custom items in the works, including some new door types. If you have any suggestions please let me know.
- 1x1 Wood Wall
- Hidden Wood Wall
- Half wood stair
- Half stone stair
- Tall stone pillar
- Surtling hearth
- Turf roof 45
- Small candle
- Large candle
- Candle deer chandelier
- Candle sconce
Unused Files;
These are the new items that were found in the files but don't appear to be used anywhere in the game;
World Structures:
These are items used in the world in structures;
- 4x4 Stone Floor
- Goblin Banner
- Goblin Fence
- Goblin Pole
- Goblin Pole Small
- Goblin Stairs
- Goblin Ladder
- Goblin Wall 1m
- Goblin Wall 2m
- Goblin Wall Bone (These have been modified to work like the stakes, but only at the top, so you can't damage ourself unless you jump into it. This WILL NOT affect the ones at Goblin camps)
- Wood Crate
- Barrel
- Iron Gate
- Surtling Torch(Not the same as the existing ones, this is an unlimited fuel torch!)
Dependencies
These mods are REQUIRED to use this mod
Changelog
v2.0.4;
- Fixed the bone wall not being able to be placed
- Fixed the barrel and iron gate not appearing
- Fixed doors having a mental breakdown
v2.0.2;
- Add support for r2modman
v2.0.1;
- Config update
v2.0.0;
- Assetbundles in separate folder instead of being embedded
- Ability to add your own assetbundles
- Config file to add new items and edit recipes for existing ones
- Renamed all the goblin items to Fuling
- Fixed the bone wall not being able to placed on any objects
- Added Half wood stair
- Added Half stone stair
- Added Tall stone pillar
- Added Surtling hearth
- Added Turf roof 45
- Added Small candle
- Added Large candle
- Added Candle deer chandelier
- Added Candle sconce
v1.1.0;
- Update Dependencies
- Added Hidden Wood Door
- Added Wood Crate
- Added Barrel
- Added Iron Gate
- Added Surtling Torch
- Fixed the wood ledge collision
- Fixed the bone wall not returning items
v1.0.3;
- Add Dependencies (ooops)
v1.0.2;
- Readme Update
v1.0.1;
- Readme Update
v1.0.0;
- Initial release.