Support - Uranium Power
Moderator: Fatmice
Re: Support - Uranium Power
Yeah, known bug. I left it in to troll people who dump junks into that chest.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Support - Uranium Power
Fatmice wrote:Yeah, known bug. I left it in to troll people who dump junks into that chest.
1. I use 30 minute autosave intervals. 2. The only reason the stuff got dumped in was due to miss - ctrl-clicking the fuel rods to transfer them... 3. If the mod is about trolling then I guess I need to remove it from my game which is terrible because I liked it after I figured out how to set it up.
Re: Support - Uranium Power
It will be fixed in 0.7, of course. I just didn't want to add more code to 0.6.x to prevent these edge cases. 0.7.x code base is designed differently so that I don't have to deal with these edge cases. In the mean time, don't put non-fuel things in there and you won't crash.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Support - Uranium Power
Looking forward to .7 then As much as I like the mod hopefully it gets a little less wonky on placing stuff with .7
Re: Support - Uranium Power
There's also co-op MP to consider. Newbie players might not be able to distinguish between different chests, and the absolute smallest autosave interval I can imagine, in a co-op MP game, is 10 minutes. So potentially 9 minutes 55 seconds of play progress lost, and no guarantee that the newbie who did the wrong thing will be able to understand why the thing was wrong or even what the thing was and therefore won't do it again.
Mods shouldn't troll.
Mods shouldn't troll.
Re: Support - Uranium Power
Co-op defaults to every 2 minutes, same as the base game, not every 10.
Re: Uranium Power
Hi there~
I have a bit of a problem in factorio 13.
uraninite and fluorite are not created on the map.
And it is operating normally.
I hope you review it.
Thank your mod and sorry my bad english
I have a bit of a problem in factorio 13.
uraninite and fluorite are not created on the map.
used mod
I modified the [resources.lua].And it is operating normally.
I hope you review it.
Thank your mod and sorry my bad english
- Attachments
-
- resources.lua
- (1.75 KiB) Downloaded 110 times
Re: Support - Uranium Power
Hello,
I had tweaked the resources.lua to use only with vanilla resource generation. You are using rso's so the behavior can be different. Regardless, resource generation in 0.13.x is broken, so nothing I can do about it. This is something Factorio devs will have to revisit.
I had tweaked the resources.lua to use only with vanilla resource generation. You are using rso's so the behavior can be different. Regardless, resource generation in 0.13.x is broken, so nothing I can do about it. This is something Factorio devs will have to revisit.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Support - Uranium Power
Since RSO is there then resources.lua from mod has no function. Not sure what could have happened that changing it made resources appear for you.
Re: Uranium Power
New to the mod, encountering a crash when I insert 0.2% uranium pellets into the reactor.
Which is this line:
What's the right fix here? Looks like delegating the lookup into fuelAssemblyPotential could be delegated to another function that checks accesses into the array, or return 0 otherwise
Code: Select all
Error while running event on_tick (ID 0)
__UraniumPower__/control.lua:354: attempt to index field '?' (a nil value)
Code: Select all
for assemblyType, count in pairs(chest.get_contents()) do
reactorChestPotential = reactorChestPotential + (fuelAssemblyPotential[assemblyType][1] * count)
end
Re: Uranium Power
That happens when you put the low grade stuff in the reactor, iirc you put in the highest tier stuff to power the reactor, a 4.7% or something fuel assembly, correct me if i'm wrong.qbasicer wrote:New to the mod, encountering a crash when I insert 0.2% uranium pellets into the reactor.
Which is this line:Code: Select all
Error while running event on_tick (ID 0) __UraniumPower__/control.lua:354: attempt to index field '?' (a nil value)
What's the right fix here? Looks like delegating the lookup into fuelAssemblyPotential could be delegated to another function that checks accesses into the array, or return 0 otherwiseCode: Select all
for assemblyType, count in pairs(chest.get_contents()) do reactorChestPotential = reactorChestPotential + (fuelAssemblyPotential[assemblyType][1] * count) end
You can achieve that crash by putting ANYTHING in there, like wooden chests, gun, dogs, whatever.
Re: Support - Uranium Power
The reactor chest is not meant for non-fuel-assembly things. Please don't put pellets or other junk in there. And yes, it will crash your game. I've fixed that issue for the 0.7.x
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Support - Uranium Power - Items not Showing at all
Hey,
Im new to this whole modding thing and I was looking at Uranium power as an alternative to solar. I installed the 0.13.x Version and dropped in my mods folder. Upon opening the game I realized that I cant assemble anything. The Assemblers and Chem Plants do not display the conversions. Im feeling really stupid lol Please help.
-Factorio Version 0.13.5 (Experimental)
-All Tech Researched
Thanks
Im new to this whole modding thing and I was looking at Uranium power as an alternative to solar. I installed the 0.13.x Version and dropped in my mods folder. Upon opening the game I realized that I cant assemble anything. The Assemblers and Chem Plants do not display the conversions. Im feeling really stupid lol Please help.
-Factorio Version 0.13.5 (Experimental)
-All Tech Researched
Thanks
Re: Support - Uranium Power
Hello, if you installed properly and have researched the tech, then you should see an atomic icon tab with all of the recipes. Even if you installed this mod midway in a game, you should still be able to assemble the reactor and its components through the assembler. Have you taken a look at the video tutorial that I've provided? Other than that, some screenshot of your problem might help me follow better your issue, which is strange.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Support - Uranium Power
Images:Fatmice wrote:Hello, if you installed properly and have researched the tech, then you should see an atomic icon tab with all of the recipes. Even if you installed this mod midway in a game, you should still be able to assemble the reactor and its components through the assembler. Have you taken a look at the video tutorial that I've provided? Other than that, some screenshot of your problem might help me follow better your issue, which is strange.
http://steamcommunity.com/sharedfiles/f ... =740922960
http://steamcommunity.com/sharedfiles/f ... =740922968
Yeah I haven't looked at the video. Can you please provide a link for me?
When It came to installing the mod, I downloaded and dropped the File from Winrar to the Mods folder in %appdata% (Roaming) Factorio.
Re: Support - Uranium Power
Hello, your screenshot only told me a limited number of things. However, I now know you are using the steam version. I recommend against manual installation of mods when using the steam version. You should instead install mod through the game's internal mod portal. Have you research the Uranium Processing tech? The assembler did not show the recipe for making uraninite slurry so that can only mean either your tech was insufficient or technology did not update.Rivettz wrote:
Images:
http://steamcommunity.com/sharedfiles/f ... =740922960
http://steamcommunity.com/sharedfiles/f ... =740922968
Yeah I haven't looked at the video. Can you please provide a link for me?
When It came to installing the mod, I downloaded and dropped the File from Winrar to the Mods folder in %appdata% (Roaming) Factorio.
Try issuing the following codes, one line at a time, at the console
Code: Select all
/c player.force.reset_recipes()
/c player.force.reset_technologies()
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Uranium Power
when I try to fill the tanks with water in game it crashes my game 0.13+
if someone can tell me how to set it up so it don't crash my game every time I try to add water to the tanks
below I added the error I get when it crashes the game
Error while running event on_tick (ID 0)
Fluid amount has to a be greater or equal to zero
stack traceback:
__UraniumPower__/control.lua:500: in function 'calculate_generator_power_output'
__UraniumPower__/control.lua:121: in function <__UraniumPower__/control.lua:99>
if someone can tell me how to set it up so it don't crash my game every time I try to add water to the tanks
below I added the error I get when it crashes the game
Error while running event on_tick (ID 0)
Fluid amount has to a be greater or equal to zero
stack traceback:
__UraniumPower__/control.lua:500: in function 'calculate_generator_power_output'
__UraniumPower__/control.lua:121: in function <__UraniumPower__/control.lua:99>
Re: Support - Uranium Power
Hello, which tank are you filling? Screenshot might be helpful. I've never encountered this error.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Support - Uranium Power
it is the one my guy is by..i fixed it seems to be a mod I have that makes this mod error I shut off all mods but this 1 and it works fine I think I know what one it does not work withFatmice wrote:Hello, which tank are you filling? Screenshot might be helpful. I've never encountered this error.
- Attachments
-
- 20160811185951_1.jpg (376.11 KiB) Viewed 6841 times
Re: Support - Uranium Power
Hello, do you happen to know which mod that is? Is it by Supercheese?
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x