Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.14 KB

File metadata and controls

36 lines (27 loc) · 1.14 KB

Documentation

Table of Contents

Documentation files:

Add specialization to placeable type

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc version="...">
    ...
    <placeableTypes>
        <!-- Extend parent type, can be anything -->
        <type name="washPlant" parent="simplePlaceable" filename="$dataS/scripts/placeables/Placeable.lua">
            <specialization name="FS22_1_PlaceableMaterialDischarge.materialProcessor" />
        </type>
    </placeableTypes>
    ...
</modDesc>

Discharge from Production Point storage

Discharge specified fill type(s) from production point. Read more here.

Discharge spawned materials

Generate fill type(s) and discharge. Read more here.