You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 3 years ago |
| Version | 1.0.0 |
| Download link | SPooCK-RecipeEditor-1.0.0.zip |
| Downloads | 449 |
| Dependency string | SPooCK-RecipeEditor-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP Unity games. Preconfigured and ready to use.
Preferred version: 6.0.667README
Allows you to modify the ingredient requirements to any of your inventory recipes.
Requirement: BepInEx IL2CPP
Installation:
- Download BepInEx IL2CPP
- Drag contents of BepInExPack from BepInEx.zip file into Sons of the Forest game directory (right click in steam > browse local files)
- Open RecipeEditor.zip and drag the BepInEx folder into the game directory
- Launch the game once. Then recipes.json will be created in your game directory.
Recipe Editing:
- Open the Items.txt from RecipeEditor.zip or you can find another update source for item IDs
- Find the Item Recipe ID you want to edit
- Follow the JSON format provided in the file
- { "RecipeID": [ { "ItemId": IngredientID, "Count": Amount }, { "ItemId": IngredientID, "Count": Amount } ... ], "RecipeID": [ ... ], ... }