Creating a new crafting table
Welcome to the Brutal Crafting guide, here you can learn how to create a new crafting table or edit correctly the existing ones.
Last updated
Welcome to the Brutal Crafting guide, here you can learn how to create a new crafting table or edit correctly the existing ones.
Last updated
You can add as many crafting tables in config.lua as many you need.
You have to add a table like the example to this table: 'CraftingTables'
Do not insert real vector3 or vector4 coords to these values! These have to be changed manually.
The offset settings can be found at three places during the configuration at the camera or light settings and in the object settings. These offset coords means that they are relative to the crafting table object. Change these values to create the perfect looking crafting table.
ObjectSettings = {xOffset = 0.95, yOffset = -0.4, zOffset = 0.7, xRotate = 0.0, yRotate = 0.0, zRotate = 0.0},
ObjectSettings = {xOffset = 0.95, yOffset = -0.4, zOffset = 1.0, xRotate = 0.0, yRotate = 0.0, zRotate = 0.0},
ObjectSettings = {xOffset = 0.2, yOffset = -0.0, zOffset = 1.2, xRotate = 0.0, yRotate = 90.0, zRotate = 0.0},
ObjectSettings = {xOffset = 0.2, yOffset = -0.0, zOffset = 1.2, xRotate = 0.0, yRotate = 0.0, zRotate = 90.0},