Cities: Skylines

Cities: Skylines

One-Way Street Arrows
15개 중 1~10개 표시 중
< 1  2 >
업데이트: 2017년 2월 17일 @ 오후 5시 18분

- Fixed underground arrows not showing after Unity 5.4.2 update

업데이트: 2016년 10월 8일 @ 오후 5시 23분

- Put arrows back on airport roads
- Adjusted the position of the button in the asset editor

업데이트: 2016년 10월 8일 @ 오후 5시 13분

업데이트: 2016년 3월 13일 @ 오후 5시 04분

- Added a shortcut key to toggle the arrows. The shortcut is period (".") by default, and can be changed in the mod's options panel (right click on the arrow toggle button).

업데이트: 2015년 5월 24일 @ 오후 8시 16분

- Arrows for tunnels are now visible
- Added options UI. Right click on the toggle button to open options.

업데이트: 2015년 4월 20일 @ 오후 10시 18분

Added the ability to adjust the size and position of the buttons. In one_way_street_arrows_options.xml edit:

<arrowToggleButtonPositionInGame>
<x>-38</x>
<y>0</y>
</arrowToggleButtonPositionInGame>
<arrowToggleButtonPositionInEditor>
<x>38</x>
<y>0</y>
</arrowToggleButtonPositionInEditor>
<arrowToggleButtonSizeInGame>
<x>36</x>
<y>36</y>
</arrowToggleButtonSizeInGame>
<arrowToggleButtonSizeEditor>
<x>36</x>
<y>36</y>
</arrowToggleButtonSizeEditor>

업데이트: 2015년 4월 18일 @ 오후 10시 28분

- Added option for flat arrows. Set <arrowType>Flat</arrowType> in one_way_street_arrows_options.xml
- Fixed position of arrow toggle button in asset editor.
- Arrows no longer cast shadows
- Fix a crash caused when XML errors are reported

업데이트: 2015년 4월 11일 @ 오후 5시 46분

- Adds an option to keep the arrows when the roads panel closes. Change hideWithRoadsPanel to false in one_way_street_arrows_options.xml

업데이트: 2015년 4월 9일 @ 오후 10시 20분

- Arrows no longer show up for airports and harbors.
- Arrows are turned off when the road panel closes. If the arrows were on when the road panel is closed, they will be turned back on when the roads panel is opened again.
- Options are configurable through one_way_street_arrows_options.xml found in the game's folder. Options are automatically reloaded and the arrows are refreshed when the file is saved.

업데이트: 2015년 4월 8일 @ 오전 7시 24분

- Fixed a bug for Linux users