Cities: Skylines

Cities: Skylines

One-Way Street Arrows
Näytetään 1–10 / 15
< 1  2 >
Päivitys: 17.2.2017 klo 17.18

- Fixed underground arrows not showing after Unity 5.4.2 update

Päivitys: 8.10.2016 klo 17.23

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

Päivitys: 8.10.2016 klo 17.13

Päivitys: 13.3.2016 klo 17.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).

Päivitys: 24.5.2015 klo 20.16

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

Päivitys: 20.4.2015 klo 22.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>

Päivitys: 18.4.2015 klo 22.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

Päivitys: 11.4.2015 klo 17.46

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

Päivitys: 9.4.2015 klo 22.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.

Päivitys: 8.4.2015 klo 7.24

- Fixed a bug for Linux users