1 頁 (共 1 頁)

openbve:如何加入前車?

文章發表於 : 2009-12-29, 00:17
a28
請問如何在路線自行加入前車?

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 05:56
hkmtrhah
http://openbve.trainsimcentral.co.uk/develop/route_csv.html#route 寫:
Route.RunInterval Interval0; Interval1; ...; Intervaln-1,

Intervali: A floating-point number representing the time interval between the player's train's timetable and that of another train to be created, measured in seconds. Positive values indicate an earlier train, negative numbers a later train.

This command creates one or more preceding or following trains. These other trains are visible, fully operational, and use the same train as the player has. The other trains follow the same schedule as the player does, but are offset in time by Intervali. Via the Track.Sta command, you can also define stations where only the player or only the other trains should stop. Follow-up trains only appear once the section they are placed in has been cleared by other trains, but the player's train is introduced regardless of the current signalling section's state. Therefore, you should make sure that other trains have cleared the area where the player's train will appear when the scenario begins.

Note:
Route.RunInterval is the same as Train.Interval.

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 10:41
a28
hkmtrhah 寫:
http://openbve.trainsimcentral.co.uk/develop/route_csv.html#route 寫:
Route.RunInterval Interval0; Interval1; ...; Intervaln-1,

Intervali: A floating-point number representing the time interval between the player's train's timetable and that of another train to be created, measured in seconds. Positive values indicate an earlier train, negative numbers a later train.

This command creates one or more preceding or following trains. These other trains are visible, fully operational, and use the same train as the player has. The other trains follow the same schedule as the player does, but are offset in time by Intervali. Via the Track.Sta command, you can also define stations where only the player or only the other trains should stop. Follow-up trains only appear once the section they are placed in has been cleared by other trains, but the player's train is introduced regardless of the current signalling section's state. Therefore, you should make sure that other trains have cleared the area where the player's train will appear when the scenario begins.


即是在where type this sentence??

Note:
Route.RunInterval is the same as Train.Interval.

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 11:23
johnwong32000
a28 寫:
hkmtrhah 寫:
http://openbve.trainsimcentral.co.uk/develop/route_csv.html#route 寫:
Route.RunInterval Interval0; Interval1; ...; Intervaln-1,

Intervali: A floating-point number representing the time interval between the player's train's timetable and that of another train to be created, measured in seconds. Positive values indicate an earlier train, negative numbers a later train.

This command creates one or more preceding or following trains. These other trains are visible, fully operational, and use the same train as the player has. The other trains follow the same schedule as the player does, but are offset in time by Intervali. Via the Track.Sta command, you can also define stations where only the player or only the other trains should stop. Follow-up trains only appear once the section they are placed in has been cleared by other trains, but the player's train is introduced regardless of the current signalling section's state. Therefore, you should make sure that other trains have cleared the area where the player's train will appear when the scenario begins.


即是在where type this sentence??

Note:
Route.RunInterval is the same as Train.Interval.

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 11:48
a28
thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 15:48
johnwong32000
a28 寫:thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!


咩係no response?你係指佢無反應定無前車?

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 16:04
hkmtrhah
johnwong32000 寫:圖檔

其實 With 呢句 command 係即係用黎俾定 Prefix 俾之後嘅 command,即係如果好似你(幅圖)咁:
代碼: 選擇全部
With Route
Route.Comment Hong Kong MTR Island Line(UP)
Route.TImetable MTR Island Line (UP)
Route.Change -1
Route.Gauge 1432
Route.RunInterval 102

應該改做:
代碼: 選擇全部
With Route
.Comment Hong Kong MTR Island Line(UP)
.TImetable MTR Island Line (UP)
.Change -1
.Gauge 1432
.RunInterval 102

之前試過有人用柴頭條 507 經 BVE2 Res. Chgr. 去玩,點知開唔到,但其實又係呢度出事 :roll:

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 16:54
a28
thank you for your teaching

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 16:59
a28
johnwong32000 寫:
a28 寫:thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!


咩係no response?你係指佢無反應定無前車?


無反應

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 17:02
johnwong32000
hkmtrhah 寫:
johnwong32000 寫:圖檔

其實 With 呢句 command 係即係用黎俾定 Prefix 俾之後嘅 command,即係如果好似你(幅圖)咁:
代碼: 選擇全部
With Route
Route.Comment Hong Kong MTR Island Line(UP)
Route.TImetable MTR Island Line (UP)
Route.Change -1
Route.Gauge 1432
Route.RunInterval 102

應該改做:
代碼: 選擇全部
With Route
.Comment Hong Kong MTR Island Line(UP)
.TImetable MTR Island Line (UP)
.Change -1
.Gauge 1432
.RunInterval 102

之前試過有人用柴頭條 507 經 BVE2 Res. Chgr. 去玩,點知開唔到,但其實又係呢度出事 :roll:



呢個唔關我事,關Simon事....有好多路線都有呢個情況。
a28 寫:
johnwong32000 寫:
a28 寫:thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!


咩係no response?你係指佢無反應定無前車?


無反應


....其實係咪你部腦虧炸?

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 17:15
a28
johnwong32000 寫:
hkmtrhah 寫:
johnwong32000 寫:圖檔

其實 With 呢句 command 係即係用黎俾定 Prefix 俾之後嘅 command,即係如果好似你(幅圖)咁:
代碼: 選擇全部
With Route
Route.Comment Hong Kong MTR Island Line(UP)
Route.TImetable MTR Island Line (UP)
Route.Change -1
Route.Gauge 1432
Route.RunInterval 102

應該改做:
代碼: 選擇全部
With Route
.Comment Hong Kong MTR Island Line(UP)
.TImetable MTR Island Line (UP)
.Change -1
.Gauge 1432
.RunInterval 102

之前試過有人用柴頭條 507 經 BVE2 Res. Chgr. 去玩,點知開唔到,但其實又係呢度出事 :roll:



呢個唔關我事,關Simon事....有好多路線都有呢個情況。
a28 寫:
johnwong32000 寫:
a28 寫:thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!


咩係no response?你係指佢無反應定無前車?


無反應


....其實係咪你部腦虧炸?


-.-' , 新機......

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 17:29
johnwong32000
a28 寫:
johnwong32000 寫:
hkmtrhah 寫:
johnwong32000 寫:圖檔

其實 With 呢句 command 係即係用黎俾定 Prefix 俾之後嘅 command,即係如果好似你(幅圖)咁:
代碼: 選擇全部
With Route
Route.Comment Hong Kong MTR Island Line(UP)
Route.TImetable MTR Island Line (UP)
Route.Change -1
Route.Gauge 1432
Route.RunInterval 102

應該改做:
代碼: 選擇全部
With Route
.Comment Hong Kong MTR Island Line(UP)
.TImetable MTR Island Line (UP)
.Change -1
.Gauge 1432
.RunInterval 102

之前試過有人用柴頭條 507 經 BVE2 Res. Chgr. 去玩,點知開唔到,但其實又係呢度出事 :roll:



呢個唔關我事,關Simon事....有好多路線都有呢個情況。
a28 寫:
johnwong32000 寫:
a28 寫:thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!


咩係no response?你係指佢無反應定無前車?


無反應


....其實係咪你部腦虧炸?


-.-' , 新機......



有無screenshot?

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 17:37
a28
圖檔
Like this

Re: openbve:如何加入前車?

文章發表於 : 2009-12-29, 17:47
hkmtrhah
a28 寫:圖檔
Like this

你用 eeePC / Netbook 就咪玩 openBVE 啦 :o)