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. M

    Quick help ?

    Have you read the buildcraft filler wiki entry? You should check it out, about three quarters of the way down the page, below the pattern descriptions.
  2. M

    Give ftb more ram?

    Just a clarification, I believe the limit for 32bit WINDOWS computers is actually 2GB, as the architecture allows for up to 4GB, but windows likes to reserve 2GB for its own usage. If you happen to be running practically any 32bit linux edition, you can access up to 3GB, as linux only needs 1GB...
  3. M

    Quick help ?

    A filler only clears the blocks, similarly to the way the quarry does when its first building its frame.
  4. M

    Miner/Pump (IC2) not taking EU

    Take a quick look at the IC2 wiki on how to use transformers (Specifically LV Transformer#Converting to LV). All transformers use the 3-dotted face for higher voltage input, unless connected to redstone current, which reverses the function of the transformer.
  5. M

    Problem Every player made change gone

    Did you perhaps run the backup while the server was running with save-on? Because if you did, then what probably happened is you copied the chunk files while they were being modified, causing 7zip to ignore them. Perhaps edit your backup script to do the following: - Run command "save-off" in...
  6. M

    Problem My friend lagging so much.

    I think what he means by "play well" is that your other friend didn't lag when playing. I'd agree with POKFx45, its most likely his connection lagging if your other friend doesn't get lag.
  7. M

    Solved Friends can't join server

    You can connect to the server properly, correct? And he can connect to other servers correctly?
  8. M

    Problem FTB Direwolf20 Pack Server error

    Try reinstalling the buildcraft.jar (as in download the correct version from the buildcraft website and chuck it into the server's mods folder, don't forget to delete the old one) - it seems that is the file its having issues with.
  9. M

    ftbserver.jar - contents (Mindcrack)

    Just confirmed; fresh minecraft_server.jar with latest forge works fine with the mindcrack pack!
  10. M

    ftbserver.jar - contents (Mindcrack)

    I'd say you're right about thinking that it is just minecraft.jar with forge, but if I were you, I'd simply try downloading a new minecraft_server.jar and then throwing the forge you want in it, then putting it into the folder where you have your ftbserver.jar. Then you can change your start bat...
  11. M

    Solved FTB server and allocating more ram to server HELP please

    No problem, you should probably edit your first post to say "Solved"! :3
  12. M

    Solved FTB server and allocating more ram to server HELP please

    Ah, there ya go :D (wth is with these ugly green smileys?!?!)
  13. M

    Bored...

    Bored...
  14. M

    Solved FTB server and allocating more ram to server HELP please

    Post the output of "java -version" - in some cases even though you have 64bit java installed, 32bit java will be the one with the environment variable.
  15. M

    Help with FTB Direwolf lag

    You're getting lag when you generate new areas and open Mystcraft portals because the world is generating, which is hard on your processor and RAM, and often requires a high end computer to make perfectly lag-free. You could probably also use a RAM upgrade (8GB of RAM goes for around 50 bucks)...
  16. M

    Solved FTB server and allocating more ram to server HELP please

    Do you have 32bit or 64bit windows? In the off chance that you have 32bit, the maximum RAM you can allocate is 4GB. If you have 64bit you might have 32bit java, which also limits at 4GB. I'd advise upgrading your Java to ensure you have 64bit, as it is possible that you could have downloaded the...
  17. M

    Solved FTB server and allocating more ram to server HELP please

    What you did is set a default parameter for any java start. That would allow you to run a server with 8gb allocated without having to type "-Xmx8G" in your start batch. I think your problem could be in capitalization though. Try replacing this "-Xmx8192m" with "-Xmx8192M". If that doesn't work...
  18. M

    Solved FTB server and allocating more ram to server HELP please

    What do you mean by "I modified my Java," as in you modified its default arguments or changed some random thing?