Jump to content

Is Australia supposed to look like that?


panzereich

Recommended Posts

Just wondering, because it looks like the entire state of Tasmania was abducted by Aliens and the south east part of Victoria was blown up and then flooded. This must have been what caused the city of Melbourne to panic and move a few hundred kilometers west. The rest of Australia looks pretty good.

Now it takes me 3 hours to drive to work and when I get home, my house is under the pacific ocean. :)

Link to comment
Share on other sites

Can you add citys easily with modding?

You can easily add cities by editing the assets/cities.xml file. Open it in a text editor like notepad, and inside the <Cities> tag insert this text (I'll use Rome as example):

<City>

<Name>Rome</Name>

<Country>Italy</Country>

<Population>2786034</Population>

<Location>4380,1090</Location>

<PopupDistance>0.5</PopupDistance>

<DetailDistance>0.7</DetailDistance>

</City>

The parameters you need to change are the city name, its country, the population and most important the location on the map (to retrieve this one, just open the geoscape view in the game, moving the mouse around the screen you should see its coordinates in the top left corner).

Second thing to do is adding the city and country names in strings.xml, which needs to be edited using Excel or similar.

Somewhere at the end of the file add a new line with the city name in both the first and second column, then do the same for the country if is not already present (for example, united kingdom doesn't need to be added because there's already a city there). Save and exit (click "keep current format" if prompted), run the game and it's done! :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...