Blueprints: Difference between revisions
Hoppermori (talk | contribs) No edit summary |
Hoppermori (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
You can build factories to make parts of the tech tree, and chain it together. What the tech tree is, you can define yourself using blueprints. There is a view in the game that shows the tech tree. | You can build factories to make parts of the tech tree, and chain it together. What the tech tree is, you can define yourself using blueprints. There is a view in the game that shows the tech tree. | ||
== How to Create a Blueprint == | |||
You can magic wand select groups of voxels to turn into a mesh. Right before turning it into a mesh, you have the option of creating a blueprint if you have "paper" in your inventory. | |||
You can clone a blueprint by selecting a blueprint, and then selecting an empty paper. | |||
== Blueprint Composition == | == Blueprint Composition == | ||
Line 18: | Line 24: | ||
To build a blueprint, players must have the number of resources required to build the blueprint. Then, if you open the blueprint in your inventory, you can click "build". This will convert the resources in your inventory into an item mesh of what you've just built. Then, you can place this anywhere in the world. | To build a blueprint, players must have the number of resources required to build the blueprint. Then, if you open the blueprint in your inventory, you can click "build". This will convert the resources in your inventory into an item mesh of what you've just built. Then, you can place this anywhere in the world. | ||
[[Category:Modding]] | [[Category:Modding]] |
Revision as of 02:20, 13 July 2025
A Blueprint is a recipe that describes how to create a mesh using base materials of Chiseled Voxels. You can find them in the world, or make your own out by Magic Wand selecting voxels.
That way, you can exchange a fixed number of resources, apply a blueprint, and it can be made. You can compose blueprints together. Using this technique, you can build up your own tech tree.
You can build factories to make parts of the tech tree, and chain it together. What the tech tree is, you can define yourself using blueprints. There is a view in the game that shows the tech tree.
How to Create a Blueprint
You can magic wand select groups of voxels to turn into a mesh. Right before turning it into a mesh, you have the option of creating a blueprint if you have "paper" in your inventory.
You can clone a blueprint by selecting a blueprint, and then selecting an empty paper.
Blueprint Composition
Blueprints can be:
- Atomic (e.g. wheel)
- Composed (e.g. a car blueprint that uses wheel blueprints)
A great tech tree design considers how each blueprint can be atomic, so that other blueprints can reference it in flexible ways. This is called Composability.
Composable, reusable blueprint designs are better for factory manufacturing.
Factory Manufactoring
To build a blueprint, players must have the number of resources required to build the blueprint. Then, if you open the blueprint in your inventory, you can click "build". This will convert the resources in your inventory into an item mesh of what you've just built. Then, you can place this anywhere in the world.