[MOD 0.18.x] Realistic Power
- thereaverofdarkness
- Filter Inserter
- Posts: 558
- Joined: Wed Jun 01, 2016 5:07 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
Added in v1.0.4. Haven't used the mod myself yet though, not sure if it's still OP.
- thereaverofdarkness
- Filter Inserter
- Posts: 558
- Joined: Wed Jun 01, 2016 5:07 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
If you nerfed it some, I doubt it'll be OP. I'm using alien biomes, so I probably won't see a geothermal patch for a while. So if it's pretty powerful that'll make sense.
If I remember, I'll edit this post with the data when I test it and compare.
If I remember, I'll edit this post with the data when I test it and compare.
-
- Manual Inserter
- Posts: 2
- Joined: Tue Feb 27, 2018 2:39 pm
- Contact:
Re: [MOD 0.16.x] Realistic Power
Hey, did you find out if Geothermal power is OP or not, I'm interested in using it, but don't wanna ruin the balance.
Re: [MOD 0.16.x] Realistic Power
It should be fine. Geothermal is inherently limited anyway.
- thereaverofdarkness
- Filter Inserter
- Posts: 558
- Joined: Wed Jun 01, 2016 5:07 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
I still haven't found any geothermal vents so no matter how powerful it is I don't think it'll be overpowered with Alien Biomes if you can't find any vents!
Could you add support for Modular Armor? The basic solar panel module gives 25kW per square which is a lot like vanilla solar panels: only slightly lower than other power production methods. I'm not asking for a realistic value from tiny armor-mounted solar panels, rather something more like 1/5th would be good to reinforce the idea that solar panels are free energy and if you want to get your energy faster, you have to use one of the other limited sources the mod provides.
Could you add support for Modular Armor? The basic solar panel module gives 25kW per square which is a lot like vanilla solar panels: only slightly lower than other power production methods. I'm not asking for a realistic value from tiny armor-mounted solar panels, rather something more like 1/5th would be good to reinforce the idea that solar panels are free energy and if you want to get your energy faster, you have to use one of the other limited sources the mod provides.
Re: [MOD 0.16.x] Realistic Power
Personal equipment balancing is not really in the scope of this mod.
- thereaverofdarkness
- Filter Inserter
- Posts: 558
- Joined: Wed Jun 01, 2016 5:07 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
I was just asking for the multiplier on solar panels to include equipment module panels as well.
Re: [MOD 0.16.x] Realistic Power
Well, and this mod is not for personal equipment.
If you want it, you can make your own mini mod, that's a simple one liner. I haven't tested it but something like
data.raw["solar-panel-equipment"]["solar-panel-equipment"].power = "5kW"
will do the trick.
If you want it, you can make your own mini mod, that's a simple one liner. I haven't tested it but something like
data.raw["solar-panel-equipment"]["solar-panel-equipment"].power = "5kW"
will do the trick.
- thereaverofdarkness
- Filter Inserter
- Posts: 558
- Joined: Wed Jun 01, 2016 5:07 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
Alright I might make that mod.
Can you fix compatibility with the Modular Armor mod? It has an equipment module called a conduit which draws power from your electric network. It doesn't work when Realistic Power is active.
viewtopic.php?f=190&t=14894&p=363055#p363055
Can you fix compatibility with the Modular Armor mod? It has an equipment module called a conduit which draws power from your electric network. It doesn't work when Realistic Power is active.
viewtopic.php?f=190&t=14894&p=363055#p363055
Re: [MOD 0.16.x] Realistic Power
Fixed in new version.
- thereaverofdarkness
- Filter Inserter
- Posts: 558
- Joined: Wed Jun 01, 2016 5:07 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
THANK YOU!!
- Ranakastrasz
- Smart Inserter
- Posts: 2168
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
Just out of curiosity, what exactly caused that issue? I mean, I am using an invisible unpathable laser turret with no attack to access the power network. I can't actually see any way that would break.thereaverofdarkness wrote:Alright I might make that mod.
Can you fix compatibility with the Modular Armor mod? It has an equipment module called a conduit which draws power from your electric network. It doesn't work when Realistic Power is active.
viewtopic.php?f=190&t=14894&p=363055#p363055
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Re: [MOD 0.16.x] Realistic Power
I'm not exactly sure tbh. I just excluded the entities that Modular Armor uses to interact with the power network from being changed by this mod. I don't know which of the 3 entities (accumulator, laser or solar dummy) caused the issue, or how exactly.
- Ranakastrasz
- Smart Inserter
- Posts: 2168
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
Huh. What exactly does it change on them?
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Re: [MOD 0.16.x] Realistic Power
Okay so with some further experimenting, the crucial line seems to be where it adjusts the buffer capacity of laser turrets to one half. I have no idea why this suddenly makes the conduits of Modular Armor not work any more though.
Commenting this line out makes it work: item.energy_source.buffer_capacity = multiply_number_unit(item.energy_source.buffer_capacity, 0.5)
The function consideres the power / energy suffix so nothing dramatic could / should possibly happen here...except maybe if Modular Armor tries to put more energy into the buffer in a single tick than the total buffer size?
Commenting this line out makes it work: item.energy_source.buffer_capacity = multiply_number_unit(item.energy_source.buffer_capacity, 0.5)
The function consideres the power / energy suffix so nothing dramatic could / should possibly happen here...except maybe if Modular Armor tries to put more energy into the buffer in a single tick than the total buffer size?
- Ranakastrasz
- Smart Inserter
- Posts: 2168
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: [MOD 0.16.x] Realistic Power
That would do it. I gave it a silly large energy capacity and then set it to 100%. It drops to max-drain when there is demand, and however much gets added is used.
If you cut the capacity in half it breaks.
I couldnt figure out how to get storage of the object via script so hardcoded it.
Depending on if power interfaces accept accumulators now, might use that instead when i rewrite it...
If you cut the capacity in half it breaks.
I couldnt figure out how to get storage of the object via script so hardcoded it.
Depending on if power interfaces accept accumulators now, might use that instead when i rewrite it...
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Re: [MOD 0.16.x] Realistic Power
Getting a conflict with Science Cost Tweaker (mexmer)
Any chance of a fix?
Code: Select all
59.053 Error Util.cpp:49: Difficulty normal: Cycle in technology tree detected.
nuclear-power
-> sct-lab-t4
-> sct-research-ht
-> nuclear-power
Re: [MOD 0.16.x] Realistic Power
Fixed in new version.
I actually tested it with science cost tweaker in the past, but it seems an update made the high tech science require nuclear power, and realistic power adds hightech science to the prerequisites so it was a circular dependance and it just now checks if SCT is installed and does not add HT science to nuclear research if SCT is detected.
I actually tested it with science cost tweaker in the past, but it seems an update made the high tech science require nuclear power, and realistic power adds hightech science to the prerequisites so it was a circular dependance and it just now checks if SCT is installed and does not add HT science to nuclear research if SCT is detected.
Re: [MOD 0.16.x] Realistic Power
Kenira, thanks you for mod! Sorry for stupid question. I understand you view for all nefr. But, wood give only 1MJ and it is not enough for reproduce power in bob's bio mods. How I can to change fuel value?