Jump to content

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


SonicSonedit

Recommended Posts

So, I replaced

 

 

			<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

 

 

			<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?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...