Crater Creator
Community Moderator
Has anyone ever seen a mailbox, street light, or street sign that wasn't part of a larger point of interest in a random world?
This group of prefabs is theoretically included in every city-, town-, and rural-sized hub in 16.4 Vanilla's rwgmixer.xml:
But looking at some seeds in the previewer, it's pretty apparent these tiny prefabs never appear (except when they're already referenced elsewhere). Why not?
This group of prefabs is theoretically included in every city-, town-, and rural-sized hub in 16.4 Vanilla's rwgmixer.xml:
Code:
<prefab_rule name="detailFillerGroup">
<prefab name="mailbox1" prob="0.25"/>
<prefab name="street_light_01" prob="0.25"/>
<prefab name="street_light_02" prob="0.25"/>
<prefab name="sign_slow"/>
<prefab name="sign_speed_25"/>
<prefab name="sign_speed_35"/>
<prefab name="sign_speed_45"/>
<prefab name="sign_73_north"/>
<prefab name="sign_73_south"/>
<prefab name="sign_albuquerque"/>
<prefab name="sign_phoenix"/>
<prefab name="tree_burntpine_01"/>
<prefab name="tree_burntpine_02"/>
<prefab name="tree_burntpine_03"/>
<prefab name="water_tower_03" />
</prefab_rule>
Last edited by a moderator: