change log 2.1.7.0.16
all Items now Use ForceEnergy instead of the EU
Items can now be charged in MFFS Capacitor ()Power-Uplink) Slot
Thank you.
change log 2.1.7.0.16
all Items now Use ForceEnergy instead of the EU
Items can now be charged in MFFS Capacitor ()Power-Uplink) Slot
Thank you.
Working on updating Sphax textures The Forcium crystal thing Sorry about the image being very big its 512x
Also Thunderdark how many more textures will you be adding for thie 1.3 update? Just before i go release this and it has textures missing
I'm reporting your post. FOR BEING EPIC!
Whenever i place/interact with a Force Power Extractor, I crash with
http://pastebin.com/vWrqxNPi
EDIT: I think this is a MAJOR Bug
Whenever i place/interact with a Force Power Extractor, I crash with
http://pastebin.com/vWrqxNPi
EDIT: I think this is a MAJOR Bug
I need the complete crashlog...I miss installed mods and Forge Version
you need Forge .251+ and IC2 1.106 as requirement
Now that I'm starting to get into this more I'm trying to figure out a few things for a perfect low power base defense of about 20x20x20. It seems to be a cube with 7 range upgrades and I think that is 21x21x21. To keep it online I think I need 64 EU/t of course a little less but just doing basic 32 64 128 kind math 64 seems great with a bit more to store more power.
So the question is besides people none stop nuking against it to kill power is there anything else I need to know?
And what are these upgrades do?
Field Manipulator
Force Field Jammer
Field Fusion
Thanks
EDIT: Seems like the Field Manipulator removes the forcefield from the block and under not sure.
Also there is this button in the projector that you can click and has 3 images but I have no clue what any of them also do
small Update to V2.1.7.0.18:
add : Block of Forcicium
fix : Ender Pearls Exploite
change: Projector not throw her <Power-Link> Card if Lost connection to Capacitor.
converts <Power-Link> Card -> <Blank> Card
fix : Ender Pearls Exploite
when you throw ender pearls to the force field you can die you talk about it ?
or you can pass the force field with that ? <--- exploit ?
Display Morewhen you throw ender pearls to the force field you can die you talk about it ?
or you can pass the force field with that ? <--- exploit ?
ender pearls you can pass the force field exploit .....now die cheater
Hey thunderdark. I found a bug when you place an MFFS Force Energy Capacitor next to an MFFS Force Energy Extrator, you crash. You also crash when you right click the MFFS Force Energy Capacitor after you crash. I am using Forge version 3.1.2.263 and am using mystcraft, optifine, codechickcore, NEI, Buildcraft, Forestry, IC2,
Nuclear Control, InvTweaks, Compact solar arrays, iron chests, NEI plugin for BC forestry Railcraft and Ic2, and lastly railcraft.
Crashlog:
2012-09-24 21:10:11 [SEVERE] [ForgeModLoader] A critical server error occured handling a packet, kicking gz@6a5bc8c9
java.lang.ClassCastException: ic2.common.TileEntityCable cannot be cast to chb.mods.mffs.common.TileEntityCapacitor
at chb.mods.mffs.common.BlockCapacitor.a(BlockCapacitor.java:80)
at gv.a(ItemInWorldManager.java:349)
at gz.a(NetServerHandler.java:520)
at eg.a(SourceFile:58)
at ba.b(MemoryConnection.java:78)
at gz.d(NetServerHandler.java:72)
at ha.b(NetworkListenThread.java:55)
at axy.b(IntegratedServerListenThread.java:111)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:660)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:575)
at axv.p(IntegratedServer.java:107)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
at ep.run(SourceFile:539)
2012-09-24 21:10:11 [INFO] [STDOUT] Unloading Player:
I did a pull request to your repo adding some functions to the API that I need. Please accept it. I also need a class or a way to see if a block is within a force field's protection.
Something like...
ForceFieldManager.java
in the api package
And I can simply go
. You think you can do that?
And also I cleaned up some of your code by removing unused imports. It should speed up your mod slightly by a millisecond per frame One thing I noticed about your code is that you use really bad variable names... No offence, I understand you are not an API expert so it's fine. I used to name my stuff badly too but once people started looking at it, I had to force myself to name it properly. justMakeSureYouNameYourVariableLikeThis andnotlikethis.
Display More
merged you changes but the two set interface deleted no external write access to main variables.
YES but need some time to find a good way (Lag-free as possible)
What? Why? That's the whole purpose of the merge is to provide those two functions. I need my EMP to be able to blast your force power to zero so your force field will break down (or get disabled for a while at least). Unless... you got a better solution? If you implement IDisableable from UE's source that will work too.
As for the Manager, I've got a way to make it not laggy. Every time when a force field is created, it will add all the blocks into a List which the manager holds. Anyone calling that function will simply be accessing that list which wouldn't cause much lag. You can use a neat UE class called Vector3 for that. Basically, if Vector3 (the position of the block) is within the list, then return true. Would you want me to write you that code?
Hi, I noticed that the force extractor remains connected electrically to the bat box even if you break the link. Once it has started extracting, it will continued to drain power from the bat box and I cannot find a way to stop it. Bug, or am I retarded?
Cheers,
Dolmant
Hi, I noticed that the force extractor remains connected electrically to the bat box even if you break the link. Once it has started extracting, it will continued to drain power from the bat box and I cannot find a way to stop it. Bug, or am I retarded?
Cheers,
Dolmant
is a IC2 Bug Wireless EU
QuoteWhat? Why? That's the whole purpose of the merge is to provide those two functions. I need my EMP to be able to blast your force power to zero so your force field will break down (or get disabled for a while at least). Unless... you got a better suggestion? If you implement IDisableable from UE's source that will work too.
hm i think that a 5D ForceField provides protection against EMP.... suggestion 50% power lost in the Capacitor...
Reason: You fire 1 EMP Missile and 10 second later a Nuke Missile and you MulitForceField guarded Base is a large crater not very balanced
QuoteAs for the Manager, I've got a way to make it not laggy. Every time when a force field is created, it will add all the blocks into a List which the manager holds. Anyone calling that function will simply be accessing that list which wouldn't cause much lag. You can use a neat UE class called Vector3 for that. Basically, if Vector3 (the position of the block) is within the list, then return true. Would you want me to write you that code?
"will add all the blocks into a List" a 64 Cube ForceField have 230.000+ Blocks nice Lag Maschine ...I have a mathematical way but must adapt
Display More
hm i think that a 5D ForceField provides protection against EMP.... suggestion 50% power lost in the Capacitor...
Reason: You fire 1 EMP Missile and 10 second later a Nuke Missile and you MulitForceField guarded Base is a large crater not very balanced
"will add all the blocks into a List" a 64 Cube ForceField have 230.000+ Blocks nice Lag Maschine ...I have a mathematical way but must adapt
Eh, His mods not balanced at all. His mod is like kids age RTS where its about all offensive and nothing def. TBH if you work as hard as you do to build and setup a MFFS there should be no way to bring it down unless people hate you so much and when I say so much that their willing to spend 10+ nukes on you just because they hate you. Then fuck ya your an asshole who pissed someone off
Just a tip that the Extractor can take blocks of Forcicium and also there might be a small bug I had a output of 9.6 rather then just 9mil. I did have 3 hv solar panels though hah. Might been a tick/speed bug.
@Kane_Hart
I agree ICBM is currently too overpowered, but ICBM is responsible for only offense mainly. A mod that adds explosive resistance and protection all blocks will come soon. It will be separate mod of course.
@Thunderdark
Hmm you do have a point. EMP would be overpowered. So here's my second and probably better idea. EMP will be able to destroy your force field blocks (no other explosives will be ale to). By destroying the force field blocks, it will consume a bunch of force power to rebuild it. So then it takes a couple of EMPs to deplete an electrical reserve. But if I do this, will you be able to make it so it takes some time to rebuild the field? One thing I think is overpowered in your mod is that it can instantly erect a force field anywhere, anytime. It should take time to create the force field. Then this plan will work very well.
You should also have a admin only force field for protecting spawn point. That will please Kane_Hart. I tested out your forcefield bypasser/disrupter and I think there is a way you can make the player walk through the force field without teleporting them if he is holding the bypasses.
About the manager class, you could have your force fields register themselves to the manager. So each force field capacitor in the world will be known. Then when I request the "isBlockInForcefield" it will calculate it then and here. After all, I am only calling that once per explosion so it shouldn't cause any lag at all. Take this from an explosives expert who has to deal with lag from nukes all the time.
One more question. Is your mod independent of IC2 yet? It should since it can use BC and UE Power. If you need any help coding that or any of these things. I can sure help.
What about something like pausing energy generation for the forcefields for an amount of time after an EMP has hit, perhaps also increasing the power usage during this time.
So while an EMP will not stop the forcefields they will seriously damage them, and be a threat even if players have ridiculous power generation facilities.
So the 10-20 seconds of the shields in a weak state would be a perfect time to launch all your missles to try and punch through.
So I've noticed that several people have been having problems with the Force Energy Extractor, myself included, but I haven't seen any kind of fix or anything posted. I'm sure the problem is being looked into, but in my experience when I install Universal Energy the force extractor breaks and stops working, whereas when I uninstall Universal Energy the force extractor starts working again. I am probably missing something because the creator of Universal Energy is here working with ThunderDark, and he apparently isn't having issues because he is shooting missiles at force fields, which I admit is the reason I went and got Universal Energy and ICBM. Anyway, this is just my experience, and I may be way off the mark here, but I couldn't find much info on the subject. Love the forcefields though, that was one of the things I missed most from IC to IC2, and the modular system is such a better system then the old one. for you
Here's my error report for completeness.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 9/25/12 9:16 PM
Description: Unexpected error
java.lang.NullPointerException
at chb.mods.mffs.common.BlockMFFSBase.a(BlockMFFSBase.java:152)
at si.placeBlockAt(ItemBlock.java:198)
at si.a(ItemBlock.java:86)
at rj.a(SourceFile:88)
at atc.a(PlayerControllerMP.java:345)
at net.minecraft.client.Minecraft.c(Minecraft.java:1306)
at net.minecraft.client.Minecraft.l(Minecraft.java:1718)
at net.minecraft.client.Minecraft.J(Minecraft.java:834)
at net.minecraft.client.Minecraft.run(Minecraft.java:764)
at java.lang.Thread.run(Unknown Source)
Relevant Details:
- Minecraft Version: 1.3.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_07, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 358291792 bytes (341 MB) / 646578176 bytes (616 MB) up to 954466304 bytes (910 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- FML: FML v3.0.196.366 Minecraft Forge 4.1.1.251 9 mods loaded, 9 mods active
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
UniversalElectricity [Universal Electricity] (Universal Electricity_v0.8.5.171.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ICBM [ICBM] (ICBM_v0.5.4.15.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
IC2 [IndustrialCraft 2] (industrialcraft-2_1.106.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.43b-1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ModularForceFieldSystem [Modular ForceField System V2] (ModularForceFieldSystemV2.1.7.0.18.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
- LWJGL: 2.4.2
- OpenGL: GeForce GT 555M/PCI/SSE2 GL version 4.1.0, NVIDIA Corporation
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)
- World MpServer Entities: 7 total; [atg['zerix807'/234, l='MpServer', x=-8.44, y=68.62, z=1.21], mp['Cow'/122, l='MpServer', x=-11.94, y=67.00, z=12.06], EDaoDan['Conventional Missile'/121, l='MpServer', x=-13.50, y=69.00, z=8.50], mo['Chicken'/130, l='MpServer', x=3.38, y=65.00, z=9.59], mo['Chicken'/106, l='MpServer', x=-33.14, y=67.00, z=5.56], mp['Cow'/85, l='MpServer', x=-37.85, y=66.00, z=17.70], mp['Cow'/83, l='MpServer', x=-41.63, y=68.00, z=0.04]]
- World MpServer Players: 1 total; [atg['zerix807'/234, l='MpServer', x=-8.44, y=68.62, z=1.21]]
- World MpServer Chunk Stats: MultiplayerChunkCache: 310
- Forced Entities: 7 total; [mp['Cow'/85, l='MpServer', x=-37.85, y=66.00, z=17.70], atg['zerix807'/234, l='MpServer', x=-8.44, y=68.62, z=1.21], mp['Cow'/83, l='MpServer', x=-41.63, y=68.00, z=0.04], mo['Chicken'/130, l='MpServer', x=3.38, y=65.00, z=9.59], mo['Chicken'/106, l='MpServer', x=-33.14, y=67.00, z=5.56], mp['Cow'/122, l='MpServer', x=-11.94, y=67.00, z=12.06], EDaoDan['Conventional Missile'/121, l='MpServer', x=-13.50, y=69.00, z=8.50]]
- Retry Entities: 0 total; []