GitHub Alexivkinminecraftlauncher Offline Linux Minecraft Launcher In Pure Bash For Normal And Forge Variations

From Fun's Silo
Jump to: navigation, search

A smarter means of managing multiple minecraft installations on Linux. It downloads and installs Minecraft model on demand, including all the appropriate libraries and property. Pairs effectively with the minecraft server launcher for Linux.



- Helps the traditional (aka vanilla/mainline) and Forge Minecraft variations on-demand installation.- Works with offline sport profiles- Permits multiple versions, player profiles, and game mod configurations to be accessible at the identical time.- Retains recreation property separate from profiles and versioned libraries for easier file administration



Working



Stipulations: be sure you have got the next instruments installed: jq,unzip,curl, sha1sum



Running: ./start



- To run a Forge version add a suffix "-forge" to the model, for example ./start 1.17.10-forge player1.- To see what regular and Forge versions are currently available for set up, run the script with a non-present version, like this ./start zero player1, ./begin 0-forge player1- To create a game profiles with the identical game version and identical player name, for example to try out completely different mods, specify a reputation of this profile because the final argument ./start



Troubleshooting



1. Delete the version subfolder underneath "versons" and re-run it to download and rebuild every thing. The variations and participant profiles are stored in separate folders, so you may remove versions with out removing participant configuration.2. If #1 did not work for a Forge version, remove both the Forge and the the corresponding mainline version folders below "variations" and run it once more to re-download all the things.



How so as 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 install -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 accessible regionally



cp minecraft-launcher.desktop ~/.native/share/plasma_icons/



Find out how to do reproduce manually what this launcher does



- Run the official java launcher. Login and start the game. The launcher will obtain all of the required files for the brand new model. best minecraft servers You may see them on this manifest.- Find the native libraries in the process identify with ps -ef | grep java.library.path. Then copy that folder cp -a /tmp/folder $House/.minecraft/variations/$ver/$ver-natives. The native libraries can be discovered right here. Hunter - Copy-paste the entire -cp argument from the java process, together with the java args to a run script. Run the script, plus assets, libraries, and version folder what you want.