So, is this going to go recommended or what?
So if you are also using the JVM arguments, you could try and disable them to see if you get the same result. I must admit I don't remember when I last felt the game run as smooth as it does right now
What java arguments are you launching your Monster server with?... I've allocated 1GB to the vanilla VM, and 2GB to each of the other two. I've set up my router to port forward (its called Virtual Server on D-Link) to each VM's IP for the players to get online.
Report that in the particular modpack bug reporting thread please.It seems that the recipe for IC2's diamond drill is broken. I tried to use NEI'S cheat mode to just give myself a diamond drill instead but for the life of me I can't seem to get cheat mode to work. I can select cheat mode in NEI's options but the inventory screen is the same as recipe mode.
I am running the server purely for my self(singleplayer practically). If it was for other people aswell then hell no, would need a dedicated machine. But running a server for singleplayer purposes is purely for forcing the game to spread CPU load out over as many cores as possible and it has the bonus effect of limiting the memory yoyo'ing.[DOUBLEPOST=1394562155][/DOUBLEPOST]But, running a server with your client is never a good idea, best to get a cheap host somewhere.
You need to hit the "Global" button and then disable the "W" next to the Inventory mode to allow you to overwrite the "global setting".It seems that the recipe for IC2's diamond drill is broken. I tried to use NEI'S cheat mode to just give myself a diamond drill instead but for the life of me I can't seem to get cheat mode to work. I can select cheat mode in NEI's options but the inventory screen is the same as recipe mode.
Yes, that is something that happens with the current launcher. The launcher team is working on this. For now, just keep track of what mods you download and keep copies available at hand to add again.[DOUBLEPOST=1394564361][/DOUBLEPOST]For some reason when ever I update the mod pack, and enable/disable certain mods when I go to hit "Launch" it re-downloads all the mods (Even when the mods are disabled) saying it's trying to download a texture pack... what gives?
The IC2 diamond drill recipe should work. Are you sure you're using the one with plates, wires, a motor, etc?It seems that the recipe for IC2's diamond drill is broken. I tried to use NEI'S cheat mode to just give myself a diamond drill instead but for the life of me I can't seem to get cheat mode to work. I can select cheat mode in NEI's options but the inventory screen is the same as recipe mode.
Here is my ServerStart.sh file for Monster and Hexxit:What java arguments are you launching your Monster server with?
Thanks!
Here is my ServerStart.sh file for Monster and Hexxit:
java -Xms2048m -Xmx2048m -XXermSize=256m -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc -jar FTBServer-1.6.4-965.jar nogui
I got the java arguments from Eyamaz's thread. The servers seem to be running well, but these I but I may be way off target with them.