• Great to see more people are working with "powerplants" ! :D

    Anyway, just started working with the Computercraft mod. I do now have a password protected door for my comtroll room, and inside my controll room I have a another computer that i will wire up to people which will be using the power I produce, if they dont pay, I an shutof theyr power thorugh the console!
    And say you got like 40 users that it's wired up to your power network, that would be 40 switches, imagine how large your control room has to be? ..
    And for prossessing. If you start scripting instead of using gates I think you will save performance IF you are going to put this on a server, it's worth looking into it!

    Conclusion, the mod was worth looking into. Atleast for me!
    How much EU's can you store in your batterybank? How much are you able to produce?
    I am thinking of making it possible to produce 20k eu/t. just don't know how yet....

    Yeah I'm definately going to look into it, I should get a bit of time this weekend. I have a total of 64 mfsu, nei ftw! Main bank is 4 sections of 12 mfsu, backup bank is 16 total, in 2 sections. I agree that this new mod will be of good use for saving processors on server xD

    Lesson 1: Watch over your crops....

    Display Spoiler


    In my world, I downloaded the new IC2 version, got up a whole bunch of crossbreeders going, and thought to myself "This is going to take a while. Wasn't there an abandoned mineshaft not far from my workshop?" So I get my tools together, charge into the mineshaft, suffer many close shaves, stayed a bit longer than is probably healthy, but emerge from the experience all the wiser (literally, I gained several levels), and with oodles of melon and pumpkins seeds to boot.

    And come home to find out that weeds have destroyed my entire farm. :cursing:

  • Yeah I'm definately going to look into it, I should get a bit of time this weekend. I have a total of 64 mfsu, nei ftw! Main bank is 4 sections of 12 mfsu, backup bank is 16 total, in 2 sections. I agree that this new mod will be of good use for saving processors on server xD

    Great!
    "nei ftw!" ?
    Haha, great someone else though that too! Actually timers from RP just somehow kills my FPS...

  • Great!
    "nei ftw!" ?
    Haha, great someone else though that too! Actually timers from RP just somehow kills my FPS...

    NEI, NotEnoughItems, it's like TMI except way better. Timers you say, well I don't have many of those, I think its just the shear amount of custom rendering and logic mixed with MC not being multithreaded.

    Lesson 1: Watch over your crops....

    Display Spoiler


    In my world, I downloaded the new IC2 version, got up a whole bunch of crossbreeders going, and thought to myself "This is going to take a while. Wasn't there an abandoned mineshaft not far from my workshop?" So I get my tools together, charge into the mineshaft, suffer many close shaves, stayed a bit longer than is probably healthy, but emerge from the experience all the wiser (literally, I gained several levels), and with oodles of melon and pumpkins seeds to boot.

    And come home to find out that weeds have destroyed my entire farm. :cursing:

  • NEI, NotEnoughItems, it's like TMI except way better. Timers you say, well I don't have many of those, I think its just the shear amount of custom rendering and logic mixed with MC not being multithreaded.

    aah, i understand. That mod, is a genius one. You can show crafting recipies too, which is awesome!

    Yes, since the timers ermit particles when triggered.. But with the computercraft mod we don't need any gates, yeah! : D
    Multithreading would be AWESOME! I have a quadcore so with multithreading prossessing it would help alot! ...

  • Lol yeah, ComputerCraft is awesome. When I get a bit of time I'll work on switching over, looks like I'm learning the syntax for Lua xD

    Lesson 1: Watch over your crops....

    Display Spoiler


    In my world, I downloaded the new IC2 version, got up a whole bunch of crossbreeders going, and thought to myself "This is going to take a while. Wasn't there an abandoned mineshaft not far from my workshop?" So I get my tools together, charge into the mineshaft, suffer many close shaves, stayed a bit longer than is probably healthy, but emerge from the experience all the wiser (literally, I gained several levels), and with oodles of melon and pumpkins seeds to boot.

    And come home to find out that weeds have destroyed my entire farm. :cursing:

  • Here's a tip, if you want to use bundled cables its easy. Use this command with the list of color numbers (listed below).
    redstone.setBundledOutput("back", "1", true)
    I used 1 as an example. It would turn on something connected to a white cable. Here is the list of colors.
    White: 1
    orange: 2
    magenta: 4
    light blue: 8
    yellow: 16
    lime: 32
    pink: 64
    grey: 128
    lightgrey: 256
    cyan: 512
    purple: 1024
    blue: 2048
    brown: 4096
    green: 8192
    red: 16384
    black: 32768

  • Thanks, I've already gone through the entire help files, and saw that, and went, "Oh yeah, that's awesome, I can input bundled cables xD" Anyway, I figure I'll make a function that loops all the different colors through the logic part, basically just storing the current color in a variable and when it loops through, then cycles to the next color.

    Lesson 1: Watch over your crops....

    Display Spoiler


    In my world, I downloaded the new IC2 version, got up a whole bunch of crossbreeders going, and thought to myself "This is going to take a while. Wasn't there an abandoned mineshaft not far from my workshop?" So I get my tools together, charge into the mineshaft, suffer many close shaves, stayed a bit longer than is probably healthy, but emerge from the experience all the wiser (literally, I gained several levels), and with oodles of melon and pumpkins seeds to boot.

    And come home to find out that weeds have destroyed my entire farm. :cursing:

  • You are SICK
    i also have my dirt house... :D

    but ConGratz great job :Industrial Diamond: :Industrial Diamond: :Industrial Diamond:

    Quote

    ...its not like i have an idea on how Alblaka mind works...


    -
    It has tiny stupid what below?... A RATING SYSTEM! here goes my face :Advanced Furnace: cmon it is even transparent you can't be serious.

  • You are SICK
    i also have my dirt house... :D

    but ConGratz great job :Industrial Diamond: :Industrial Diamond: :Industrial Diamond:

    Lol, thanks :) I'm currently working off and on on a ComputerCraft program that will run the logistics, should decrease CPU requirements. Should run smooth as silk when its done xD

    Thanks Pizza for the tip!

    Lesson 1: Watch over your crops....

    Display Spoiler


    In my world, I downloaded the new IC2 version, got up a whole bunch of crossbreeders going, and thought to myself "This is going to take a while. Wasn't there an abandoned mineshaft not far from my workshop?" So I get my tools together, charge into the mineshaft, suffer many close shaves, stayed a bit longer than is probably healthy, but emerge from the experience all the wiser (literally, I gained several levels), and with oodles of melon and pumpkins seeds to boot.

    And come home to find out that weeds have destroyed my entire farm. :cursing: