Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. First, go here
  2. https://multimc.org/#Download
  3. once you have MultiMC installed and launched, click Settings, then click Java.
  4. Click auto-detect, this should find your Java installation.
  5. If not, install Java, and find the install location.
  6. Click the dots on the right, navigate to the Java installation, look for "javaw.exe".
  7. If you have known extensions hidden, as I recall the default being, it may simply show up as "javaw".
  8. (You'll really want to change that setting anyways. Google should bring up a guide for that.)
  9. Copy-paste this bit into the JVM arguments text box:
  10. -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy
  11. Set the memory to the mod pack author's recommendation.
  12. Always set the minimum and maximum memory allocation to the exact same number. Already enough nonsense going on in the JVM's garbage collector, don't want additional chaos from resizing.
  13. Rule of thumb: 3-6GB for a 1.12 modpack, depending on size.
  14. 1.7.10 modpacks use significantly less RAM.
  15. Make sure you leave at least a gigabyte of RAM for your system - 1.5 or 2 gigs left would be better.
  16. If you can't leave 1-2 gigs for your system and also allocate enough RAM for the pack, look for another, smaller, modpack.
  17. Speaking of which:
  18. https://www.curseforge.com/minecraft/modpacks
  19. Look for a pack, check the description in the page to see if it's to your liking.
  20. I recommend *pretty much anything other than RLCraft*.
  21. It's truly garbage, trust me.
  22. It's not really difficult, and is not realistic at all.
  23. (A TFC-based pack would be much closer, though even there the level of realism is curbed for the sake of gameplay. But I wouldn't recommend it as an intro to modded Minecraft. Not only is it rather difficult for a new player, it plays extremely differently from the rest of modded Minecraft, hardly representative of the scene.)
  24. Back to the page where you found the modpack, right-click the small purple Twitch icon in the bottom-right of the modpack's entry. Copy the link.
  25. In MultiMC, click "Add Instance" in the top left.
  26. Click Twitch URL, paste the link, hit Check.
  27. If this doesn't work, you can do a google search for where someone has explained how to get a .zip file of the modpack, then use the import from .zip option.
  28. When you start a world, press F3 and look in the top right corner. The percentage of memory will flicker up and down, it should go down to 60% or less at the low end.
  29. Modify your memory settings accordingly the next time you launch your pack.
  30. Don't set too little. But also don't set too much.
  31. When that dip happens, the garbage collection program has to sift through all of that excess data, which can cause heavy lagspikes. If there is not enough memory allocated, it will have to do these collections more often, which is also bad.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement