Craftable Component Kit (Survival)

If you liked this item, please rate it up on Steam Workshop page.

Author: Eitch

Last revision: 29 May, 2020 at 21:30 UTC

File size: 407.55 KB

On Steam Workshop

Description:

This mod only contains instructions to add a craftable Component Kit to your CraftBot. It doesn’t do anything per se because modding Survival isn’t supported yet.

Recipe

Component Kit [x1] = Circuit board [x10] (Time: 30s)

Instructions

1. Go to the folder your game is installed:

<STEAMDIR>steamappscommonScrap MechanicSurvivalCraftingRecipes

2. Copy the file craftbot.json to another directory to make a backup, if things go wrong.

3. Edit file craftbot.json with a text editor (i.e. notepad)

4. After the last item block, add a comma and another item. Example:

}, { "itemId": "5530e6a0-4748-4926-b134-50ca9ecb9dcf", "quantity": 1, "craftTime": 27, "ingredientList": [ { "quantity": 10, "itemId": "f152e4df-bc40-44fb-8d20-3b3ff70cdfe3" } ] } ]

Please notice that the first and the last lines in the example already exist. You’ll just need to add a comma, add the code enclosed with {} and preserve the "]" final line. If you want to know more about the file format, look up for "JSON format" in a web search.

5. Save and launch the game. Your Craftbot should have the new recipe after the last item as this mod’s screenshot shows.

#FFFFFF

FAQ

Does this mod work with Multiplayer?

As long as every player in the server has the file modified, it should work without any problems.

The item disappears after a game update or file integrity check

Since the craftbot.json is automatically generated by the game on updates and checks, you may need to add the code again if the craft disappears from the Craftbot.

Hopefully this will change when the game supports modding Survival mode.