thats what happens when close too 200 mods how much ram do you have overall?No crash log, just takes a million years to load, I've never even come so far as generating the world. I've allocated up to 4GB ram and still slow as fff x)
thats what happens when close too 200 mods how much ram do you have overall?No crash log, just takes a million years to load, I've never even come so far as generating the world. I've allocated up to 4GB ram and still slow as fff x)
2 minutes is average. Sorry about the file structure that's how ftb wants it. I'll see if I can't make it more intuitive next updateNo crash log, just takes a million years to load, I've never even come so far as generating the world. I've allocated up to 4GB ram and still slow as fff x)
Yeah, I belive my computer would hande it in that kind of time, but it wont. I really think it's odd as other packs I've tried worked perfectly. So maybe I did something wrong x)2 minutes is average. Sorry about the file structure that's how ftb wants it. I'll see if I can't make it more intuitive next update
in next versionjust curiosity, any rason for not update TiCo and EnderIO?
we already have titans mechs will come if anyone does a mod with them i saw mithion was thinking about it a while ago though so maybe will seeWhen are we getting the Mech Titans ^_^ ?
Titans, the Ender Golems ?we already have titans mechs will come if anyone does a mod with them i saw mithion was thinking about it a while ago though so maybe will see
might sharing your startup file/bat code?It should work with 4G of RAM. Mine ran with 3 fine. When you log in for the first time it will lag from world gen but that shoudl nto last too long. The main thing to get right is your startup file.
Client side mods won't hurt your server. i tried to remove all of them just for clean sake but a walia addon was wanting the be on the server because of a derp in their code. So I had to have walia and its addons on the server too but it shouldn't be a problem with running the server. All client mods will simply do nothing if they are on the server. If one of the addons updates to fix this then it won't be on the server files anymoreIs there a good reason for the server modpack to contain all the client-side mods in it ? also , all the errors im getting when lauching the forge.jar with the mods from Minecraft/Mods into mods folder. is absurd. taking well over 5 mins to boot ( if it will boot haven't been patient enough yet ) server running on a SSD drive 8gb ram quad core.
4 gb on my server comp, and 8gb on my gaming comp, so shouldnt be a problem ;othats what happens when close too 200 mods how much ram do you have overall?
java -Xms1024M -Xmx3072M -XX:PermSize=256m -XX:MaxPermSize=512m -jar -d64 forge-1.7.10-10.13.0.1208-universal.jar nogui
pause
Whohoo! That worked, I guess mine was broken then, thanks a lot dude!i got it working on my end , was an issue with the permgen..
Code:java -Xms1024M -Xmx3072M -XX:PermSize=256m -XX:MaxPermSize=512m -jar -d64 forge-1.7.10-10.13.0.1208-universal.jar nogui pause
np glad it helpedWhohoo! That worked, I guess mine was broken then, thanks a lot dude!
That's the first rule of modded minecraft is increase permgen. I mentioned it in the original post but you must have missed it. I'll rearrange it to make it easier to read. I'm glad you got it working[DOUBLEPOST=1412869144][/DOUBLEPOST]i got it working on my end , was an issue with the permgen..
Code:java -Xms1024M -Xmx3072M -XX:PermSize=256m -XX:MaxPermSize=512m -jar -d64 forge-1.7.10-10.13.0.1208-universal.jar nogui pause
thanks for the heads up I'll get right on itJust a piece of advice for the authors (@Brizzle & the other author; can't remember the name): you guys may want to actually include a ".recipes" file for Modular Powersuits as MachineMuse doesn't have the recipes declared in her mod. These files can be pulled from her Jenkins page and are placed in the "/config/machinemuse/recipes/" directory.
I was wondering why MPS items and the Tinker Table didn't have any recipes the other night, did a quick search a few minutes ago and found out why ;-)
Great work even so.