Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
-download the latest manual version
-head into the microcontroller
-see the bottom left most lua script? access it
-Now in the script Itself you'll find this line:
local clutch = math.abs(input.getNumber(3)) --manual clutch input
Change that to
local clutch = math.abs(input.getNumber(4)) --manual clutch input
-Now return to the Mc screen with all the connections etc
-see the disconnected Composite read?
-change the read value to 4
-connect it to the same lua script.
Done!
Well I changed the last part: The timer is gone and it engages faster or slower depending on the load put on the engine. (a steep hill start vs just shifting between gear 2 and 3 for example)