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
Thank you
You correctly identified this as the critical number. The first parameter is "OpCodes.Ldc_R4", which tells the computer to push the operand (1.33f) onto the stack. On the next line, you can see it yields "OpCodes.Div", which is the division operator. To see this as a percent, assume you have 1 already on the stack, as the amount of energy in the battery. So the VM does 1/1.33, which leaves 0.75 on the stack. (Obviously, that number gets scaled by whatever number the battery returned).
Bottom line: If you want to have it only take 25% of your stored energy, change that 1.33f to 4.0f.
I saw 1.33f in the code.
What does this mean?
That's better
You must have Harmony mod for this to work.
I use the RT fuse mod and I always find it funny how a battery can fully discharge without a closed circuit (since the fuse blew/ the breaker tripped.) And I have a somewhat advanced understanding of electricity.
RT Fuses uses a destructive prefix in their harmony patch for the Zzzt event, meaning I would either have to get the dev to change the RT Fuse code, or make my own fuse mod from scratch doing a more modern method that is mod friendly.
Also, as a side note, zzzt events should probably be more likely when doing construction of NEW electrical conduits that are connecting to the existing one, as that adds more complexity to the network, and unskilled constructors would probably cause shorts in the system.
So maybe you could make it random, and have a greater chance of one happening when an unskilled worker is making new conduits to a powered network?
I am not trying to be a dick here and saying this naming/terminology used is some kind of crime. I was once thinking exactly the same as you guys as well. I am just saying that I was well aware of this terminology usage is actually quite bugging people who have a different understanding of the game. "I will try to call it, XXXX adjustment, if I ever made a mod like this." this was exactly what's in my head when I was thinking about this topic last night.
Therefore, @Baeaniemonk please be kind to people with other opinion. No one is trying to say that you are a noob for thinking this is easy. People are simply trying to make the term usage clear, since it is important. It is not simply just a name. Try to tell a Christian person that they are Catholic and tell them it is just a name?
Or did you, out of personal preference, choose to pick on just this one mod?