AFAIK piercing damage was added by Bob's mod. Base game uses physical or laser for all player base weapons. Piercing magazine just does 2.5x as much damage as opposed to a different damage type.OvermindDL1 wrote:The uranium rounds magazine should probably do piercing damage considering it is using a heavy element like uranium, plus it would match the uranium cannon shell in doing piercing damage.
[MOD 0.14] Nucular 1.0.4 - Nuclear Reactors and Weapons
-
- Fast Inserter
- Posts: 159
- Joined: Mon Mar 21, 2016 1:19 pm
- Contact:
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Are you kidding?Sedar wrote:Code: Select all
[fluid-name] hot-steam=Турбина [item-group-name] nuclear=Деление ядра
Code: Select all
[fluid-name]
hot-steam=Горячий пар
[item-group-name]
nuclear=Атомная промышленность
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Haven't got round to playing with this yet, but looks promising! Any likelihood of considering radioactivity? for example not being able to carry irradiated fuel, or requirements for shielded facilities? perhaps a small probability of a nuclear accident leading to an area becoming radioactive and unusable without taking damage for a length of time?
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
This mod is not compatible with the Uranium Power mod, as the technology "Uranium-processing" are both the same words. Perhaps another name for the Uranium Processing to make both mods work at the same time?
I also get this error when running it with Dytech Mod when trying to place a Nuclear Reactor anywhere.
I also get this error when running it with Dytech Mod when trying to place a Nuclear Reactor anywhere.
Code: Select all
Error while running the event handler: __MAIN-DyTech-Power__/control.lua:604: LuaGameScript doesn't contain key can_place_entity.
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
This mod looks great. Going to download it and give it a try.
Hopefully can satisfy my power hungry factory.
Hopefully can satisfy my power hungry factory.
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Well, after over a day of fiddling and tweaking, I am almost done. This is a great mod. Was a bit touch and go at first, but I was building up stockpiles of uranium and nuclear fuel while crafting and building the reactors etc. Still only running it at night time since it is 80MW short of being enough to power my whole factory so will probably have to do some more adjusting once it's running full time and fuel is being used faster.
330 Reactors with 660 Steam Turbines generating 3.5GW of power, placed via blueprint in batches of 10 reactors with 2 turbines and 2 storage tanks. 60 Reactors set up as Breeders. 18 Assemblers set up as Reprocessors 10 Assemblers set up for MOX fuel 20 Assemblers making excess uranium into Enriched Uranium and Depleted uranium, then 5 making Enriched Uranium into Nuclear Fuel
330 Reactors with 660 Steam Turbines generating 3.5GW of power, placed via blueprint in batches of 10 reactors with 2 turbines and 2 storage tanks. 60 Reactors set up as Breeders. 18 Assemblers set up as Reprocessors 10 Assemblers set up for MOX fuel 20 Assemblers making excess uranium into Enriched Uranium and Depleted uranium, then 5 making Enriched Uranium into Nuclear Fuel
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
In my own copy of Nucular I've changed the steam to have a temperature of 250 (close to the real life value of 275), and multiplied the water/steam quantities by 4. This makes the nucular reactor 2.5x more water-efficient per MW than boiler, instead of 10x more efficient. These values to me seem like a good balance, it significantly eases water delivery without trivializing it.
Also something amusing I noticed is that all nuclear processing can be hand-crafted. Can you imagine that? Spent nuclear fuel reprocessing by hand?
Also something amusing I noticed is that all nuclear processing can be hand-crafted. Can you imagine that? Spent nuclear fuel reprocessing by hand?
-
- Filter Inserter
- Posts: 947
- Joined: Wed Nov 25, 2015 11:44 am
- Contact:
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Can you use this mod in an existing game? (i.e., is there a way to generate the ore)
-
- Fast Inserter
- Posts: 159
- Joined: Mon Mar 21, 2016 1:19 pm
- Contact:
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Any unexplored and no pollution areas are not generated. So if you add a new ore, when those are generated they have the normal chance to get the new ore.
So yes, but you will likely need to travel a bit to find it.
So yes, but you will likely need to travel a bit to find it.
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
You can also cheat with the console to add a patch of uranium under your feet, something like this would do the trick:vanatteveldt wrote:Can you use this mod in an existing game? (i.e., is there a way to generate the ore)
Code: Select all
/c local surface = game.local_player.surface;
for y=-2,2 do
for x=-2,2 do
surface.create_entity({name="uranium-ore", amount=5000, position={game.local_player.position.x+x, game.local_player.position.y+y}})
end
end
-
- Filter Inserter
- Posts: 947
- Joined: Wed Nov 25, 2015 11:44 am
- Contact:
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Thanks for the answers!
I actually like it that ore only appears in unexplored areas, it gives a kind of "role play" explanation that I found uranium somewhere far away and that triggered me to start researching nuclear tech.
I actually like it that ore only appears in unexplored areas, it gives a kind of "role play" explanation that I found uranium somewhere far away and that triggered me to start researching nuclear tech.
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
mod update in 13.0?
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Unofficial .13 version attached.
Surprisingly simple conversion -- expected a bunch of circuit prototype issues.
I don't have a good test base to test with yet, so let me know if any issues in actual use.
Surprisingly simple conversion -- expected a bunch of circuit prototype issues.
I don't have a good test base to test with yet, so let me know if any issues in actual use.
- Attachments
-
- Nucular_0.2.0.zip
- .13 Unofficial
- (1.78 MiB) Downloaded 197 times
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
A note for 0.13: all the temperature-manipulating fluidBox crap should be ripped out of the scripts and the steam temperature set in the reactor recipe, as per the changes in KSPower. As well as improving performance, this will fix the problem where the water isn't always 100 degrees (depending on reactor orientation and placement order).
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
I absolutely love this mod and look forward to using it in 0.13 (I'll try Peppe's version for now).
Thanks a lot for making it; the only thing that could be improved is the graphics of the reactor.
The balance is great, it's difficult to get a setup, but then you're rewarded with a lot of energy for not much resource cost.
It's so much better than boring Solar or Steam Power which just doesn't scale into the GW territory.
Thanks a lot for making it; the only thing that could be improved is the graphics of the reactor.
The balance is great, it's difficult to get a setup, but then you're rewarded with a lot of energy for not much resource cost.
It's so much better than boring Solar or Steam Power which just doesn't scale into the GW territory.
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
Here's another unofficial update, this is based on Peppe's update
- Fixes steam temperature to use new 0.13 modding features, should now be completely reliable.
- Fixes uranium ore spawning frequency (vanilla game).
Re: [MOD 0.12.29] Nucular 0.2.0 - Nuclear Reactors and Weapons
LOL, Blake. I'm just inside the editor, making those changes you've suggested (removing fluid box code and using temperature property). Now you've beaten me to it .
Thanks a lot, I'll try your version right away.
Those water/steam rescaled (you had mentioned that much earlier already) are probably a good idea. I don't think getting water to the power plant is a huge challenge in any case, but I think storing energy in tanks is a little too easy with the default values, so I'll probably try your values (250 celsius).
Edit: Works like a charm, thanks a lot for sharing.
Thanks a lot, I'll try your version right away.
Those water/steam rescaled (you had mentioned that much earlier already) are probably a good idea. I don't think getting water to the power plant is a huge challenge in any case, but I think storing energy in tanks is a little too easy with the default values, so I'll probably try your values (250 celsius).
Edit: Works like a charm, thanks a lot for sharing.
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick
-
- Burner Inserter
- Posts: 13
- Joined: Wed Mar 16, 2016 5:32 pm
- Contact:
Re: [MOD 0.13] Nucular 1.0.0 - Nuclear Reactors and Weapons
Finally made an official 0.13 release.
There are some bigger changes, you have to relocate some inserters because the reactor input and output is gone. The fuel recipes are now less complicated. They still do the same things, use the same resources, but are more intuitive. Or so I hope.
If you don't want these changes, use one of the unofficial updates.
Also changed the steam temperature to 250°C.
Added a steam boiler, so that you can use your steam engines with nuclear and organic fuel at once.
In the config.lua you can set the value nucular.advanced_steam to true, with this advanced oil recipes require steam instead of water.
There are some bigger changes, you have to relocate some inserters because the reactor input and output is gone. The fuel recipes are now less complicated. They still do the same things, use the same resources, but are more intuitive. Or so I hope.
If you don't want these changes, use one of the unofficial updates.
Also changed the steam temperature to 250°C.
Added a steam boiler, so that you can use your steam engines with nuclear and organic fuel at once.
In the config.lua you can set the value nucular.advanced_steam to true, with this advanced oil recipes require steam instead of water.
Re: [MOD 0.13] Nucular 1.0.0 - Nuclear Reactors and Weapons
What I like about the new release:
Will you put the latest versions on GitHub?
- Reactor input/output has been removed (those made it too difficult to build a power plant without robots)
- Steam boiler (good for backup)
- Changed steam temperature (more balanced)
- Simplified recipes; I've liked the complex recipes, because nuclear power is very complex technology, and the recipes reflected that. It was a good challenge to figure out the chain, it has now been made a bit easier. Requiring steel was not a problem after it got rebalanced.
- Faster turn-around for nuclear fuel (change in fission recipe); I'd prefer the old way of slow burning fuel rods that only got replaced occasionally. That's very much how nuclear works in reality (rods only get replaced every few years, and it's a major operation).
- New graphics for fuel rods; the old ones were better, you could see the individual fuel rods, it looked very organic and integrated well with the rest of the game. The new ones aren't bad, but a bit boring.
Will you put the latest versions on GitHub?
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick
-
- Manual Inserter
- Posts: 1
- Joined: Fri Jul 15, 2016 11:56 pm
- Contact:
Re: [MOD 0.13] Nucular 1.0.0 - Nuclear Reactors and Weapons
How well does this work with multiplayer? Anyone tested it?