KT 4404 :你就咁講頭閘鎖實在太含糊PS9280 :我反而想知頭閘鎖點整
可唔可以講多少少細節?
例如你想頭閘同其他野點配合
其實好似尾閘咁
拉左手制先開到
同埋開左門比唔到油
(t#556646)
板主: RV2511, GX7271, Volvo 5204, 每天都要影車
由 PS9280 » 2013年5月28日 17:27:51 (p#2510509)
KT 4404 :你就咁講頭閘鎖實在太含糊PS9280 :我反而想知頭閘鎖點整
可唔可以講多少少細節?
例如你想頭閘同其他野點配合
由 KT 4404 » 2013年5月28日 22:55:15 (p#2510755)
{macro:trg_bus_doorfront0}
(L.L.door_0) 0 =
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
{macro:trg_bus_doorfront1}
(L.L.door_1) 0 =
{if}
1 (S.L.doorTarget_1)
(T.L.ev_doortriggeropen_1)
{endif}
(L.L.door_0) 0 =
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
{macro:trg_bus_doorfront0}
(L.L.Velocity) 5 <
(L.L.bremse_feststell_sw) &&
(L.L.doorTarget_0) ! &&
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
{macro:trg_bus_doorfront1}
(L.L.Velocity) 5 <
(L.L.bremse_feststell_sw) &&
(L.L.doorTarget_1) ! &&
{if}
1 (S.L.doorTarget_1)
(T.L.ev_doortriggeropen_1)
{endif}
(L.L.Velocity) 5 <
(L.L.bremse_feststell_sw) &&
(L.L.doorTarget_0) ! &&
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
' Setzen des Bremszylinderzieldruckes FBA (mit 鈁erlastschutz)
1 (L.L.bremse_feststell_sw) - (L.L.bremse_p_tank03) * 1.1 * 100000 + s1
(L.L.bremse_zieldruck_HA) l1 max (S.L.bremse_zieldruck_FBA)
' Setzen des Bremszylinderzieldruckes FBA (mit 鈁erlastschutz)
(L.L.door_0) !
(L.L.door_1) ! &&
(L.L.door_2) ! &&
{if}
1 (L.L.bremse_feststell_sw) - (L.L.bremse_p_tank03) * 1.1 * 100000 + s1
(L.L.bremse_zieldruck_HA) l1 max (S.L.bremse_zieldruck_FBA)
{endif}
由 HT2693 » 2013年5月29日 15:53:56 (p#2510958)
KT 4404 :同整尾閘鎖個script一樣寫法
解釋可以睇番前面個頁
1. 拉左手掣先開到前閘
原裝door_modern.osc
- 代碼: 選擇全部
{macro:trg_bus_doorfront0}
(L.L.door_0) 0 =
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
{macro:trg_bus_doorfront1}
(L.L.door_1) 0 =
{if}
1 (S.L.doorTarget_1)
(T.L.ev_doortriggeropen_1)
{endif}
(L.L.door_0) 0 =
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
改成
- 代碼: 選擇全部
{macro:trg_bus_doorfront0}
(L.L.Velocity) 5 <
(L.L.bremse_feststell_sw) &&
(L.L.doorTarget_0) ! &&
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
{macro:trg_bus_doorfront1}
(L.L.Velocity) 5 <
(L.L.bremse_feststell_sw) &&
(L.L.doorTarget_1) ! &&
{if}
1 (S.L.doorTarget_1)
(T.L.ev_doortriggeropen_1)
{endif}
(L.L.Velocity) 5 <
(L.L.bremse_feststell_sw) &&
(L.L.doorTarget_0) ! &&
{if}
1 (S.L.doorTarget_0)
(T.L.ev_doortriggeropen_0)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
唔需要拉好手掣先開到頭閘既就唔要全部 (L.L.bremse_feststell_sw) && 呢句
咁就淨係車速低過5先開到頭閘
前面個頁冇提到:
改左之後閂緊門個陣可以即刻撳番開
2. 閂好頭閘先起到步
原裝bremse.osc
- 代碼: 選擇全部
' Setzen des Bremszylinderzieldruckes FBA (mit 鈁erlastschutz)
1 (L.L.bremse_feststell_sw) - (L.L.bremse_p_tank03) * 1.1 * 100000 + s1
(L.L.bremse_zieldruck_HA) l1 max (S.L.bremse_zieldruck_FBA)
改成呢個係當你包埋尾閘閂好先起到步
- 代碼: 選擇全部
' Setzen des Bremszylinderzieldruckes FBA (mit 鈁erlastschutz)
(L.L.door_0) !
(L.L.door_1) ! &&
(L.L.door_2) ! &&
{if}
1 (L.L.bremse_feststell_sw) - (L.L.bremse_p_tank03) * 1.1 * 100000 + s1
(L.L.bremse_zieldruck_HA) l1 max (S.L.bremse_zieldruck_FBA)
{endif}
唔包尾閘既就唔要 (L.L.door_2) ! && 呢句
又係前面個頁冇提到既:
呢個寫法係類似新巴個種起步
即係可以鬆定手掣等門閂好
一閂好架車就會開始行
九巴個種未閂好門鬆左手掣
要再拉番手掣先起到步既
要另外再寫
由 KT 4404 » 2013年5月29日 21:41:56 (p#2511125)
由 HT2693 » 2013年5月30日 15:09:16 (p#2511459)
KT 4404 :It's inside the folder ..\Vehicles\Dennis_Eniro500\Script
由 KT 4404 » 2013年5月31日 21:46:27 (p#2512170)
理論上都改到HT2693 :KT 4404 :It's inside the folder ..\Vehicles\Dennis_Eniro500\Script
咁可唔可以改SD202?
由 KT 4404 » 2013年6月6日 22:26:15 (p#2514860)
doorLock_enabled
' Setzen des Bremszylinderzieldruckes FBA (mit 鈁erlastschutz)
1 (L.L.bremse_feststell_sw) - (L.L.bremse_p_tank03) * 1.1 * 100000 + s1
(L.L.bremse_zieldruck_HA) l1 max (S.L.bremse_zieldruck_FBA)
' disable door lock if back doors are closed and hand brake is on
(L.L.door_2) 0 =
(L.L.door_3) 0 = &&
(L.L.bremse_feststell_sw) 1 = &&
{if}
0 (S.L.doorLock_enabled)
{endif}
' Setzen des Bremszylinderzieldruckes FBA (mit 鈁erlastschutz)
(L.L.doorLock_enabled) !
{if}
1 (L.L.bremse_feststell_sw) - (L.L.bremse_p_tank03) * 1.1 * 100000 + s1
(L.L.bremse_zieldruck_HA) l1 max (S.L.bremse_zieldruck_FBA)
{endif}
0 (S.L.doorLock_enabled)
{macro:Door_Init}
.
.
.
0 (S.L.doorLock_enabled)
{end}
{macro:trg_bus_dooraft}
(L.L.door_2) 0 =
(L.L.door_3) 0 = &&
{if}
1 (S.L.doorTarget_23)
(T.L.ev_doortriggeropen_2)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
{macro:trg_bus_dooraft}
(L.L.doorTarget_23) !
(L.L.bremse_feststell_sw) &&
(L.L.Velocity) 5 < &&
{if}
1 (S.L.doorTarget_23) (S.L.doorLock_enabled)
(T.L.ev_doortriggeropen_2)
{endif}
(C.L.door_druckluft)
{if}
(L.L.bremse_p_Tank04) 100000 - 0.98 * 100000 + (S.L.bremse_p_Tank04)
{endif}
{end}
由 Chester.GL3607 » 2013年6月17日 19:00:07 (p#2519562)
由 KT 4404 » 2013年6月18日 11:12:36 (p#2519877)
LR4088@67X : 唔知點解改完之後後閘關唔到
理論上係ATSE1-PC4053 :呢個mod只適用於ATE? 我用D92改,開完尾閘閂唔番
由 Chester.GL3607 » 2013年6月18日 22:07:23 (p#2520080)
KT 4404 :理論上係ATSE1-PC4053 :呢個mod只適用於ATE? 我用D92改,開完尾閘閂唔番
點解咁多人想改SD202/D92架
你部車點開後閘?
原裝撳stop brake自動彈開再自動閂返?
由 KT 4404 » 2013年6月20日 10:06:08 (p#2520729)
唔係用原裝開關scriptATSE1-PC4053 :KT 4404 :理論上係ATSE1-PC4053 :呢個mod只適用於ATE? 我用D92改,開完尾閘閂唔番
點解咁多人想改SD202/D92架
你部車點開後閘?
原裝撳stop brake自動彈開再自動閂返?
手動開關尾閘 ( 「/」:f_door 1st swing , 「*」: f_door 2nd swing , 「-」: b_door open/close )
現在的時間是 2025年1月12日 17:29:26
Powered by phpBB® Forum Software © phpBB Group
正體中文語系由 竹貓星球 維護製作
phpBB Metro Theme by PixelGoose Studio