Advertisement
Guest User

1.13 minecraft audio fix.

a guest
May 10th, 2018
1,314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. This is a guide on how to get 1.12 audio back on the new minecraft launcher.
  2.  
  3.  
  4. 1)
  5. Download this file.
  6.  
  7. http://kcat.strangesoft.net/openal-binaries/openal-soft-1.15.1-bin.zip
  8.  
  9. 2)
  10.  
  11. Extract this file (for testing i just did it to my desktop.
  12.  
  13.  
  14. 3)
  15.  
  16. Go in to the folder and go to "win64" (or "win32" for 32bit systems) then copy the file location as text to a note pad for now
  17.  
  18. it should look like this but to your file location,
  19.  
  20. C:\Users\Name\Desktop\openal-soft-1.15.1-bin\openal-soft-1.15.1-bin\Win64
  21.  
  22. after this add " -Dorg.lwjgl.openal.libname=" at the start and then put "soft_oal.dll" at the end to look like this,
  23.  
  24. -Dorg.lwjgl.openal.libname=C:\Users\Name\Desktop\openal-soft-1.15.1-bin\openal-soft-1.15.1-bin\Win64\soft_oal.dll
  25.  
  26. 4) open the minecraft launcher and go "launcher options". now click on the instants you want to fix the audio on and then turn on the slider for "JVM arguments" then click the test box and go to the very end and past the link to your file.
  27. ( this is what the argumen you are adding sohund look simular to " -Dorg.lwjgl.openal.libname=C:\Users\Name\Desktop\openal-soft-1.15.1-bin\openal-soft-1.15.1-bin\Win64\soft_oal.dll") Make sure that the previos argument and the one you are added have a space between them. (like this -first_argument -second_argument)
  28.  
  29. this is my full JVM arguments list
  30.  
  31. -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Dorg.lwjgl.openal.libname=C:\Users\Name\Desktop\openal-soft-1.15.1-bin\openal-soft-1.15.1-bin\Win64\soft_oal.dll
  32.  
  33. and now you sound have 1.12 audio back.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement