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
you need to replace the last part of the cruise control script with this:
// LCDs
IMyTextSurface surf = (GridTerminalSystem.GetBlockWithName("Text panel Speed") as IMyTextSurfaceProvider).GetSurface(0);
surf.ContentType = ContentType.TEXT_AND_IMAGE;
MySpriteDrawFrame frame = surf.DrawFrame();
surf.ClearImagesFromSelection();
surf.WriteText("\n Speed\n " + Math.Round(speed * 3.6f) + " kmh\n surface\n roughness\n " + Math.Round(summ - 1) + "%" + cruise);
frame.Dispose();
}
please keep the old code and only replace the last part after the //LCDs Comment
also one of the programmable blocks is deactivated, if u turn it on you will be able to turn
(Whips wheel subgrid control script) or smth like that
hope this helps