Darkwood How to Create Mod in Game + Modding Tutorial Guide

Darkwood How to Create Mod in Game + Modding Tutorial Guide 1 - steamsplay.com
Darkwood How to Create Mod in Game + Modding Tutorial Guide 1 - steamsplay.com

So… I finished this game like a thousand times, and I got bored ya know.. So I started looking at the game files, and I learn how to “cheat” by modding some things by code… I only know basic things, because I was just studyng by mylsef so I didnt test everything that I could, but I found some cool stuff that is a lot of fun to play with.
 
 

1# Basics

If you wants to cheat, you need to know how to enter in darkwood files. It’s very simple, go to your desktop and press windows + R. This will open a search bar, so you type; %appdata%.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 1# Basics - 8FE4687
 
 
Then a folder will open. At the top you will see Roaming and AppData. Click on AppData.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 1# Basics - 21B8EE2
 
 
Click in LocalLow, and then in Acid Wizard Studio. Darkwood and then you will see that there is prof1, prof2, prof3, prof4 and prof5. These 5 profiles are where your game is saved. So you need to have a created game to mod it.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 1# Basics - B652DAD
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 1# Basics - E51A06E
 
 
If my save in the game is profile 1, I enter in prof1 🙂
 
 
Enter in sav with Notepad, and it should be like this
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 1# Basics - 042275E
 
 
 

2# Search in sav

First press ctrl + f, this will open a search tab. This search tab is the most important thing, as you need it to search for things.. Usually you will be looking for items in your inventory, if that is the case you should search by slot. Use find next until you find your item. The item name will be right next to the slot name.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 2# Search in sav - 94BEB21
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 2# Search in sav -
 
 
 

3# Change durabillity

To the right of the item’s name will be the things you can change, such as durability.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 3# Change durabillity - FE1AD9F
 
 
Change the numbers and now you got an infinite plank with nails…
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 3# Change durabillity - B4892EB
 
 
 

4# Change the amount

Right next to durabillity, there is the amount. Is the same thing, change the number.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 4# Change the amount - 8B2D564
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 4# Change the amount - 8010D99
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 4# Change the amount - 94BEB21
 

 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 4# Change the amount - 290B968
 
 
 

5# Spawn items

The simplest way to spawn an item is to exchange it for one you already have in your inventory. You need to copy everything from “type”: to }.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 9CC76D4
 
 
Well you simple needs to change that for another item code. I want an axe, so ill search for axe, and do what I said before.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 9388151
 
 
I copied that, and paste where the plank with nails was.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 38DBEEE
 
 
Here I got some codes for you.
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 396F58C
 
 
“axe”,”durability”:1000.0,”amount”:1,”isRecipe”:false,”recipeFor”:null,”modifiers”:[],”upgrades”:[],”timeDeactivated”:0.0,”shouldBeActive”:false,”timeSeen”:0}
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 2CBA3D0
 
 
“weapon_assault_01_burst”,”durability”:0.0,”amount”:1,”isRecipe”:false,”recipeFor”:null,”modifiers”:[],”upgrades”:[],”timeDeactivated”:0.0,”shouldBeActive”:false,”timeSeen”:0}
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 922EBC9
 
 
“weapon_pistol_01_pellet”,”durability”:0.0,”amount”:1,”isRecipe”:false,”recipeFor”:null,”modifiers”:[],”upgrades”:[],”timeDeactivated”:0.0,”shouldBeActive”:false,”timeSeen”:0}
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 1558E77
 
 
“weapon_pistol_02_semi”,”durability”:0.0,”amount”:0,”isRecipe”:false,”recipeFor”:null,”modifiers”:[],”upgrades”:[],”timeDeactivated”:0.0,”shouldBeActive”:false,”timeSeen”:0}
 
 
Darkwood How to Create Mod in Game + Modding Tutorial Guide - 5# Spawn items - 1E9CEE8
 
 
“weapon_submachine_01_full”,”durability”:0.0,”amount”:0,”isRecipe”:false,”recipeFor”:null,”modifiers”:[],”upgrades”:[],”timeDeactivated”:0.0,”shouldBeActive”:false,”timeSeen”:0}
 
 
 

Help me

If you know something cool that can be made in the darkwood files, let me know in the comments and I may add to this guide. (And off course Im going to give you the credits)
 
 

Written by Scofa

 
 
Hope you enjoy the post for Darkwood How to Create Mod in Game + Modding Tutorial Guide, If you think we should update the post or something is wrong please let us know via comment and we will fix it how fast as possible! Thank you and have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*