Japanese Simutrans Forum

日本語simutransフォーラム => バグレポート => トピック開設者: z9999+ さんの発言 2011/02/23 15:00

トピック名: [r4321] スピードの低い踏切がほとんど使われない
投稿者: z9999+ さんの発言 2011/02/23 15:00
問題:
110.0では建設する道路または線路の速度によって、踏切が選択されたが、r4321では道路と遠路両方の速度を依存するため、選択の範囲が狭められ、速度を使い分ける意味がほとんどなくなってしまった。
トピック名: Re:[r4321] スピードの低い踏切がほとんど使われない
投稿者: dwachs さんの発言 2011/02/23 21:04
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
[...]
トピック名: Re:[r4321] スピードの低い踏切がほとんど使われない
投稿者: z9999+ さんの発言 2011/02/28 17:32
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.