View Single Post
Old 04-06-2012, 10:17 AM   #6
Bigrod
OOTP Stats Master
 
Join Date: Mar 2009
Location: Maine
Posts: 3,075
Quote:
Originally Posted by Bluenoser View Post
BTW guys - Cape Breton is part of Nova Scotia, not New Brunswick.

Possible to fix this?

Tks
Yes it is and you can do it yourself if your comfortable editing the world.xml and don't want to wait. It looks complicated, but it's actually quite simple. Make a backup of it first though just in case murphy's law takes effect.
Open it in notepad, turn word wrap on and locate
Code:
<CITY id="89972" name="Cape Breton" pop="102250" lid="0" lat="46.15" long="-60.17" abbr="CPB" />
and ctrl+x it (cut it)
Then locate Nova Scotia
Code:
<STATE id="683" name="Nova Scotia" pop="942506" lid="0" abbr="NS" time_zone="-4" observes_dst="1">
				<CITIES>
				<CITY id="2692" name="Amherst" pop="9336" lid="0" lat="45.83" long="-64.21" abbr="AMH" />
Paste cape breton in here somewhere or if you want to keep it in alphabetical order paste after the b's
				<CITY id="3247" name="Antigonish" pop="5003" lid="0" lat="45.62" long="-61.97" abbr="ANT" />
				<CITY id="8920" name="Berwick" pop="2271" lid="0" lat="45.03" long="-64.73" abbr="BER" />
				<CITY id="11678" name="Bridgetown" pop="1063" lid="0" lat="44.85" long="-65.15" abbr="BRI" />
Save and Cape Breton is now in Nova Scotia. Exit and restart the game and you should be all set.

Last edited by Bigrod; 04-06-2012 at 10:55 AM.
Bigrod is offline   Reply With Quote