Crafting settings

Crafting speed

craft.basecraftspeed "int"

Affects the default crafting speed. Higher is faster, default is 1

Example:

construct.basecraftspeed "2"

Clear default blueprints

craft.cleardefaultblueprint

Clears the list of default blueprints, resetting to Rock & Torch.


Free crafting

craft.freecrafting "0/1"

Makes all crafting cost no resources.

Example:

craft.freecrafting "1"

Instant crafting

craft.instantcrafting "0/1"

Makes all crafting instant.

Example:

craft.instantcrafting "1"

Free upgrading

construct.freeupgrading "0/1"

Toggles the ability to upgrade building blocks without consuming resources.

Example:

construct.freeupgrading "1"

Add default blueprint

craft.adddefaultblueprint "shortname"

Adds the "item blueprint" to the player’s inventory upon spawning.


Remove default blueprint

craft.removedefaultblueprint "shortname"

Removes the "item blueprint" from the list of default items on spawn.


Get building info

construct.getbuildinginfo

Prints the building information for the structure you’re looking at to the console log.


Get vending machine info

construct.getvendingmachineinfo

Prints the building information for the vending machine you’re looking at to the console log.


Destroy building

construct.nukebuilding "Building ID"

Obliterates the target building. Takes a Building ID, found by running the getbuildinginfo command.


Last updated