MoreHideoutCrafts 1.0.1
-
- SPT 3.8.0
- papershredder432
- 6.7k Downloads
- 75 Comments
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Adding items to craft, is a bit odd, and hopefully I will make a GUI later.
You can see how to add custom recipes with the shipped .jsons.
To add custom recipes, you need a few things:
- The ID of the station you want to add the craft to. E.g.: workbench, intelligence center, med station, etc.. You can find those IDs here.
- The ID of the items that will be required to craft. You can get item IDs here.
- The ID of the output item.
First, create a new .json file.
Paste this in:
[
{
"_id": "<Add Custom ID here>",
"areaType": <Add hideout area ID here>,
"requirements": [
],
"productionTime": <Add how long in seconds it will take to craft>,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "<Add the output item ID here>",
"continuous": false,
"count": <Add how many of the output item you want>,
"productionLimitCount": 0,
"isEncoded": false
}
]
Display More
There are different requirements that you can implement.
Do not copy the lines that have // at the start.
// This is to add an item as a consumed requirement
{
"templateId": "<The item ID that will be consumed>",
"count": <The amount you will need>,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
}
// This is to add an item as a tool requirement
{
"templateId": "544fb5454bdc2df8738b456a",
"type": "Tool"
}
// This is to tell what hideout station and what level you need to craft it
{
"areaType": <Hideout area ID>,
"requiredLevel": <The level you need to craft it>,
"type": "Area"
}
Display More
After you're done, you should have something that looks like this:
This will craft a single M4A1 in 5 minutes if you have workbench level one, one TX-DML, one weapon parts, and if you have the leatherman multitool.
[
{
"_id": "gun000m4a1",
"areaType": 10,
"requirements": [
{
"templateId": "5d1c819a86f774771b0acd6c",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d43021ca4b9362eab4b5e25",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb5454bdc2df8738b456a",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 300,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5447a9cd4bdc2dbd208b4567",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
}
]
Display More
This one is in it's own rights. Thanks to MeowletteBlackpaw for making a Hardcore Focused Crafting Config. It features crafting recipes for nearly every single gun in the game and recipes for most meds, and recipes to refresh/"refurbish" the meds.
Another mod on the workshop from vampucio called Craft Craft Craft.
[
{
"_id": "ammo00055645000m855a1",
"areaType": 10,
"requirements": [
{
"templateId": "590c5a7286f7747884343aea",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "54527a984bdc2d4e668b4567",
"count": 360,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "54527ac44bdc2d36668b4567",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo000000m300BLK",
"areaType": 10,
"requirements": [
{
"templateId": "590c5a7286f7747884343aea",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d6fc78386f77449d825f9dc",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d6fc87386f77449db3db94e",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5fd20ff893a8961fc660a954",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo00055645000m995",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc78386f77449d825f9dc",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "59e690b686f7746c9f75e848",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo000545390007n40",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc87386f77449db3db94e",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "61962b617c6c7b169525f168",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo00054539000BS",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc78386f77449d825f9dc",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "56dff026d2720bb8668b4567",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo00091800063ap",
"areaType": 10,
"requirements": [
{
"templateId": "590c5a7286f7747884343aea",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 10,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5c925fa22e221601da359b7b",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo0009180007n31",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc78386f77449d825f9dc",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5efb0da7a29a85116f6ea05f",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo00057000SB193",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc78386f77449d825f9dc",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c5a7286f7747884343aea",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5cc80f67e4a949035e43bbba",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo00057000SB190",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc78386f77449d825f9dc",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c5a7286f7747884343aea",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5cc80f38e4a949001152b560",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo000762000m62",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc87386f77449db3db94e",
"count": 3,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5a608bf24f39f98ffc77720e",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo000762000m61",
"areaType": 10,
"requirements": [
{
"templateId": "60391a8b3364dc22b04d0ce5",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5a6086ea4f39f99cd479502f",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo000762000SNB",
"areaType": 10,
"requirements": [
{
"templateId": "60391a8b3364dc22b04d0ce5",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "560d61e84bdc2da74d8b4571",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo00076239000BP",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc87386f77449db3db94e",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c5a7286f7747884343aea",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "59e0d99486f7744a32234762",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo0000000338AP",
"areaType": 10,
"requirements": [
{
"templateId": "60391b0fb847c71012789415",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "60391a8b3364dc22b04d0ce5",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d0379a886f77420407aa271",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b32c186f774252167a530",
"type": "Tool"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5fc382a9d724d907e2077dab",
"continuous": false,
"count": 280,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "ammo0000000939BP",
"areaType": 10,
"requirements": [
{
"templateId": "5d6fc87386f77449db3db94e",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d0378d486f77420421a5ff4",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5c0d688c86f77413ae3407b2",
"continuous": false,
"count": 360,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "nade000000000RGO",
"areaType": 10,
"requirements": [
{
"templateId": "60391b0fb847c71012789415",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "618a431df1eb8e24b8741deb",
"continuous": false,
"count": 10,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "nade00000000M441",
"areaType": 10,
"requirements": [
{
"templateId": "5656eb674bdc2d35148b457c",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "60391b0fb847c71012789415",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "590c2e1186f77425357b6124",
"type": "Tool"
},
{
"areaType": 10,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 30,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5ede47405b097655935d7d16",
"continuous": false,
"count": 12,
"productionLimitCount": 0,
"isEncoded": false
}
]
Display More
[
{
"_id": "med666vaseline666",
"areaType": 7,
"requirements": [
{
"templateId": "5d1b3a5d86f774252167ba22",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5755383e24597772cb798966",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 120,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5755383e24597772cb798966",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666salewa666",
"areaType": 7,
"requirements": [
{
"templateId": "5e831507ea0a7c419c2f9bd9",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb45d4bdc2dee738b4568",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b3a5d86f774252167ba22",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 420,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "544fb45d4bdc2dee738b4568",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666car666",
"areaType": 7,
"requirements": [
{
"templateId": "590c661e86f7741e566b646a",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb25a4bdc2dfb738b4567",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5755356824597772cb798962",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 300,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "590c661e86f7741e566b646a",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666car2666",
"areaType": 7,
"requirements": [
{
"templateId": "5755356824597772cb798962",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb25a4bdc2dfb738b4567",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 1200,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "590c661e86f7741e566b646a",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666calok666",
"areaType": 7,
"requirements": [
{
"templateId": "5d1b3f2d86f774253763b735",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb25a4bdc2dfb738b4567",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "619cc01e0a7c3a1a2731940c",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Tool"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 600,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5e8488fa988a8701445df1e4",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666IFAK666",
"areaType": 7,
"requirements": [
{
"templateId": "590c678286f77426c9660122",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b3a5d86f774252167ba22",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5751a25924597722c463c472",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5e831507ea0a7c419c2f9bd9",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 600,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "590c678286f77426c9660122",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666AFAK666",
"areaType": 7,
"requirements": [
{
"templateId": "60098ad7c2240c0fe85c570a",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "60098af40accd37ef2175f27",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5e8488fa988a8701445df1e4",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b3a5d86f774252167ba22",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 900,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "60098ad7c2240c0fe85c570a",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666grizzly666",
"areaType": 7,
"requirements": [
{
"templateId": "590c657e86f77412b013051d",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b3a5d86f774252167ba22",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "60098af40accd37ef2175f27",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb25a4bdc2dfb738b4567",
"count": 3,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 900,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "590c657e86f77412b013051d",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666surv12666",
"areaType": 7,
"requirements": [
{
"templateId": "619cc01e0a7c3a1a2731940c",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5e2af4a786f7746d3f3c3400",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "59e361e886f774176c10a2a5",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b3a5d86f774252167ba22",
"count": 4,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 2600,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5d02797c86f774203f38e30a",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666etg666",
"areaType": 7,
"requirements": [
{
"templateId": "637b6179104668754b72f8f5",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b3f2d86f774253763b735",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5755356824597772cb798962",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 1600,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5c0e534186f7747fa1419867",
"continuous": false,
"count": 6,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666esmarch666",
"areaType": 7,
"requirements": [
{
"templateId": "5af0454c86f7746bf20992e8",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5751a25924597722c463c472",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d40419286f774318526545f",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Tool"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 700,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5e831507ea0a7c419c2f9bd9",
"continuous": false,
"count": 5,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666medtools666",
"areaType": 7,
"requirements": [
{
"templateId": "61bf83814088ec1a363d7097",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5b4335ba86f7744d2837a264",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "59e361e886f774176c10a2a5",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Tool"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 900,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "619cc01e0a7c3a1a2731940c",
"continuous": false,
"count": 3,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666ibuprofin666",
"areaType": 7,
"requirements": [
{
"templateId": "544fb37f4bdc2dee738b4567",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb3f34bdc2d03748b456a",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "62a0a043cf4a99369e2624a5",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 1200,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5af0548586f7743a532b7e99",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666goldstar666",
"areaType": 7,
"requirements": [
{
"templateId": "5755383e24597772cb798966",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5d1b3a5d86f774252167ba22",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 2,
"type": "Area"
}
],
"productionTime": 1600,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5751a89d24597722aa0e8db0",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "med666CMS666",
"areaType": 7,
"requirements": [
{
"templateId": "5d02778e86f774203e7dedbe",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "619cc01e0a7c3a1a2731940c",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "59e361e886f774176c10a2a5",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Tool"
},
{
"areaType": 7,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 1200,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5d02778e86f774203e7dedbe",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
}
]
Display More
[
{
"_id": "craftlightningstim",
"areaType": 7,
"requirements": [
{
"templateId": "5ed515f6915ec335206e4152",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "544fb3f34bdc2d03748b456a",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5c0e531d86f7747fa23f4d42",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5ed51652f6c34d2cc26336a1",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 50,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "lightningstim",
"continuous": false,
"count": 3,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "craftGoblinsIfak",
"areaType": 7,
"requirements": [
{
"templateId": "5d02797c86f774203f38e30a",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "60098ad7c2240c0fe85c570a",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
}, {
"templateId": "5e8f3423fd7471236e6e3b64",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 120,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "GoblinsIfak",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
},
{
"_id": "craftElDiablosBlood",
"areaType": 7,
"requirements": [
{
"templateId": "5c0e531286f7747fa54205c2",
"count": 2,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "637b6179104668754b72f8f5",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"templateId": "5ed515c8d380ab312177c0fa",
"count": 1,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 7,
"requiredLevel": 3,
"type": "Area"
}
],
"productionTime": 50,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "ElDiablosBlood",
"continuous": false,
"count": 3,
"productionLimitCount": 0,
"isEncoded": false
}
]
Display More
[
{
"_id": "sapileveliii5", "areaType": 2, "productionTime": 14400, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "655746010177119f4a097ff7", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "61bf83814088ec1a363d7097", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "5e2af41e86f774755a234b67", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4d286f7746d4159f07a", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af29386f7746d4159f077", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 2, "type": "Area"}
]
},
{
"_id": "cultlocust5", "areaType": 2, "productionTime": 14400, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "656fa8d700d62bcd2e024084", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "61bf83814088ec1a363d7097", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "5e2af47786f7746d404f3aaa", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4d286f7746d4159f07a", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "57347c1124597737fb1379e3", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 2, "type": "Area"}
]
},
{
"_id": "granit6back", "areaType": 2, "productionTime": 21600, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "654a4a964b446df1ad03f192", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "63a0b208f444d32d6f03ea1e", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "657b2797c3dbcb01d60c35ea", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af41e86f774755a234b67", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4d286f7746d4159f07a", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 3, "type": "Area"}
]
},
{
"_id": "granit6front", "areaType": 2, "productionTime": 21600, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "656f63c027aed95beb08f62c", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "61bf83814088ec1a363d7097", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "657b2797c3dbcb01d60c35ea", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af41e86f774755a234b67", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4d286f7746d4159f07a", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 3, "type": "Area"}
]
},
{
"_id": "korundvmk6front", "areaType": 2, "productionTime": 21600, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "656f66b5c6baea13cd07e108", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "63a0b208f444d32d6f03ea1e", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "656fa8d700d62bcd2e024084", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af41e86f774755a234b67", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4a786f7746d3f3c3400", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 3, "type": "Area"}
]
},
{
"_id": "kitecosciv6", "areaType": 2, "productionTime": 21600, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "656fafe3498d1b7e3e071da4", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "61bf83814088ec1a363d7097", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "655746010177119f4a097ff7", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af41e86f774755a234b67", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4d286f7746d4159f07a", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af29386f7746d4159f077", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 3, "type": "Area"}
]
},
{
"_id": "esapiiv6", "areaType": 2, "productionTime": 21600, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "64afdcb83efdfea28601d041", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "61bf83814088ec1a363d7097", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "656fa8d700d62bcd2e024084", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af47786f7746d404f3aaa", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4a786f7746d3f3c3400", "count": 2, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "57347c1124597737fb1379e3", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 3, "type": "Area"}
]
},
{
"_id": "esbiiv6side", "areaType": 2, "productionTime":14400, "needFuelForAllProductionTime": false, "locked": false, "endProduct": "64afdb577bb3bfe8fe03fd1d", "continuous": false, "count": 1, "productionLimitCount": 0, "isEncoded": false,
"requirements":
[
{"templateId": "61bf83814088ec1a363d7097", "type": "Tool"},
{"templateId": "5d40419286f774318526545f", "type": "Tool"},
{"templateId": "5e2af4d286f7746d4159f07a", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af47786f7746d404f3aaa", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5e2af4a786f7746d3f3c3400", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"templateId": "5734795124597738002c6176", "count": 1, "isFunctional": false, "isEncoded": false, "type": "Item"},
{"areaType": 2, "requiredLevel": 3, "type": "Area"}
]
}
]
Display More
-
Version 1.0.1
- papershredder432
- 1.7k Downloads
Patch to remove some package that was automatically added by VSCode, and basically a dummy update for 3.8.0.
-
Version 1.0.0
- papershredder432
- 5.1k Downloads
SirSmokeItAll
is this installed in bepinex or user folder??
Skalenios
how do you install this?
DarkEsteves
this work in 3.9.4?
SlaveToTheGames
I was under the assumption any mods before 3.9.X would not work with 3.9X. and vice versa. But let me know.
DarkEsteves
i gonna test
SlaveToTheGames
Let me know!
DarkEsteves
it works in 3.9.8....
just you have to modify in "package.json" the line :
"akiVersion": "^3.8" to "sptVersion": "~3.9",
... if you want my configs is in this .rar :
https://1drv.ms/u/s!AqItnzUF9NYwgrMiqliVv04U0BsDvQ?e=1CGcYM
SlaveToTheGames
Here is the configs I use + yours ported over too for you and anyone else.
https://drive.google.com/file/…En1n0VkI/view?usp=sharing
P.s. The Way More Weapons config causes significant loading times, fps drops due to the sheer amount (Specifically at the workbench). Though the original one caused massively much worse performance, I personally went through and removed all duplicate crafts from it. Still long load and low perf, but way better than it used to be.
Rsslone
Is there a way to add a craft locked behind a quest? Can I get an example?
EDIT : After some trial and error, and reading the code. Here is what I figured.
You need to add this line to your crafting requirement, replacing the quest ID with the quest you want to attach it to. Make sure you set Locked to true.
Then on the quest, either you can edit the existing quests in ./Aki_Data/Server/database/templates/quests.json OR edit the quests on a custom trader in ./Virtual's Custom Quest Loader/database/quests/***.json with the following. The first ID is made up but make it unique, the second ID and target is also made up, but make sure its unique and the same between the two. Then place the item ID to be unlocked in the _tpl field. The traderID is the station ID and the LL is the station level. (as far as I can tell). Where you place it, make sure the index field is in sequence with the rest of the rewards.
Something to note that was catching me up, the code that checks for unlocks in SPT doesn't allow more than one return, looking at the code you can have multiple crafts of the same item, but only if they are either in different stations, or station levels. You can't have two crafts in the same station on the same level.
gemini
Spicy Mayo for your enjoyment.
Should be a level 2 craft imo, but here's the craft.
Rsslone
It would be nice to be able to edit vanilla crafts.
EDIT : There is a way to do it, although it would still be nice to edit them here as I believe SPT updates overwrite any edits made and the mod would prevent that. For anyone that wants to know how, you edit the production.json in Aki_data/Server/database/hideout
Gamster
Jo Thx for this Mod, its Awesome.
I created a Json File for all the Crafts from the Lightkeeper Quests.
So that they are there earlier and you don't have to do the Quests to unlock them.
I set the Production Time for all this Crafts to 24 hours and I also set in the Json File the Original Items and Tools that you need for the Crafts from the Tarkov Wiki Page.
I hope it helps you.
I don't know why, but I had to set the time to 90,000 so that it would work for me with the 24 hours. I hope it looks the same for you.
It's my first Post here and if there's anything wrong, Please tell me.
Sorry for my bad English.
Edit: I added the Barter items that are behind the Lightkeeper quests too, which you can now Craft.
The Advanced Current Converter and the Far-Forward GPS Signal Amplifier and the SIG MCX SPEAR.
Greetz
Slony_
Any ideas how to remove default Tarkov crafts?
reshi-san
workes like a charm! ty for this awsome mod bro
Koirent
For some reason, my hideout won't load with this mod. It just starts an infinite loading loop when entering the hideout.
Server launcher is not giving any errors, straight opposite. It prints that it has loaded all the custom recipes from the JSON-files, which is made from the presets you posted.
BigBro
Greetings! Does it work with 3.8.0? And if not, is there an update planned?
papershredder432 Author
It should work with 3.8.0, but I haven't tested it yet. I probably won't push an actual update unless it is broken.
BigBro
unfortunately, it does not work with the latest version 3.8.0, it gives a message that errors have been detected in the mod and it will not be loaded
papershredder432 Author
I'll try to look into it in the next few days. I'll reply to this "thread" when I've hopefully fixed it. Thanks for lettin' me know.
BigBro
Thank you very much, budy! Because for me, this mod is like a drug. And ....I think that for many other players too
papershredder432 Author
The prevention of loading is something new in the AKI server to prevent loading outdated mods, but this new release also does fix another loading issue due to missing packages.
mattybrown33
where do i create the new json file? in the morehideoutcrafts mod folder?
mattybrown33
I created the craft as per your instructions in the overview, it seems to load the "custom craft" when booting up but it doesn't show in the intel station where i coded it. can you add crafts during a playthrough or would i have to start again?
DarkEsteves
this mod crashes the morecheckmarks mod ... that mod stops working after
Remove "fs": "^0.0.1-security" from "dependencies" , so i get morehideoutcrafts working but
morecheckmarks is not working anymore, even if ideleted morehideoutcrafts completly..
otacon86
Hello,
is there possible e.g. 2 to 3 endProduct ?
example
[
{
"_id": "nogen4000Test",
"areaType": 2,
"requirements": [
{
"templateId": "5d40407c86f774318526545a",
"count": 10,
"isFunctional": false,
"isEncoded": false,
"type": "Item"
},
{
"areaType": 2,
"requiredLevel": 1,
"type": "Area"
}
],
"productionTime": 240,
"needFuelForAllProductionTime": false,
"locked": false,
"endProduct": "5b44cf1486f77431723e3d05","5b44cd8b86f774503d30cba2","5b44d0de86f774503d30cba8",
"continuous": false,
"count": 1,
"productionLimitCount": 0,
"isEncoded": false
}
]
vampucio
the time to craft doesn't decrease if in SVM i reduce the craft time. is there some compatibility trick?
MrBlu1911
Noticed that as well. It probably is just a compatibility thing, but I'm not a coder.
Danersx
I would love to add and modify crafts. I know how to do it but it's quite tedious. Hope you will add that GUI to make the process much easier.
PlinioJRM
For everyone having problems with the mod being "skipped":
Please don't change "autoInstallModDependencies"!!!
I don't know why the dev required 0.0.1-security package, but it is not required!
SlaveToTheGames
Okay I followed the steps provided by Kundich
I also copy pasted each of the featured presets into a notepad.txt file then changed it to .json and copied the information into each .json. as shown below that it is loading those three presets.
[MoreHideoutCrafts] Loaded 3 custom crafting recipes from Goblin King Meds @DevilFlippy.json.
[MoreHideoutCrafts] Loaded 17 custom crafting recipes from Additional Ammo - @BAOBAO25.json.
[MoreHideoutCrafts] Loaded 15 custom crafting recipes from Hardcore Meds @MeowletteBlackpaw.json.
The rest is showing it loading in the quote.
My only question is did I set this up correctly based off the info provided?
SPT UPLOAD FOLDER\user\mods\shredder MoreHideoutCrafts\src\configs
https://www.mediafire.com/view/xjmm5axotxvdebs/more_crafts.png/file
SlaveToTheGames
P.s. to remove the error:
Mod papershredder432-MoreHideoutCrafts is not compatible with the current version of AKI. You may encounter issues - no support will be provided!
Just go into the package.json of shredder-MoreHideoutCrafts and change the akiVersion to"3.7.*"
SlaveToTheGames
I know for a fact I set it up correctly however I ran into an issue where upon reaching med station lv 2 and trying to upgrade it doesn't, then upon leaving game and trying to relaunch it gets stuck in an infinite load.
This is resolved by removing this preset
Hardcore Meds @MeowletteBlackpaw
SniperElekHUN
Aki server "say"
Skipping loading of Mod: MoreHideoutCrafts by: papershredder432
What did i wrong?
Ederys
Read the messages just bellow
MoonRunes
I tried the auto install mod dependencies and I just get back more errors than before and the mod just breaks.
I then get this in the server console if I try to run it again.
Ederys
Same here
Don't understand whats happening but it's definitely broken
Kundich
This is easily fixed. What's happening is that when you change .*\Aki_Data\Server\configs\core.json to have "autoInstallModDependencies": true, your package.json gets wiped out. Fortunately, it's easy to fix and doesn't require changes directly to core.json. It's four easy steps:
1) Reverse the change in core.json so that "autoInstallModDependencies": false
2) Inside of the mod folder, open the package.json.bak. CTRL-A, CTRL-C. You want to copy all of the contents of this file.
3) In the same folder, open package.json. Note that it's empty now. CTRL-A, CTRL-V. You're basically pasting the contents of .bak into .json.
4) Beginning on line 14 (curly brace followed by a comma), delete the comma and everything down to the last, closing curly brace. Those are not needed.
Your final package.json ought to look like this (and note I changed the version because of a weird compulsion I have):
Hope that helps.
(Edited for stupidity related to core.json values. Apologies.)
MoonRunes
Everything working just fine after following that. much thanks!
Ederys
Thank you very much for your time and kindness!
Kundich
Always happy to help. If you run into any weird shenanigans, please let me know. I don't think the "script" block is needed, but I'd love to know if anything goes sideways for anyone.
DarkEsteves
hi , the AKI console tells me that your mod is not loaded..
"Skipping loading of Mod: MoreHideoutCrafts by: papershredder432"
mrawr
me too, maybe 3.7.0 broke it?
DarkEsteves
nop, i found the problem, go to
.*\Aki_Data\Server\configs\core.json
go to :
"autoInstallModDependencies": false
and change it to true
and restart server and launcher
mrawr
thanks for the help!
Lunnayaluna
when i do it the server spits out a bunch of red text that i dont know the meaning of
something with '' command failed: C:\SPTarkov 3.7.1\Aki_Data\Server\@pnpm.exe install fs@^0.0.1-security
DarkEsteves
maybe is not compatible with 3.7.1 ..
Toebab
Where do I add these files? If I add it with other jsons under more_guns nothing happens.
Can anyone make a youtube tutorial on this?
Lunnayaluna
is this one incompatible with item-info? as soon as i do custom crafts i get red text in the console related to item info, the custom crafts get loaded normally and have no issues
papershredder432 Author
They shouldn't be but I've not used both at the same time.
Lunnayaluna
okay i figured out what causes the issue, if something in the config isnt right, the console gives red text from iteminfo, ive had some problem with items that needed 7400 things that had no icon for crafting
Saikred
Does anyone have any craft sets for this? I can do it myself but I'll save myself the hassle if some are already available (I've already got the hardcore focused weapon one)
Frozenheal
my hideout is not loading when this mod is installed
EthicsGradient
This is an amazing mod, thanks so much!
I was looking for exactly something like this to add extra crafting recipes, easy to use also - top job!
SphynxRose
Can this be used with softcore?
wcds
Yes, i use the 2 mods on my play
SaltyFries
does this mod come with already made crafts?
papershredder432 Author
It does not, You can find some configured ones here.
IronRonin
Ok maybe I am losing my mind but I thought there were crafts for the booze generator, nutrition center and lavatory as well? Are those included with this mod?
papershredder432 Author
It's possible, but this is more of a "library" for configs made by other people.
MeowletteBlackpaw
Created this for more hardcore type players - especially those that use Path to Tarkov or otherwise don't have access to, or have limited resources from Therapist at all times. More med crafts and med refills. Let me know how they balance, I haven't had a chance to test.