├── AdvancedBuilder ├── README.md ├── v1.0 │ ├── Managed.zip │ └── README.md ├── v1.1 │ ├── Managed.zip │ ├── README.md │ └── assembly_valheim.dll ├── v1.2 │ ├── 1.2.0 │ │ ├── CR-AdvancedBuilder120.dll │ │ └── README.md │ ├── 1.2.1 │ │ ├── CR-AdvancedBuilder121.dll │ │ └── README.md │ └── README.md └── v1.3 │ └── 1.3.0 │ ├── CR-AdvancedBuilder.dll │ └── README.md ├── BuildShare ├── README.md ├── v1.0 │ ├── CR-BuildShare_VML.dll │ └── README.md └── v1.4 │ ├── 1.4.1 │ ├── CR-BuildShare_VML.dll │ └── README.md │ └── 1.4.3 │ ├── CR-BuildShare_VML.dll │ └── README.md ├── CharacterCustomisations └── README.md ├── README.md └── Terraformer ├── README.md ├── v1.0.1 ├── README.md └── Vale-Terraformer.dll └── v1.0 ├── README.md └── Vale-Terraformer.dll /AdvancedBuilder/README.md: -------------------------------------------------------------------------------- 1 | # WARNING 2 | THIS MOD IS NOW DEPRECATED. - PLEASE USE BUILDSHARE - (= to v1.4) 3 | 4 | # WARNING 5 | -------------------------------------------------------------------------------- /AdvancedBuilder/v1.0/Managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/AdvancedBuilder/v1.0/Managed.zip -------------------------------------------------------------------------------- /AdvancedBuilder/v1.0/README.md: -------------------------------------------------------------------------------- 1 | # WARNING 2 | THIS MOD IS NOW DEPRECATED. - PLEASE USE BUILDSHARE - (= to v1.4) 3 | 4 | # WARNING 5 | 6 | 7 | # AdvancedBuilder v1.0 8 | This mod allow you to copy and paste build from worlds to other worlds and servers to other servers. 9 | 10 | # How to use ? 11 | Follow the guide available on the support discord : https://discord.gg/Eb7sFEeGfU 12 | 13 | # How to install ? 14 | There is an installation guide on the discord support step by step but in some words:
- Download the Managed.zip
- Extract it, go to your Valheim files, find your Managed folder
- Replace your Managed folder with the new Managed Folder. 15 | **If you got any issue it means that the game has been updated but the mode not yet, no worry, just check your files on steam, i'll debug everything** 16 | 17 | # 1.0 OUT OF DATE 18 | -------------------------------------------------------------------------------- /AdvancedBuilder/v1.1/Managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/AdvancedBuilder/v1.1/Managed.zip -------------------------------------------------------------------------------- /AdvancedBuilder/v1.1/README.md: -------------------------------------------------------------------------------- 1 | # WARNING 2 | THIS MOD IS NOW DEPRECATED. - PLEASE USE BUILDSHARE - (= to v1.4) 3 | 4 | # WARNING 5 | 6 | 7 | # AdvancedBuilder v1.1 (USE 1.2) 8 | This mod allow you to copy and paste build from worlds to other worlds and servers to other servers. 9 | 10 | # How to use ? 11 | Follow the guide available on the support discord : https://discord.gg/Eb7sFEeGfU 12 | 13 | # How to install ? 14 | There is an installation guide on the discord support step by step but in some words:
- Download the Managed.zip
- Extract it, go to your Valheim files, find your Managed folder
- Replace your Managed folder with the new Managed Folder. 15 | **If you got any issue it means that the game has been updated but the mode not yet, no worry, just check your files on steam, i'll debug everything** 16 | 17 | # WHAT'S NEW ? 18 | - `ab showradius [radius] - Make all your props in the radius blue.` 19 | - `ab hideradius - Regive the normal color to all your props in the radius.` 20 | - `ab debuild [radius] - Remove all YOUR props in the radius [radius].` 21 | - **FIXED** : Offset location doesn't working 22 | -------------------------------------------------------------------------------- /AdvancedBuilder/v1.1/assembly_valheim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/AdvancedBuilder/v1.1/assembly_valheim.dll -------------------------------------------------------------------------------- /AdvancedBuilder/v1.2/1.2.0/CR-AdvancedBuilder120.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/AdvancedBuilder/v1.2/1.2.0/CR-AdvancedBuilder120.dll -------------------------------------------------------------------------------- /AdvancedBuilder/v1.2/1.2.0/README.md: -------------------------------------------------------------------------------- 1 | 2 | # AdvancedBuilder v1.2.0 - VALHEIM 0.145.6 3 | This mod allow you to copy and paste build from worlds to other worlds and servers to other servers. 4 | 5 | # How to use ? 6 | * Youtube tutorial : https://www.youtube.com/watch?v=JrXT3UeZX4o&lc=Ugx5rEaJ6L54ZkIsGwx4AaABAg 7 | * Steam guide : https://steamcommunity.com/sharedfiles/filedetails/?id=2394621584 8 | * Discord support (with guide) : https://discord.gg/Eb7sFEeGfU 9 | * **You'll need the mod loader** :https://github.com/PJninja/InSlimVML 10 | 11 | 12 | # How to install ? 13 | Follow the youtube tutorial right there : https://www.youtube.com/watch?v=JrXT3UeZX4o&lc=Ugx5rEaJ6L54ZkIsGwx4AaABAg
14 | You can download the mod loader here : https://github.com/PJninja/InSlimVML
15 | You can also download the mod from Nexus Mods : https://www.nexusmods.com/valheim/mods/5/ 16 | # WHAT'S NEW ? 17 | - **AUTO-TERRAFORMING ON LOAD AND DESTROY** 18 | - Using our new mod loader 19 | - Added to NexusMods **with a vbuild category on NexusMods** 20 | - Found the issue with the build pasting : you need to copy and paste the content of the file to a new. 21 | - Modify the share command 22 | - Rename of `ab builds` to `ab buildlist` 23 | - Working with 0.145.6 24 | -------------------------------------------------------------------------------- /AdvancedBuilder/v1.2/1.2.1/CR-AdvancedBuilder121.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/AdvancedBuilder/v1.2/1.2.1/CR-AdvancedBuilder121.dll -------------------------------------------------------------------------------- /AdvancedBuilder/v1.2/1.2.1/README.md: -------------------------------------------------------------------------------- 1 | 2 | # AdvancedBuilder v1.2.1 - VALHEIM 0.145.6 3 | This mod allow you to copy and paste build from worlds to other worlds and servers to other servers. 4 | 5 | # How to use ? 6 | * Youtube tutorial : https://www.youtube.com/watch?v=JrXT3UeZX4o&lc=Ugx5rEaJ6L54ZkIsGwx4AaABAg 7 | * Steam guide : https://steamcommunity.com/sharedfiles/filedetails/?id=2394621584 8 | * Discord support (with guide) : https://discord.gg/Eb7sFEeGfU 9 | * **You'll need the mod loader** :https://github.com/PJninja/InSlimVML 10 | 11 | 12 | # How to install ? 13 | Follow the youtube tutorial right there : https://www.youtube.com/watch?v=JrXT3UeZX4o&lc=Ugx5rEaJ6L54ZkIsGwx4AaABAg
14 | You can download the mod loader here : https://github.com/PJninja/InSlimVML
15 | You can also download the mod from Nexus Mods : https://www.nexusmods.com/valheim/mods/5/ 16 | 17 | # WHAT'S NEW ? 18 | - Some bugs fixed and ameliorations (the corrupted vbuild file has been patched) 19 | -------------------------------------------------------------------------------- /AdvancedBuilder/v1.2/README.md: -------------------------------------------------------------------------------- 1 | # WARNING 2 | THIS MOD IS NOW DEPRECATED. - PLEASE USE BUILDSHARE - (= to v1.4) 3 | 4 | # WARNING 5 | 6 | 7 | # AdvancedBuilder v1.2 8 | This mod allow you to copy and paste build from worlds to other worlds and servers to other servers. 9 | 10 | # V1.2.1 (latest) 11 | 12 | * Incorrect build format fixed. 13 | 14 | # V1.2 (previous) 15 | 16 | * See in the readme from its folder 17 | -------------------------------------------------------------------------------- /AdvancedBuilder/v1.3/1.3.0/CR-AdvancedBuilder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/AdvancedBuilder/v1.3/1.3.0/CR-AdvancedBuilder.dll -------------------------------------------------------------------------------- /AdvancedBuilder/v1.3/1.3.0/README.md: -------------------------------------------------------------------------------- 1 | # WARNING 2 | PLEASE USE BUILDSHARE (= v1.4) 3 | 4 | # CHANGELOG: 5 | + Added: ab undo : removes last placed building 6 | + Added ab buildhelp : Displays more Text and examples of using ab build command 7 | + Updated ab build [buildname] [x][y][z] [yRot] : yRot rotates building around player - changing its pivot and forward facing 8 | + Updated ab save [radius] [buildname] [optional: save landscape? true/false] default to false - if false build save doesnt bring over any landscape data 9 | + Updated Commands List to display ab share command which worked but wasn't on List 10 | + Updated ab build functionality to use more optimized loop when placing building 11 | + Updated ab build functionality to parent building to a single new gameObject for better handling and future improvements 12 | + Updated ab save to limit number of decimals save data can go to, fixing rare bug when saving builds 13 | -------------------------------------------------------------------------------- /BuildShare/README.md: -------------------------------------------------------------------------------- 1 | # BuildShare - new AdvancedBuilding 2 | 3 | BuildShare allow you to save, load, share and modify your constructions ! 4 | It's the new version of AdvancedBuilding (which is now deprecated). 5 | 6 | # How to use ? 7 | 8 | * `bs save Name Radius` - Save your all your props in the Radius. 9 | * `bs showRadius Radius` - Highlight your props in the Radius in blue. 10 | * `bs buidlist` - Show all your builds 11 | * `bs share` - Open the Support Discord, where you can share your constructions. 12 | * `bs build BuildName |Optionnal :| OffsetX OffsetY OffsetZ OffsetAngleY` - Spawn a build 13 | * `bs helpbuild` - Display the build help message with some examples. 14 | 15 | # What's new ? 16 | 17 | + NEW : UI FOR A BETTER USE ! 18 | + Compatible with actual Valheim versions and next version. 19 | + PATCHED : a glitch which didn't save your offsets when you reload your worlds 20 | + bs preview - Preview your builds ! 21 | -------------------------------------------------------------------------------- /BuildShare/v1.0/CR-BuildShare_VML.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/BuildShare/v1.0/CR-BuildShare_VML.dll -------------------------------------------------------------------------------- /BuildShare/v1.0/README.md: -------------------------------------------------------------------------------- 1 | #BuildShare v1.0 2 | -------------------------------------------------------------------------------- /BuildShare/v1.4/1.4.1/CR-BuildShare_VML.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/BuildShare/v1.4/1.4.1/CR-BuildShare_VML.dll -------------------------------------------------------------------------------- /BuildShare/v1.4/1.4.1/README.md: -------------------------------------------------------------------------------- 1 | # BuildShare v1.4.1 2 | 3 | + Added ab savepoint - sets the point that showradius, and save originate from - radius is based around that point not the player 4 | + Merged TerrainMaster with BuildShare 5 | + Added tm flatten [x] [y] - Flattens Land 6 | + Added tm break [radius] - Removes Only Landscape 7 | + Fixed UI display Issue - Button Only Appears In World Now (Not Main Menu) 8 | + Fixed Undo Bug - If build had broken pieces Undo would fail, undo avoids those now 9 | + Updated UI TextBoxes to handle decimals and negatives 10 | + Added functionality to support future updates (Better Save Data and Placement Alignment) 11 | -------------------------------------------------------------------------------- /BuildShare/v1.4/1.4.3/CR-BuildShare_VML.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/BuildShare/v1.4/1.4.3/CR-BuildShare_VML.dll -------------------------------------------------------------------------------- /BuildShare/v1.4/1.4.3/README.md: -------------------------------------------------------------------------------- 1 | # BuildShare v1.4.3 2 | - Adds Draggable window for GUI elements (Main Bottom Left Handed Now) 3 | - Fixed UI Hide error 4 | - Fixed Prebuild error 5 | -------------------------------------------------------------------------------- /CharacterCustomisations/README.md: -------------------------------------------------------------------------------- 1 | # Character Customisation Mod v1.0 (DEPRECATED ! Just use Beard or Hair in your Vanilla Console) 2 | Valheim's mods discord server : [Join now](https://discord.gg/Eb7sFEeGfU) 3 | 4 | This mod allows you to modify your character model. 5 | 6 | # How to use ? 7 | For any help [join the support](https://discord.gg/Eb7sFEeGfU) 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Valheim mods (from February 2021). 2 | 3 | These mods are now deprecated but runned well for more than 4 years. With more than 600,000 views and 140,000 downloads they are pioneer works for nowadays mods. 4 | https://www.nexusmods.com/valheim/mods/5 5 | -------------------------------------------------------------------------------- /Terraformer/README.md: -------------------------------------------------------------------------------- 1 | # NOW MERGED WITH BUILDSHARE ! 2 | -------------------------------------------------------------------------------- /Terraformer/v1.0.1/README.md: -------------------------------------------------------------------------------- 1 | # TerrainMaster v1.0.1 2 | Only one change (was on demand) : now the mod also remove the little trees and other constructions in the radius. 3 | -------------------------------------------------------------------------------- /Terraformer/v1.0.1/Vale-Terraformer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/Terraformer/v1.0.1/Vale-Terraformer.dll -------------------------------------------------------------------------------- /Terraformer/v1.0/README.md: -------------------------------------------------------------------------------- 1 | # Valheim Terrainmaster v1.0 2 | Use it with AdvancedBuilding to unleash its power ! 3 | 4 | > **Join the support to get helped** 5 | https://discord.gg/Eb7sFEeGfU 6 | 7 | # Need InSlimVML Mod Loader 8 | Download it here : https://www.nexusmods.com/valheim/mods/21 9 | -------------------------------------------------------------------------------- /Terraformer/v1.0/Vale-Terraformer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crdevio/ValheimMods/f91f0cf588090ba269b4b215d281f80f123b71f7/Terraformer/v1.0/Vale-Terraformer.dll --------------------------------------------------------------------------------