jetta
New member
canadianbluebeer
I ask for help to understand some things
on the next line what it means prob="2" ? the probability of it happening?
<prefab name="settlement_trader_01" min_count="1" max_count="3" prob="2"/>
and in this configuration:
<module name="biomeOutput" type="BiomeIDMapper">
<property name="sourceModule" value="clampOutput"/>
<property name="biomemap0.Name" value="pine_forest"/>
<property name="biomemap0.Range" value="0.2,0.7"/>
<property name="biomemap1.Name" value="snow"/>
<property name="biomemap1.Range" value="0,0.20"/>
<property name="biomemap2.Name" value="wasteland"/>
<property name="biomemap2.Range" value="0.7,0.75"/>
<property name="biomemap3.Name" value="burnt_forest"/>
<property name="biomemap3.Range" value="0.75,0.85"/>
<property name="biomemap4.Name" value="desert"/>
<property name="biomemap4.Range" value="0.85,1"/>
</module>
You say that the percentage is 20% snow, 50% forest, 10% burnt forest, 5% wasteland, 15% desert how to reach those values?
what it means value="0.85,1" for example? (15% desert = value="0.85,1")
I ask for help to understand some things
on the next line what it means prob="2" ? the probability of it happening?
<prefab name="settlement_trader_01" min_count="1" max_count="3" prob="2"/>
and in this configuration:
<module name="biomeOutput" type="BiomeIDMapper">
<property name="sourceModule" value="clampOutput"/>
<property name="biomemap0.Name" value="pine_forest"/>
<property name="biomemap0.Range" value="0.2,0.7"/>
<property name="biomemap1.Name" value="snow"/>
<property name="biomemap1.Range" value="0,0.20"/>
<property name="biomemap2.Name" value="wasteland"/>
<property name="biomemap2.Range" value="0.7,0.75"/>
<property name="biomemap3.Name" value="burnt_forest"/>
<property name="biomemap3.Range" value="0.75,0.85"/>
<property name="biomemap4.Name" value="desert"/>
<property name="biomemap4.Range" value="0.85,1"/>
</module>
You say that the percentage is 20% snow, 50% forest, 10% burnt forest, 5% wasteland, 15% desert how to reach those values?
what it means value="0.85,1" for example? (15% desert = value="0.85,1")