Cities: Skylines

Cities: Skylines

3,379 ratings
All Spaces Unlockable
6
12
6
2
2
   
Award
Favorite
Favorited
Unfavorite
Mod
File Size
Posted
Updated
3.584 KB
Mar 6, 2015 @ 9:26pm
Nov 16, 2022 @ 12:46pm
2 Change Notes ( view )

Subscribe to download
All Spaces Unlockable

In 1 collection by Klyte45
Klyte's Mods - 7th Generation
9 items
Description
[www.paypal.com]



What it does
All 25 areas can be purchased (per default only 9 out of 25 can be purchased). Anyway, its price is not rised when you buy more than 9 tiles, but here is a mod that do this correction

The last Milestone (13) adds the permission to buy 17 new areas instead of one. So you have to reach that to unlock all areas, it does not work from the beginnig, as Milestones 1-12 are unchanged.

Installation
To install just subscribe to the mod. To activate it select it from the Mod-Menu within the Content Manager (Gerenciador de Conteúdo). Restarting Skylines may be required, but you do not need to start a new city!

Some additional notes / FAQs
- Using more than 9 tiles is neither tested regarding stabilty nor supported by the game developer
- Achievements are disabled if you use any mod (there is however a Mod online which can enable achievements: http://steamcommunity.com/sharedfiles/filedetails/?id=407055819 )
- The sourcecode is VERY simple, effectively it is only one line of code, how to do it is very well documented in the API wiki, so it is no secret and extremly easy to code (and you could decompile the DLL if you want to see the code, it's safer than se a source that could not be the compiled code). But if you can't decompile, the lines of code is:
public override void OnCreated(IAreas areas) {
base.OnCreated(areas);
areas.maxAreaCount = 36;
}

- Does not require the UnlockAll Mod, but can be combined with it. It allows to buy all tiles from the start.

Compatibility
Recompiled for 1.15.x

However I got some reports from people that it does not work for them. Please keep in mind, that you need unlock the last milestone, you can NOT purchase them from the beginning (if this was the case for you before I assume you used an additional mod to allow that).