Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen









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