Posts by Fenrir

    Greetings AtomicStryker,
    i wanted to suggest something:

    Tier 3 Machines:

    They would be simply Upgrades from the base Maschines.
    HV Support
    2 Times the Base EU Costs
    Base Speed is 12 000 (or 120K)
    300k base energy storage
    Speed increase for every Overclocker 2000.

    So machines which are alocated at the end game and massive ore processing facilities.
    And which dosn't explode when you remove the transformer upgrade on the wrong moment ;)

    Recipes suggestion:
    :Advanced Furnace: - The Basemachine

    :Advanced Circuit::HV-Transformer::Advanced Circuit:
    :Advanced Machine::Advanced Furnace::Advanced Machine:
    :Advanced Circuit::MFE-Transmitter::Advanced Circuit:

    Also i would suggest the following changes.

    Configs to deactivate single machines.
    So you can use only the centrifuge or you can disable the tier 3 machines if you don't want them.

    An additional option for the energy drain:
    Insteat of the exponential increase i would add an combination system:
    Every overclocker adds an base drain off 5 eu + 5% (Maybe 10% i will hurl it thrue an diagram drawer when im home)
    Formular
    x = overclocker
    (x*5)*1.05^x
    This would be result in an more stable increase which is more "proper" for an fixed speed increase.

    They end at nearly the same point but the new formular dons't "explode" in cost

    I could also create the code based on the code from your repository if you want.
    I would send you the representing code so you can deside if you want it in the mod or not.

    I would suggest that you can use the "drill" from this mod to combine the first tier things (batpack + jetpack + nano maybe even the lappack)
    But the upgrade should go in the assembler.

    Also the needet time to assemble for the upgrade should be lower (Like 10 minutes)
    But every upgrade what you want to insert at the same time should add more time to the proccess

    SU = Storage Upgrade MK II

    1 SU = 10 min
    2 SU = 15 min
    3 SU = 20 min
    11 SU = 60 min
    64 SU = 325 min (Maybe you should cap the time at 3 hours ^^)

    Hmmm ... no? 308 seems to be the same API as 307, which i am at


    Fenrir
    That's not possible unless you have a negative value configured, or a value so ridiculously high the int overflows into a negative value

    Int overflow is my guess ^^

    Multiplier = 1.6
    2 rpm/tick base accerlation

    (2^1.6)^8 (8 overclocker) =

    8 494 539 983 937
    2 147 483 647 (Integer(32 bit) max Value)

    I like the system but it should cap. Also the eu consumption explodes fast. really fast

    I just wanted to suggest that you add a function like this:

    if(accelerationBase ^ accMultiplier ^ OverclockerCount > 4 000 000)
    acceleration = 4000000;

    I don't think someone needs more rpm/ tick then that ^^"

    Client is Fine Sever throws Error:

    Display Spoiler

    ---- Minecraft Crash Report ----
    // Don't do that.

    Time: 05.05.13 01:25
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.privateGetPublicMethods(Unknown Source)
    at java.lang.Class.privateGetPublicMethods(Unknown Source)
    at java.lang.Class.getMethods(Unknown Source)
    at net.minecraftforge.event.EventBus.register(EventBus.java:28)
    at ic2ca.common.item.armor.ItemArmorExoNano.<init>(ItemArmorExoNano.java:27)
    at ic2ca.common.ic2ca.registerItems(ic2ca.java:404)
    at ic2ca.common.ic2ca.preInit(ic2ca.java:304)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IconRegister
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 39 more
    Caused by: java.lang.NullPointerException

    Some Obfusication Error?
    Which IC2 and Forge Version did you use?

    I use IC2 : 1.115.304
    And Forge: 7.7.2.679

    Display Spoiler

    --- BEGIN ERROR REPORT 635a5343 --------
    Full report at:
    C:\Users\Fenrir-Mobile\AppData\Roaming\.minecraft\crash-reports\crash-2013-05-04_12.21.45-client.txt
    Please show that file to Mojang, NOT just this screen!

    Generated 04.05.13 12:21

    -- System Details --
    Details:
    Minecraft Version: 1.5.1
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1987555160 bytes (1895 MB) / 2395078656 bytes (2284 MB) up to 2863333376 bytes (2730 MB)
    JVM Flags: 3 total; -XX:MaxPermSize=256m -Xms2048M -Xmx3072M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.44 FML v5.1.43.679 Minecraft Forge 7.7.2.679 Optifine OptiFine_1.5.1_HD_U_D1 70 mods loaded, 70 mods active

    ##### To many Mods (Char limit reached ^^) ####

    LWJGL: 2.4.2
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2849, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Texture Pack: Misa500.zip
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ic2ca/common/item/armor/ItemArmorExoNano
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NoClassDefFoundError: ic2ca/common/item/armor/ItemArmorExoNano
    at ic2ca.common.ic2ca.registerItems(ic2ca.java:401)
    at ic2ca.common.ic2ca.preInit(ic2ca.java:304)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: ic2ca.common.item.armor.ItemArmorExoNano
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 32 more
    Caused by: java.lang.NoClassDefFoundError: ic2/api/IMetalArmor
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
    ... 34 more
    Caused by: java.lang.ClassNotFoundException: ic2.api.IMetalArmor
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 38 more
    --- END ERROR REPORT 9e6a6660 ----------