Sigma 5.0 Hacked Client The ultimate client supports from 1.8 to 1.15.2
You can easily switch between versions
https://sigmaclient.info/
In the launcher, do 'edit profile'. In the profile, go to the JVM arguments section, enable it and add '' -Dorg.lwjgl.librarypath=/home/pi/lwjgl3arm32" to the arguments (for the 32 bit version).kingelectrixgyt wrote: ↑Fri Jul 17, 2020 2:21 amI have the same problem, I tried that 2 times and it still wont work
Voxelmap has pretty heavy performance implications. I also noticed this on a PC.MamiyaOtaru wrote: ↑Thu Jul 16, 2020 8:21 amAside from Sodium etc, this is my main motivation to get the launcher working (VoxelMap is my mod). I don't notice any performance drop with it active, but I've got everything set on a pretty low render distance on the pi.
Anything I post, is about fullscreen HD.Anyway, it is working fine for me with the Java 11 from the repositories, both for the launcher and the game (see my screenshots above). I'll have to test whether Java 8 makes any performance difference, but with Java 11 Sodium etc gives me much better frames than Optifine. I'd also have to test if that remains true at higher resolutions than I am running.
With those arguments, with the natives replaced for the correct folder on my pi, optifime heavily outperforms sodium on fullscreen HD.my args when launching are
-Xmx1500M -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=/home/pi/.minecraft/natives -Dorg.lwjgl.librarypath=/home/pi/.minecraft/natives
The files in that directory came from some previous thread and I don't recall exactly where :-/
Code: Select all
glxgearsHenriZ wrote: ↑Tue Jul 21, 2020 5:17 pmFirs, more memory doesn't make minecraft run faster. In fact, it makes it slower. If you're not running out of memory in minecraft (press F3) enlarging your memory will only make it slower. 1Gb Memory is more than enough for minecraft, although I can allocate 1500Mb, I use only 1Gb, and usually run about 25%-50% memory usage.
However, that being said, you can increase the memory by setting java parameters, for instance:
-Xmx1200m -Xms1200m
makes it use 1,2Gb. You can change this as needed.
Note that if you wanted to use more than 4Gb memory (not the case here), you'd need the 64 bit OS. as 32 bit goes to max 4Gb.
Hello!