Cities: Skylines
Python Console
1–10 из 11
< 1  2 >
Обновление: 8 окт. 2021 г. в 6:52

BETA 0.2.0

- Added cache layer between the engine and the game
- Reworked async mode: all functions in the async mode now return values, but are still evaluated asynchronously
- Shipped PyPy with the mod

Обновление: 18 июн. 2021 г. в 6:45

BETA 0.1.8

- You can now performantly iterate over all game entities (props, trees, segments etc.): "for tree in game.trees:"

Обновление: 2 апр. 2021 г. в 8:50

BETA 0.1.6

- Added async mode. See https://github.com/Strdate/PythonConsole/wiki/Performance-tips-&-tricks
- Fixed tcp buffer overread

Обновление: 26 мар. 2021 г. в 14:58

BETA 0.1.5

- Allow changing natural resources (example file included)

Обновление: 26 мар. 2021 г. в 4:55

BETA 0.1.4

- Natural resources API

Обновление: 26 мар. 2021 г. в 4:39

Обновление: 26 мар. 2021 г. в 4:29

Обновление: 11 мар. 2021 г. в 10:50

BETA 0.1.3

- Scripts to build smooth transition curves are now included in the mod

Обновление: 10 мар. 2021 г. в 14:44

BETA 0.1.2

- PathBuilder API
-> Fixed terrain height issue
-> Added new properties to get list of built segments etc.

Обновление: 7 мар. 2021 г. в 7:33

BETA 0.1.1

- Fix: edgy segments