投稿者 トピック: [r4321] スピードの低い踏切がほとんど使われない  (参照数 3665 回)

z9999+

  • 管理人
  • 急行
  • *
  • 投稿: 381
問題:
110.0では建設する道路または線路の速度によって、踏切が選択されたが、r4321では道路と遠路両方の速度を依存するため、選択の範囲が狭められ、速度を使い分ける意味がほとんどなくなってしまった。

dwachs

  • 各駅停車
  • *
  • 投稿: 9
Not intended and no bug I would say. For early games (pre 1920) you still get only the lower crossing as the other one is not available. But I am open for discussion.

The 110.0 effect could be recovered defining two different crossings with same picture but different max-speed:
コード: [選択]
obj=crossing
name=rail-road-crossing-slow-road
copyright=Hajo/prissi
#no sound
waytype[0]=road
waytype[1]=track
speed[0]=30
speed[1]=400
intro_year=1810
[...]
---
obj=crossing
name=rail-road-crossing-slow-rail
copyright=Hajo/prissi
#no sound
waytype[0]=road
waytype[1]=track
speed[0]=250
speed[1]=60
intro_year=1810
[...]

z9999+

  • 管理人
  • 急行
  • *
  • 投稿: 381
Please revert to 110.0's behavior completely which is greater than yours.
In current nightly version, players can't choose crossing which players want to build.