openbve:如何加入前車?

做列車司機夢想的第一步-BVE Trainsim 及 openBVE 的討論區。[I-Circle BVE 網]

版主: hkmtrhah

版面規則
  • 在主題表明主旨是問題、求檔還是下載等。
  • BVE Trainsim 及 openBVE 的教學請瀏覽 I-Circle BVE 網

openbve:如何加入前車?

文章a28 » 2009-12-29, 00:17

請問如何在路線自行加入前車?
a28
天王星會員
 
文章: 7
註冊時間: 2009-12-22, 15:56
來自: HK

Re: openbve:如何加入前車?

文章hkmtrhah » 2009-12-29, 05:56

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.
圖檔
頭像
hkmtrhah
地球會員
 
文章: 1583
註冊時間: 2008-05-26, 17:29

Re: openbve:如何加入前車?

文章a28 » 2009-12-29, 10:41

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.
a28
天王星會員
 
文章: 7
註冊時間: 2009-12-22, 15:56
來自: HK

Re: openbve:如何加入前車?

文章johnwong32000 » 2009-12-29, 11:23

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.
您沒有權限檢視這篇文章所附加的檔案。
圖檔
Kinkidt Customer Service Hotline: 69263510
頭像
johnwong32000
木星會員
 
文章: 364
註冊時間: 2008-08-26, 14:47

Re: openbve:如何加入前車?

文章a28 » 2009-12-29, 11:48

thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!
a28
天王星會員
 
文章: 7
註冊時間: 2009-12-22, 15:56
來自: HK

Re: openbve:如何加入前車?

文章johnwong32000 » 2009-12-29, 15:48

a28 寫:thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!


咩係no response?你係指佢無反應定無前車?
圖檔
Kinkidt Customer Service Hotline: 69263510
頭像
johnwong32000
木星會員
 
文章: 364
註冊時間: 2008-08-26, 14:47

Re: openbve:如何加入前車?

文章hkmtrhah » 2009-12-29, 16:04

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:
圖檔
頭像
hkmtrhah
地球會員
 
文章: 1583
註冊時間: 2008-05-26, 17:29

Re: openbve:如何加入前車?

文章a28 » 2009-12-29, 16:54

thank you for your teaching
a28
天王星會員
 
文章: 7
註冊時間: 2009-12-22, 15:56
來自: HK

Re: openbve:如何加入前車?

文章a28 » 2009-12-29, 16:59

johnwong32000 寫:
a28 寫:thx ,but after typing this command , the program(openbve) has no response , what is the problem , thank you!!


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


無反應
a28
天王星會員
 
文章: 7
註冊時間: 2009-12-22, 15:56
來自: HK

Re: openbve:如何加入前車?

文章johnwong32000 » 2009-12-29, 17:02

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?你係指佢無反應定無前車?


無反應


....其實係咪你部腦虧炸?
圖檔
Kinkidt Customer Service Hotline: 69263510
頭像
johnwong32000
木星會員
 
文章: 364
註冊時間: 2008-08-26, 14:47

Re: openbve:如何加入前車?

文章a28 » 2009-12-29, 17:15

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?你係指佢無反應定無前車?


無反應


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


-.-' , 新機......
a28
天王星會員
 
文章: 7
註冊時間: 2009-12-22, 15:56
來自: HK

Re: openbve:如何加入前車?

文章johnwong32000 » 2009-12-29, 17:29

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?
圖檔
Kinkidt Customer Service Hotline: 69263510
頭像
johnwong32000
木星會員
 
文章: 364
註冊時間: 2008-08-26, 14:47

Re: openbve:如何加入前車?

文章a28 » 2009-12-29, 17:37

圖檔
Like this
a28
天王星會員
 
文章: 7
註冊時間: 2009-12-22, 15:56
來自: HK

Re: openbve:如何加入前車?

文章hkmtrhah » 2009-12-29, 17:47

a28 寫:圖檔
Like this

你用 eeePC / Netbook 就咪玩 openBVE 啦 :o)
圖檔
頭像
hkmtrhah
地球會員
 
文章: 1583
註冊時間: 2008-05-26, 17:29


回到 [A2] BVE Trainsim / openBVE



誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 12 位訪客

cron