Cities: Skylines

Cities: Skylines

Python Console
目前顯示第 1-10 項,共 11 項
< 1  2 >
更新:2021 年 10 月 8 日 @ 上午 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

更新:2021 年 6 月 18 日 @ 上午 6:45

BETA 0.1.8

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

更新:2021 年 4 月 2 日 @ 上午 8:50

BETA 0.1.6

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

更新:2021 年 3 月 26 日 @ 下午 2:58

BETA 0.1.5

- Allow changing natural resources (example file included)

更新:2021 年 3 月 26 日 @ 上午 4:55

BETA 0.1.4

- Natural resources API

更新:2021 年 3 月 26 日 @ 上午 4:39

更新:2021 年 3 月 26 日 @ 上午 4:29

更新:2021 年 3 月 11 日 @ 上午 10:50

BETA 0.1.3

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

更新:2021 年 3 月 10 日 @ 下午 2:44

BETA 0.1.2

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

更新:2021 年 3 月 7 日 @ 上午 7:33

BETA 0.1.1

- Fix: edgy segments