Geração de mundoTutorial da geração de mundo
Prop Generation Concepts
Explores the basic concepts of world generation in the context of Hytale.
Props
Props enable you to generate content in a specific limited region. Hytale has a range of different Prop types that you can use to build content that gets procedurally added to the world. You can define where the content places by using a combination of Positions fields, Scanners and Patterns.
Positions
Provides the locations to scan in.
Scanner
An area or column around each position to scan, finds the locations that match the Pattern.
Pattern
The Pattern that defines what are valid positions based on the contents of the world.
