@bridgesound4
Profil
Inscrit·e : il y a 2 années et 9 mois
GitHub - Alexivkin/minecraft-launcher: Offline Linux Minecraft Launcher In Pure Bash For Customary And Forge Variations A smarter way of managing multiple minecraft installations on Linux. It downloads and installs Minecraft model on demand, including all the appropriate libraries and belongings. minecraft crafting Pairs nicely with the minecraft server launcher for Linux. - Supports the normal (aka vanilla/mainline) and Forge Minecraft variations on-demand set up. - Works with offline recreation profiles - Allows multiple variations, participant profiles, and sport mod configurations to be accessible at the identical time. - Retains sport assets separate from profiles and versioned libraries for simpler file administration Operating Conditions: make certain you could have the following instruments put in: jq,unzip,curl, sha1sum Operating: ./start - To run a Forge version add a suffix "-forge" to the version, for instance ./start 1.17.10-forge player1. - To see what normal and Forge versions are currently obtainable for set up, run the script with a non-current model, like this ./begin 0 player1, ./begin 0-forge player1 - To create a sport profiles with the identical sport model and similar participant name, for example to try out totally different mods, specify a name of this profile as the final argument ./start Troubleshooting 1. Delete the model subfolder under "versons" and re-run it to download and rebuild every thing. The variations and participant profiles are saved in separate folders, so you'll be able to take away variations without eradicating participant configuration. 2. If #1 didn't work for a Forge version, remove both the Forge and the the corresponding mainline model folders below "variations" and run it once more to re-obtain every little thing. How to add it to the KDE desktop To get the minecraft icon and the desktop hyperlink clone this repo, To put in the icon run sudo set up -Dm644 minecraft-launcher.svg /usr/share/icons/hicolor/symbolic/apps/minecraft-launcher.svg Then change the desktop file to run this launcher and make it available domestically cp minecraft-launcher.desktop ~/.local/share/plasma_icons/ The best way to do reproduce manually what this launcher does - Run the official java launcher. Login and start the game. The launcher will download all of the required recordsdata for the brand new model. You can see them in this manifest. - Discover the native libraries in the method name with ps -ef | grep java.library.path. Then copy that folder cp -a /tmp/folder $Residence/.minecraft/versions/$ver/$ver-natives. minecraft crafting The native libraries could be discovered right here. minecraft crafting - Copy-paste the whole -cp argument from the java process, along with the java args to a run script. Run the script, plus assets, libraries, and version folder what you want.
Site web : https://justpaste.me/Ct0Z
Forums
Sujets initiés : 0
Réponse crées : 0
Rôle dans le forum : Participant