Mod Feedback [By Request] RotaryCraft Suggestions

kefkakrazy

New Member
Jul 29, 2019
20
0
0
  • Bedrock/creative coil are not listed only the steel coil 4497:2 (They can be found in vanilla creative)
  • duplicate bedrock armor
    • Chestplate 4460
    • Leggings 4461
    • Boots 4462
    • Helmet of revealing 4491

I believe Reika said the other day that the problem is NEI not doing NBT data, which is also why you only see one or two conversion-type engines and not one of each tier in NEI.
 

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
Alright, as much as I love the bedrock axe, I think it is seriously excessive. May I please suggest turning it down from "Deforestation" to "chop a tree"?
The problem is that it cannot tell one tree from another.


Oh, how can I add in a new tree type? Specifically, a mod is adding a "dead" tree made of rotting logs (no leaves to worry about).
You cannot, and on top of that, the registry is not designed to handle leafless trees.
 

Pyure

Not Totally Useless
Aug 14, 2013
8,334
7,191
383
Waterloo, Ontario
Sorry, but I have no idea what that means. I've never worked with code.
He's saying bigger = bigger range of possible random numbers. It could be used a couple ways, but chances are he probably did something like "roll the giant X-sided die every few minutes, and if its a zero, do meteors." So bigger args means less chance of meteors.

I'm not a java person, but specifically I'm guessing that if you put 100, you'll get a random number from 0-100. If you put 4, you'll get a random number from 0-4, which would be a 20% chance of meteors "per check."
 

WitherBlaster

New Member
Jul 29, 2019
155
0
0
He's saying bigger = bigger range of possible random numbers. It could be used a couple ways, but chances are he probably did something like "roll the giant X-sided die every few minutes, and if its a zero, do meteors." So bigger args means less chance of meteors.

I'm not a java person, but specifically I'm guessing that if you put 100, you'll get a random number from 0-100. If you put 4, you'll get a random number from 0-4, which would be a 20% chance of meteors "per check."
Okay, thanks. I'll go set the number higher now.
 

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
He's saying bigger = bigger range of possible random numbers. It could be used a couple ways, but chances are he probably did something like "roll the giant X-sided die every few minutes, and if its a zero, do meteors." So bigger args means less chance of meteors.

I'm not a java person, but specifically I'm guessing that if you put 100, you'll get a random number from 0-100. If you put 4, you'll get a random number from 0-4, which would be a 20% chance of meteors "per check."
Correct. And it checks once a tick. You can use a poisson distribution to calculate actual meteor statistics.
 

WitherBlaster

New Member
Jul 29, 2019
155
0
0
Correct. And it checks once a tick. You can use a poisson distribution to calculate actual meteor statistics.
Now I'm thoroughly confused. I just calculated how many ticks there are in an hour, and it was the value it was at, meaning the config setting, as it was, should be making meteors at an average of one an hour. Yet somehow, I got meteors falling faster than I can mine them. Maybe it's just dumb luck?
 

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
Now I'm thoroughly confused. I just calculated how many ticks there are in an hour, and it was the value it was at, meaning the config setting, as it was, should be making meteors at an average of one an hour. Yet somehow, I got meteors falling faster than I can mine them. Maybe it's just dumb luck?
Statistics. A 1/72000 chance 20 times a second does not mean that they will cleanly fall once an hour every hour.
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
The problem is that it cannot tell one tree from another.
how come lumber can? Well I guess they're using a less efficient algorithm

Correct. And it checks once a tick. You can use a poisson distribution to calculate actual meteor statistics.
or the Geometric distribution if you want to know how long it'll take until it happens :D
 

RavynousHunter

New Member
Jul 29, 2019
2,784
-3
1
Basically, you'll find that on average, they drop once an hour, but the actual times at which they drop are still random.
 

keybounce

New Member
Jul 29, 2019
1,925
0
0
The problem is that it cannot tell one tree from another.

Maybe, and I know that oak trees are bad because natural large oaks can have gaps in their branch structure, but if I chop a single thick trunk over here, and a huge canopy exists, does it really make sense to chop down that trunk 8 blocks away, or even keep chopping past that trunk to something like 40 blocks from me?

Yea, I know, trees can be as "wide" as a 7x7 base, or as uneven as a twilight forest oak where the tops look like a normal large oak on top of a wood base that isn't even directly above the ground blocks that you chop at the base, or much, much worse -- I'm remembering the old EBXL giants from 147 with horror-delight, and I've forgotten what the mystcraft channelwood giants look like.

Ohh ... I just realized, I have to test this: mystcraft wood tendrils <evil smile>
 

RavynousHunter

New Member
Jul 29, 2019
2,784
-3
1
I actually thought of something that might make ReactorCraft more...interesting that has nothing to do at all with adding new reactors: tracking a player's exposure to radiation. Not just an insta-death effect if you overdose or a glorified potion effect, but an actual counter that changes depending on environmental factors with respect to time. Things like radiation shielding, both on armour and as a functional part of some blocks, would decrease how much radiation (in microsieverts, or µSv, in double-precision floating point format) a player receives from both the background and from their reactors. As time goes on the radiation levels in the player's body decreases, representing the body's absorbing said radiation, maybe with some medications that can allow radiation to be absorbed and passed more efficiently, until they reach normal background levels. As their exposure to radiation worsens, they begin to suffer ill effects such as poison (representing the vomiting), weakness, mining fatigue, and progressing to blindness, higher levels of poisoning, and eventually outright death. The effects of radiation poisoning would persist until the player's radiation levels decrease, maybe as a minute-by-minute check to keep performance impact low.

This could allow you to bring in a Geiger counter, allowing players to not only track their own radiation levels (by shift-right clicking), but also to check and see how much radiation their reactors are producing and maybe even using it to help them find uranium deposits by checking background radiation levels when they right-click air. This would encourage players to build their reactors intelligently, using radiation shielding and decentralization to make their bases safer, as well as further encouraging the creation of hazmat suits as well as automating their reactors and properly disposing of their waste, assuming they don't just void it.
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
It always felt kinda wrong to me to stand directly on top of a fuel core without getting any harm
 

1M Industries

New Member
Jul 29, 2019
537
0
0
I actually thought of something that might make ReactorCraft more...interesting that has nothing to do at all with adding new reactors: tracking a player's exposure to radiation. Not just an insta-death effect if you overdose or a glorified potion effect, but an actual counter that changes depending on environmental factors with respect to time. Things like radiation shielding, both on armour and as a functional part of some blocks, would decrease how much radiation (in microsieverts, or µSv, in double-precision floating point format) a player receives from both the background and from their reactors. As time goes on the radiation levels in the player's body decreases, representing the body's absorbing said radiation, maybe with some medications that can allow radiation to be absorbed and passed more efficiently, until they reach normal background levels. As their exposure to radiation worsens, they begin to suffer ill effects such as poison (representing the vomiting), weakness, mining fatigue, and progressing to blindness, higher levels of poisoning, and eventually outright death. The effects of radiation poisoning would persist until the player's radiation levels decrease, maybe as a minute-by-minute check to keep performance impact low.

This could allow you to bring in a Geiger counter, allowing players to not only track their own radiation levels (by shift-right clicking), but also to check and see how much radiation their reactors are producing and maybe even using it to help them find uranium deposits by checking background radiation levels when they right-click air. This would encourage players to build their reactors intelligently, using radiation shielding and decentralization to make their bases safer, as well as further encouraging the creation of hazmat suits as well as automating their reactors and properly disposing of their waste, assuming they don't just void it.
This. This is perfect. I have always wanted a reactor mod to do this, instead of just, "Oh, you are dead now."
 

WitherBlaster

New Member
Jul 29, 2019
155
0
0
I actually thought of something that might make ReactorCraft more...interesting that has nothing to do at all with adding new reactors: tracking a player's exposure to radiation. Not just an insta-death effect if you overdose or a glorified potion effect, but an actual counter that changes depending on environmental factors with respect to time. Things like radiation shielding, both on armour and as a functional part of some blocks, would decrease how much radiation (in microsieverts, or µSv, in double-precision floating point format) a player receives from both the background and from their reactors. As time goes on the radiation levels in the player's body decreases, representing the body's absorbing said radiation, maybe with some medications that can allow radiation to be absorbed and passed more efficiently, until they reach normal background levels. As their exposure to radiation worsens, they begin to suffer ill effects such as poison (representing the vomiting), weakness, mining fatigue, and progressing to blindness, higher levels of poisoning, and eventually outright death. The effects of radiation poisoning would persist until the player's radiation levels decrease, maybe as a minute-by-minute check to keep performance impact low.

This could allow you to bring in a Geiger counter, allowing players to not only track their own radiation levels (by shift-right clicking), but also to check and see how much radiation their reactors are producing and maybe even using it to help them find uranium deposits by checking background radiation levels when they right-click air. This would encourage players to build their reactors intelligently, using radiation shielding and decentralization to make their bases safer, as well as further encouraging the creation of hazmat suits as well as automating their reactors and properly disposing of their waste, assuming they don't just void it.
I like it. I really like it. I haven't played with ReactorCraft yet, but I like the idea of it. As long as there's a way to counter it, I'd really like to see this implemented.
 

Demosthenex

New Member
Jul 29, 2019
772
0
0
Regarding ReactorCraft, I'm still on 25z, and I noticed that the Spent Fuel Container does not cool down if you remove all the waste.

I know the expectation is to cool them with water source blocks, but would you consider other methods for cooling in future versions? The idea of using a boiler, heat exchangers, or cooling fins to pull heat out of them is very appealing for getting extra energy from the equation.

If that's a balance breaker, could we change them to use water that is piped in instead of environmental water? Yes I'm trying to make this work on a finite water world, and so far I can only use a Buildcraft Floodgate to replace the water. If we could use other coolants that would be great, thus having the option to spend energy to chill the spent fuel.
 

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
Regarding ReactorCraft, I'm still on 25z, and I noticed that the Spent Fuel Container does not cool down if you remove all the waste.

I know the expectation is to cool them with water source blocks, but would you consider other methods for cooling in future versions? The idea of using a boiler, heat exchangers, or cooling fins to pull heat out of them is very appealing for getting extra energy from the equation.

If that's a balance breaker, could we change them to use water that is piped in instead of environmental water? Yes I'm trying to make this work on a finite water world, and so far I can only use a Buildcraft Floodgate to replace the water. If we could use other coolants that would be great, thus having the option to spend energy to chill the spent fuel.
Realistically, spent fuel is kept in pools of water.
 

Demosthenex

New Member
Jul 29, 2019
772
0
0
Realistically, spent fuel is kept in pools of water.

True. I did expect the container to cool down rapidly once the fuel was removed though.

To the finite water issue, I found some success in using several Buildcraft Flood Gates to keep the pool filled, but you have to send them a redstone signal at least once a second. They sleep up to 16 seconds if there is no place to add water, and I need to checked more frequently.