Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. W

    CPU usage at 250% constantly on server.

    Who is your server host? If you are hosting the server on your own hardware, what are the specs of the hardware(especially CPU. Please give model/model number of the CPU)?
  2. W

    Besides MC, what have you been playing lately?

    Alrighty. I'll PM you.
  3. W

    Besides MC, what have you been playing lately?

    Offer goes to anybody interested! Just uh, it's a bit, you know, yo ho yo ho...
  4. W

    Signs flicker depending on perspective ? Help ?!

    Do you have Optifine?
  5. W

    Are we ever going to get a new FTB pyramid map?

    Good question. I remember Slowpoke streaming the making of one, but then silence.
  6. W

    Besides MC, what have you been playing lately?

    @Lyra_Chan I have a bunch of games I could zip up and send ya if you want. Skyrim, bunch of emulator games, some Final Fantasy. If you have any specific requests, I can take a look at my media drive and see if I have it.
  7. W

    A few things I have noticed about modded mc from a hardware standpoint

    Why not wait for Zen from AMD? There's a lot of leaks saying it will be on par with Haswell/Broadwell. So imagine 8 physical Haswell cores for the price of an i7 with only 4 physical cores.
  8. W

    Any way to tell what mods are using computer resources?

    I don't think Opis will help much here. You want something like VisualVM(a Java profiler). OPIS just watches during gameplay. You want something that watches the usage before and during, and after world loading. But of course, first try Opis.
  9. W

    RC/ReC/ElC/CC Policy Changes

    Yeah. Then there's /r/feedthebeast, which is a cesspool of drama.
  10. W

    A few things I have noticed about modded mc from a hardware standpoint

    I believe I know why fast math drops your frames. Fast math is optimized to make better use of the cpu cache, which normally is a good thing(less latency means your processor can work faster.) But...this is one of piledriver's many weaknesses. The cache isn't as optimized as it should be, which...
  11. W

    A few things I have noticed about modded mc from a hardware standpoint

    I'm guessing that giant increase in FPS comes from the multicore rendering optifine can do, which makes a lot of sense. That is Piledriver's specialty after all. As for mipmapping, a lot of people with AMD cards are reporting the same. Perhaps I should see what difference it makes on my r9 270...
  12. W

    A few things I have noticed about modded mc from a hardware standpoint

    It's okay. Everybody's FPS is equal before a reactorcraft tokamak reactor.
  13. W

    A few things I have noticed about modded mc from a hardware standpoint

    I can only think of one last thing to try. Try installing a distro of linux (such as ubuntu or linux mint) on a small partition. Install the AMD open source drivers and Java 8, then copy over your save file and mc files(windows partition is fully accessible from within linux). If your FPS in...
  14. W

    A few things I have noticed about modded mc from a hardware standpoint

    Hmm. Does your cpu maintain it's clocks while playing? I've seen several instances on /r/buildapc where people were having issues with FPS, and it turned out that the cpu was downclocking itself for no reason.
  15. W

    A few things I have noticed about modded mc from a hardware standpoint

    This all points toward a CPU bottleneck, which should not be happening at all... Does cranking up your clockspeed help at all? Also, does setting the cpu affinity for Minecraft to your third or fourth core help?
  16. W

    Problem Infinity Dedicated Server Crashing after running for a while.

    Go into your forge.cfg and set it to delete erroring entities and tile entities.
  17. W

    A few things I have noticed about modded mc from a hardware standpoint

    How much RAM do you dedicate? Too little and it'll be doing a lot of garbage collection, causing constant FPS drops. Too much and each garbage collection will cause massive drops. Also, try setting the Minecraft client to use a different core using task manager.
  18. W

    A few things I have noticed about modded mc from a hardware standpoint

    What's your render distance set at? Does decreasing it help your FPS? Is this just one pack, or multiple packs?
  19. W

    A few things I have noticed about modded mc from a hardware standpoint

    Sounds like something is bogging your PC down.