SonicSonedit
New member
So, I replaced
with
And now get "Hub rule is Null" expcetion while generating map with rwgviewer. Can anyone give me a hint why please?
Code:
<hub_rule name="townSmall" prob="0.3"/>
<hub_rule name="townLarge" prob="0.3"/>
<hub_rule name="citySmall" prob="0.1"/>
<hub_rule name="cityLarge" prob="0.1"/>
<hub_rule name="rural" prob="0.3"/>
Code:
<hub_rule name="townSmall" prob="0.1"/>
<hub_rule name="townLarge" prob="0.1"/>
<hub_rule name="citySmall" prob="0.1"/>
<hub_rule name="cityLarge" prob="0.5"/>
<hub_rule name="rural" prob="0.3"/>