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
Sad.
8700k processor [ over clocked to 4.87 GHz i did not win the silicon lottery ]
RADEON RX 590 [ over clocked to 1600 MHz ]
750 watt 80+ bronze power supply
ASUS Z370-E GAMING mother board
860 EVO SSD
WD BLACK HDD
32 GB of 3000 MHz RAM [ at max speed ]
all needed cooling plus a little more in order to cool this beast
Does nobody keep there scripts up to date, I can`t find a single one that works.
I had actually written about 80% of the new version when the game's programming became to unstable to deal with. The recent updates have made a lot of progress in fixing the many show stopping bugs. Hopefully with the new netcode update I can release the final script.
Thanks for using this program!
I'm not familar with C# but i think you forgot the index by allBlocks
EDIT: steam delete this(BB-CODE)... use the "noparse" tag
and on line 233: from:
IMyTerminalBlock block=GridTerminalSystem.Blocks ;BlockWrapper wrapper=new
To:
IMyTerminalBlock block=allBlocks ;BlockWrapper wrapper=new
it must be:
IMyTerminalBlock block=allBlocks[b] ;BlockWrapper wrapper=new
{for(int b=_b;b<GridTerminalSystem.Blocks.Count;b++)
to
{var allBlocks = new List<IMyTerminalBlock>();
GridTerminalSystem.GetBlocks(allBlocks);
for(int b=_b;b<allBlocks.Count;b++)
and on line 233: from:
IMyTerminalBlock block=GridTerminalSystem.Blocks ;BlockWrapper wrapper=new
To:
IMyTerminalBlock block=allBlocks ;BlockWrapper wrapper=new
please help thats a screen shot of complimation failed error list on the programe block check code routine followed the advanced guide to the letter and not working