• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Getting hub rule is null after trying editing city type spawn chances

SonicSonedit

New member
So, I replaced

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"/>
with

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"/>
And now get "Hub rule is Null" expcetion while generating map with rwgviewer. Can anyone give me a hint why please?

 
Back
Top