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
i'm experiencing a bug where none of the codes are showing in the source code library
Do not place IC10 between blocks, there, the code may not work correctly inside the IC10. Now I did not see this bug, it was in previous versions of game.
Another reason may be stack damage, when the code is abnormal interrupted, the stack corrupts, and the subsequent launch can lead to a malfunction of ic10, you just need to rebuild the ic10 housing. 128 lines of code is not enough, need to make sacrifices :) Because stack management will take up almost half of the memory.
@Z3RO update a game
Turns off generator(s) if charge more then 50%."
You use absolute values in your code, rather than percentages. Therefore these percentage figures you quote only apply if you're using one battery (in your code you have 5% as 180,000 and 50% as 1,800,000). For every extra battery you have, these percentages are halved each time (so two batteries equates to 2.5% and 25%, and so on).
Would there be any way to change your code to either use percentage figures rather than absolute values, or use memory logic so that we can set the percentage value ourselves?
Other than that, code seems to work really well - even for Gas Fuel Generators :)