Page 1 of 1

ATS Adding cities problem

Posted: 12 Nov 2019 17:23
by stradastatale16
Hi,
I'm creating a map mod for ATS but I can't add Cities. Can someone help me?
I tried to do that but without success, probabily because something has changed.
I will be very happy if someone can ask me

Re: ATS Adding cities problem

Posted: 12 Nov 2019 17:53
by Vøytek
What exactly is the problem? "can't add" isn't descriptive enough.

Re: ATS Adding cities problem

Posted: 21 Nov 2019 02:27
by Smarty_SCR
I'm going to assume you've gotten as far as making your city definition(s) in //def/city/<city_name>.sii... Did you also remember to include your city via //def/city.<mod_name>.sii? That should look something like this:

//def/city.some_mod.sii

Code: Select all

SiiNunit
{
@include "city/happy_town.sii"
@include "city/sunnyvale.sii"
}