
pleasehelp
Members-
Content Count
36 -
Joined
-
Last visited
About pleasehelp
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Modular Powersuit Power Amor/Fists broken Client crash
pleasehelp replied to Rubbertjuh's question in Tekkit Legends
Any idea how old this branch is? -
pleasehelp reacted to a post in a topic: Looking for a new server to play on
-
So here is the thing. All your problems are originating from ProjectE. As you can see - " DMPedestalTile"Is the one that is contributing the most towards your issues. The main issue here is that ProjectE is a HORRIBLE port. It is not natively meant to be in 1.7.10, it performs very badly at it. When we were fixing these issues, my dev and I stumbled upon particles for the server. Particle logic should be only on client, not server. Removing that dropped a bit of heat. The biggest issue was that the code was firing of many times per tick. After some debugging, we were able to fix this, though d