Recent content by maxpowa

  1. M

    What's new in modded minecraft today?

    I opened up the Chime public beta last weekend, went mostly unnoticed. Hoping for some more notice this weekend :) You can get the beta here: https://mods.io/mods/1087-chime Gif showing what the mod can do:
  2. M

    What's new in modded minecraft today?

    Hey guys, I've created a new mod that I've been calling "Chime" and I'd like to hear some opinions on it. I'm almost ready for a beta-testing run, just trying to get some issues solved with the backend. I'll give you a few gifs, in chronological order of development, to look at and then explain...
  3. M

    Windows .exe Java 6 & 7 (Fixed)

    This may sound stupid to you but after reinstalling windows, did you find and install all your correct drivers for your machine? Windows 7's install process isn't perfect for finding drivers, but it often works well enough to make a person think they don't need to find them (when they might...
  4. M

    Detected leaking worlds in memory.

    -Xms512m You shouldn't have to do this, the launcher automatically adds the -Xms256m parameter which is quite sufficient for an initial heap size. I do agree with using these though: -XX:PermSize -XX:MaxPermSize
  5. M

    New Avi!

    New Avi!
  6. M

    FTB ForgeBukkit problems.

    I'd say head over to the ForgeBukkit support. You're much more likely to get support from them than anyone here for this error.
  7. M

    Problem RedPower server crash, can't restart

    They probably put forestry things tree breeding things into the pipes. I'd recommend using MCEdit and deleting the affected blocks.
  8. M

    Problem FTB Launcher Shortcut+Use With Gamebooster

    A batch file is just a text file with a runnable extension. To make one you'd just open Notepad, type in the "java -jar YOURLAUNCHERFILE.jar" and then Save As... , change the save as filetype to All Types (*.*) , then save it as anythingyouwant.bat , in the same location as your launcher jar...
  9. M

    How do you start your server?

    -.- So you type it out on the forum, but you can't be bothered to press Win -> cmd -> enter then type what you just put on the forum? Makes logic sense no? Slightly off-topic again: Sugarcane farms are where its at!!!
  10. M

    How do you start your server?

    Haha, y u no set java 7 to has environment variable?!?!
  11. M

    Problem FTB Launcher Shortcut+Use With Gamebooster

    Create a shortcut pointing to a batch file with the following java -jar LAUNCHERFILE.jar That batch file should be in the same directory as your launcher jarfile, and remember to change LAUNCHERFILE.jar to whatever your jar file is named.
  12. M

    How do you start your server?

    java -Xms2G -Xmx8G -jar ftbserver.jar nogui :)
  13. M

    Mindcrack Pack Server Ram

    Put the following into a batch file, and put the batch file into your server directory. java -Xms512M -Xmx1G -jar ftbserver.jar nogui PAUSE Quick breakdown of whats in the command: "java" - calls upon the java installation (duh) "-Xms512M" - specifies the minimum heap size (512MB of RAM)...
  14. M

    Unix backed up saves?(newb)

    The launcher never backs up your saves, you are supposed to manually do backups if you are concerned about world corruption. The launcher only backs up configs on major updates.
  15. M

    Well, TukMC is updated - Thinking of re-releasing tomorrow. Anyone in for champagne and crackers?

    Well, TukMC is updated - Thinking of re-releasing tomorrow. Anyone in for champagne and crackers?