Skip to main content

Freezing

You can select a fragment of the world and freeze it. Optionally you can convert spawned instances from that fragment into actors and then tweak them manually.

This allows you to use procedural generation as a starting point for manual work.

Freezing

Freezing can be found in the Tools section of the the Biomes Mode

FreezingImage

Select which components you want to freeze and press Freeze selected components.

You can then select which actions to apply to existing instances in that area.

FreezingPropertiesImage

Frozen areas are marked by BiomesFreezeMarkerComponent.

Freezing using Freeze selected components creates an actor with a component that freezes the selected area.

Selecting BiomesFreezeMarkerComponent displays the area frozen by it.

FreezeMarkerPreviewImage

Unfreezing

To unfreeze you must remove BiomesFreezeMarkerComponent that marks an area as frozen.

If created using the Biomes Mode it's found in the actor named BiomesFreezeMarker