You certainly could monitor you reactor with nuclear control, but I have no idea how the computercraft integration has (or hasn't) kept up with changes to give you all the information you want/need. If you just set green/yellow/red as 3 distinct points, it'd still be easyeasy if you used thermal monitors, but a scale might be difficult to have real time updating heat levels, unless it can still do that.
Posts by Chocohead
-
-
The motor slot is interesting, but I do admit wondering why machines weren't working, realising I was forgetting it. If it had a faded motor icon, maybe it'd be a little more obvious. Or even better, let the machines run without it, but with it in they'd work more efficiently or faster or something. That way there isn't the confusion of it not working, but still a reason to have it.
-
I also found my first Cinnabar vein
The OV scanner is really good to find your ores. Unfortunately, it crashes once the crushed form is placed in a thermal centrifuge:
Display Spoiler
Code
Display More---- Minecraft Crash Report ---- // Don't do that. Time: 13/05/15 21:33 Description: Ticking block entity java.lang.NullPointerException: Ticking block entity at ic2.core.block.machine.tileentity.TileEntityCentrifuge.func_145845_h(TileEntityCentrifuge.java:134) at net.minecraft.world.World.func_72939_s(World.java:1939) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at ic2.core.block.machine.tileentity.TileEntityCentrifuge.func_145845_h(TileEntityCentrifuge.java:134) -- Block entity being ticked -- Details: Name: Thermal Centrifuge // ic2.core.block.machine.tileentity.TileEntityCentrifuge Block type: ID #238 (blockMachine2 // ic2.core.block.machine.BlockMachine2) Block data value: 3 / 0x3 / 0b0011 Block location: World: (201,14,233), Chunk: (at 9,0,9 in 12,14; contains blocks 192,0,224 to 207,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Actual block type: ID #238 (blockMachine2 // ic2.core.block.machine.BlockMachine2) Actual block data value: 3 / 0x3 / 0b0011 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1939) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) -- Affected level -- Details: Level name: Woo Full Survival All players: 1 total; [EntityPlayerMP['Chocohead'/358, l='Woo Full Survival', x=201.54, y=13.00, z=235.49]] Chunk stats: ServerChunkCache: 625 Drop: 0 Level seed: -7097309412550844375 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (212,64,256), Chunk: (at 4,4,0 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 1544979 game time, 1589221 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 105071 (now: false), thunder time: 47397 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.7.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 221654264 bytes (211 MB) / 1193279488 bytes (1138 MB) up to 1908932608 bytes (1820 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:MaxPermSize=128m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heap AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95 <-Mod list cut for post length-> Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Player Count: 1 / 8; [EntityPlayerMP['Chocohead'/358, l='Woo Full Survival', x=201.54, y=13.00, z=235.49]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
-
IC2 version 720 seems to have broken rendering of a lot of your machines, and the changelog of it is "Optimize machine rendering" which would explain why.
-
Some one really ought to have made compact reactors.
-
Another thing I've found is that the ore dictionary item scanner slot is slightly off centred from where it should be (it's too far down and to the right).
-
Just in case you didn't notice because I edited the post rather than making a new one for the bugs I found
^ ^ ^
-
It's a rare but annoying bug, superheated steam should never be able to get into the output tank. You can fix it just by pumping it out and putting it into another turbine (or loop it back into itself), but it could potentially take the steam out when it's working fine too, unless you have a mod capable of filtering liquids. The other option is to output the contents of the second turbine into a condenser as well as the steam generator, then any steam from superheated steam going in will be turned into distilled water, but you wouldn't be getting power out of it. You could grt around that by having a 3rd turbine or looping it back into the second, as I'm pretty sure turbines don't accept distilled water as an input.
It is rare though, at least from what I've found, so unless it's happening every time you reload the world (which it really shouldn't), you shouldn't stress to much about it.
-
First miner does not work.
It still does for me though, I don't see what the difference is between our setups.
Second: Gui has a bug xD
That's just the texture pack
-
Nonsense, this is definitely the topic
The main issue with the XU gens is that they're so cheap yet output the same as a dynamo (or more). The pink generator for example just outputs energy based on whether it has pink in the name (pink cobble anyone?). IC2's reclusiveness of late probably wouldn't have made a difference, because it's RF being designed to be flexible and widely used allows it to be widely abused, unlike EU.
-
So long as the IC2 API allows other mods to generate EU then EU is *just* as open to being broken as RF is.
Extra Utilities and EnderIO both reck TE's balance and allow you to skirt around them. Nothing does that to the IC2 macerator for example (that uses EU). No one would break IC2's power balance as the macerator using 2EU/t is already really small, as it's impossible to skirt around making a generator which gives you 10 EU/t right at the start. An addon wouldn't fit in with IC2 if it tried to break that, while with RF mods it's almost expected.
-
TE never set a good base by putting everything as 80 RF/t, lava in Buildcraft is worth 10 RF/t, oil 30, and fuel 60. They're all 80 under TE.
EU couldn't be broken as it's IC2 adding EU, not an external API. That means you'd always have to have IC2, so things like reactors already exist, and along with that the set forces of balance. That's really what sets EU and RF apart, RF can be on it's own with x number of mods, EU always has IC2.
-
Notice how all the mods you listed used to use MJ. Apart from the Thermal series which isn't really balanced at all, it just adds 80 RF/t generators which compare to Buildcraft's 10 RF/t for the same fuel. EU really couldn't be broken like that simply as there isn't the same massive power draw you'd ever need that much power for. The old E-net also made large amounts of power awkward, so that's probably why it never happened.
-
As if RF could ever have unified balance. Big Reactors is evidence how much that idea failed.
-
-
I can't do anything about the Real World being terrible at Game Balance.
-
Crafting it doesn't take 5 mins, and you can't automate it (turning table FTW). It's really not that complicated a recipe, simply you craft drills so infrequently you don't get used to the actions. After using IHL I can craft an electric motor from scratch in like 15 seconds.
-
Most if the new things are pretty simple, and you can work them out in creative in like 5 mins. Some features, like the steam generator, are a little more complicated, but there's a big long wiki page I wrote about it. I think a lot of new mods are making people subconsciously lazy and causing them to shy away from things that aren't 100% obvious from the start, which doesn't encourage people to try and experiment with things like IC2's cool new stuff and help document it in the long run.
-
a bunch of new things nobody knows how to use because they aren't documented anywhere.
Speak for yourself.
The IC2 team seriously needs to consider bringing in someone who is willing to document everything somewhere.
It's called the IC2 wiki. I'm doing stuff, but can't do everything on my own.
Maybe even an in-game guide of some sort?
I'm making a HQM one, but it really takes a hell of a lot of time.
it's kinda hilarious to me that EE3 has actually got a working dynamic emc system release before IC2 has a working e-net.
EE3 has been going since 1.2.5, it's really a bad comparison
-
The lathe GUI localisation is broken too.
EDIT: The lathe also needs a fully repaired lathing tool in order to work, which is annoying as you end up with left overs with 1 damage that you can't use
EDIT2:
The loom also doesn't process properly if there's an item in the output slot, even if it'd make the same item.The Iron Workbench also eats items from each stack of a material in it even if it only needs 1 stack's worth.EDIT3: Nope, it's just you have to have the loom GUI open in order for it to process, funky.