Modding Tools > Lucas' Simpsons Hit & Run Map Builder > XML Format > Material Elements > Set

Set

This Element

This element can be used to create a Set chunk in an output P3D file.

<Set Name="SpringfieldXSigns">
    <!-- Textures go here -->
</Set>

Child: Textures

This element sets a path to a folder containing the textures to use in the set.

<Set Name="SpringfieldXSigns">
    <Textures Path="$(LocalResourcesPath)\Textures\Sets\SpringfieldXSigns"/>
</Set>
  • Path: The path to a folder containing images to put in the set.
    • These images must have a width and height that are powers of two (32x32, 64x32, 128x256, etc.).

Version History

1.0

Initial release.

Donut Team © 2023 · v4.0