Cities: Skylines

Cities: Skylines

3,433 평점
All Spaces Unlockable
6
12
6
2
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod
파일 크기
게시일
업데이트일
3.584 KB
2015년 3월 6일 오후 9시 26분
2022년 11월 16일 오후 12시 46분
업데이트 노트 2개 (보기)

다운로드 위해 구독하기
All Spaces Unlockable

Klyte45님의 1 모음집
Klyte's Mods - 7th Generation
아이템 9개
설명
[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://gtm.steamproxy.vip/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).