Watch the parts before judging the whole object

The CLONE BUILDERS structured building system uses four actions: placing, resizing, moving, and assembling parts. Watch those changes to understand what the NPC clones are doing. A creation that looks confusing halfway through can become more recognizable when pieces change proportions or come together. Judge the finished shape as well as the construction process.

Ask three questions: which parts are present, how do they relate to one another, and does the whole result communicate your idea? The answers give your next experiment a clearer goal than calling every unexpected shape a failed build.

Understand what the four actions mean

Placing introduces parts into the world. Resizing changes their dimensions. Moving changes where they are. Assembling brings parts together into a creation. The developer names these operations without promising a particular menu, editable numerical field, or keyboard shortcut for players.

ActionWhat to observeA useful design question
PlaceThe pieces that enter the sceneDoes the object have its main forms?
ResizeChanges in length, width, or heightAre the main proportions readable?
MovePieces shifting locationAre the parts in a sensible relationship?
AssemblePieces forming a larger wholeDoes the finished outline match the idea?

Use the current game interface for your own interactions. Seeing an operation happen does not give you direct manual control over it. Check the available controls for a dimension editor before assuming you can resize parts yourself.

Diagnose one visual mismatch at a time

Suppose your goal is a house with a distinct roof. If a roof-shaped section exists but the body dominates the silhouette, the important mismatch is proportion. If both main forms exist but the result reads as separate objects, their relationship is the point to inspect.

For a tower, compare the upright body and the top. For a shuttle, compare the main body and the wing shapes. These observations are design judgments, not a diagnosis of the game’s internal code. They help you choose a simpler follow-up idea without claiming a special repair command.

Write down the first mismatch you can describe clearly. “The roof is hard to distinguish from the walls” gives the next experiment a target. “Everything is wrong” leaves you with nothing specific to compare.

Use a repeatable observation loop

  1. Choose one modest object with two important features.
  2. Watch parts appear and change before judging an early snapshot.
  3. Compare the main proportions as the creation develops.
  4. Let the construction reach a finished result where possible.
  5. Adjust one aspect of the next design goal and compare again.

Avoid repeating the loop endlessly to force an exact match with a promotional image. Use the images as recognizable design targets and inspect what the live construction produces. A clear goal makes it easier to learn from each experiment.

Keep the no-AI distinction clear

The developer explicitly states that builds do not use AI. Giving an idea to NPC clones does not make the game a general text-to-3D assistant. Use clear object goals rather than assuming the system will interpret every narrative detail or solve an arbitrary engineering challenge.

The experience is experimental and constantly evolving. If construction behaves strangely, return to a small comparison instead of importing commands from another builder. Read the no-AI explanation for expectations, or the unfinished-build guide when the result stops short of your goal.

FAQ

What are the four construction actions?

The developer names placing, resizing, moving, and assembling parts. NPC clones use these actions to construct creations in the world.

Can I manually edit every action?

Use the controls displayed by the live experience. The named clone operations do not by themselves promise a manual editor for each action.

Why can an early build look different from the final object?

Parts can still change size, move, and assemble. Follow the construction sequence before judging the final silhouette.

Does this system use AI to generate the build?

No. The developer explicitly says builds do not use AI and describes the construction as a structured building system.