PC Temp Fix to "no craftable Table Saw"

THIS INVOLVES EDITING AN XML OR USING MINE

In the progression.xml file, Ctrl + F and search "Advanced Engineering"

You're looking for

Code:
<passive_effect name="RecipeTagUnlocked" operation="base_set" value="1" level="1,5"
			tags="workbench,generatorbank,electricwirerelay,switch,ceilingLight01_player,switch,gunCrossbow,armorMiningHelmet"/>
Change it to

Code:
<passive_effect name="RecipeTagUnlocked" operation="base_set" value="1" level="1,5"
			tags="workbench,generatorbank,electricwirerelay,switch,ceilingLight01_player,switch,gunCrossbow,armorMiningHelmet,tableSaw"/>
OR you can just copy paste

https://pastebin.com/xYeWnZ8C

This will fix SP and MP games, I have not tested it on Dedi server yet but I will soon

 
Back
Top