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
There may be code errors since it was last updated 5 years ago.
im not sure how to turn the source code from the GitHub into a script I can copy and paste into a program block. im not familiar with C#.
example
//name to set to reactors
Reacor_name = "[TIM URANIUM:p1:100]";
//name to set to O2/H2
O2_H2_name = "[TIM ICE:P1:10]";
//name to set to Refinery
Refinery_name = "[TIM ORE:P2]";
because that would be awesome.
because then I can change the config depending on what kind of ship it's to be run it on.
set the config to change how much reactors get.
Ill consider adding an option for setting assemblers to auto
//this is how much uranium to give to each reactor, make sure to have the trailing F if you change it, since thats what makes it a float in C# land
public float ReactorUraniumCount = 100.0F;