Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése









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