Euro Truck Simulator 2

Euro Truck Simulator 2

檢視統計資料:
Hedgerow 2024 年 12 月 17 日 上午 5:24
moza indicator stalks
Having set up the Moza indicator stalks I still had buttons left I could assign Namely buttons 11,12 and 13 (end of wiper stalk). Due to the operation of these buttons I figured it would be ideal to use as an ignition switch so after a bit of research and a few minutes tinkering and editing the controls.sii file I came up with this and thought I would let people know.

config_lines[329]: "mix engine `semantical.engine?0`"
config_lines[330]: "mix engineelect `semantical.engineelect?0`"
config_lines[331]: "mix ignitionoff `joy2.b11?0 | semantical.ignitionoff?0`"
config_lines[332]: "mix ignitionon `joy2.b12?0 | semantical.ignitionon?0`"
config_lines[333]: "mix ignitionstrt `joy2.b13?0 | semantical.ignitionstrt?0`"

Just copy paste this over the corresponding entries in the controls.sii file and change the joy2 entries to whatever your indicator stalks is.
< >
目前顯示第 1-1 則留言,共 1
madman 2024 年 12 月 17 日 上午 6:10 
In my opinion, that a bit wasting your available buttons. You may considering such many button usage when using button box device equipped with 3-state switch or ignition key switch.

You can preserve a button by using only 2 buttons from your method:
config_lines[329]: "mix engine `semantical.engine?0`" config_lines[330]: "mix engineelect `semantical.engineelect?0`" config_lines[331]: "mix ignitionoff `joy2.b11?0 | semantical.ignitionoff?0`" config_lines[332]: "mix ignitionon `short_press(joy2.b12?0) | semantical.ignitionon?0`" config_lines[333]: "mix ignitionstrt `long_press(joy2.b13?0) | semantical.ignitionstrt?0`"

This way, you only need 2 buttons (11 and 12) to do ignition sequence, and preserve button 13 for another task. Press button 11 to turn off electrical/engine, tap button 12 to turn electrical on, and hold button 12 to ignite the engine. If tapping button 12 is too short, you can modify the delay like this:
config_lines[332]: "mix ignitionon `short_press(joy2.b12?0, 400) | semantical.ignitionon?0`" config_lines[333]: "mix ignitionstrt `long_press(joy2.b13?0, 450) | semantical.ignitionstrt?0`"
< >
目前顯示第 1-1 則留言,共 1
每頁顯示: 1530 50

張貼日期: 2024 年 12 月 17 日 上午 5:24
回覆: 1