-
-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch Instances Offline From Command Line -o <name>
#1059
Comments
you can create offline profiles/accounts in the launcher first and then launch with |
I am not sure this would work. On top of that, creating all of the offline users using a script (if even possible) would pollute the account list, and users/accounts aren't easily group-able like the instances. Is there a way to launch offline without previously creating an offline account? This would be much better for the use case described above. |
This allows launching an offline instance with --offline --name=OffflineName. This is useful for playing split screen by creating two side-by-side instances, which is impossible online, unless one is using two separate paid accounts. With this PR, it makes it possible to launch from a script - otherwise, one has to launch manually, which is a pain, or create offline profiles for each instance, which interferers with some functionality like skins (my autistic son takes great issue with his skin not being visible, when using offline profiles!). See also PrismLauncher#1059 for discussion.
This allows launching an offline instance with --offline --name=OffflineName. This is useful for playing split screen by creating two side-by-side instances, which is impossible online, unless one is using two separate paid accounts. With this PR, it makes it possible to launch from a script - otherwise, one has to launch manually, which is a pain, or create offline profiles for each instance, which interferers with some functionality like skins (my autistic son takes great issue with his skin not being visible, when using offline profiles!). Implementation is from MultiMC, which supports this feature. See also PrismLauncher#1059 for discussion. Signed-off-by: Michael Tyson <michael@tyson.au>
This allows launching an offline instance with --offline --name=OfflineName. This is useful for playing split screen by creating two side-by-side instances, which is impossible online, unless one is using two separate paid accounts. With this PR, it makes it possible to launch from a script - otherwise, one has to launch manually, which is a pain, or create offline profiles for each instance, which interferes with some functionality like skins (my autistic son takes great issue with his skin not being visible, when using offline profiles!). Implementation is based on MultiMC, which supports this feature. See also PrismLauncher#1059 for discussion. Signed-off-by: Michael Tyson <michael@tyson.au>
This allows launching an offline instance with --offline --name=OfflineName. This is useful for playing split screen by creating two side-by-side instances, which is impossible online, unless one is using two separate paid accounts. With this PR, it makes it possible to launch from a script - otherwise, one has to launch manually, which is a pain, or create offline profiles for each instance, which interferes with some functionality like skins (my autistic son takes great issue with his skin not being visible, when using offline profiles!). Implementation is based on MultiMC, which supports this feature. See also PrismLauncher#1059 for discussion. Signed-off-by: Michael Tyson <michael@atastypixel.com>
This allows launching an offline instance with --offline --name=OfflineName. This is useful for playing split screen by creating two side-by-side instances, which is impossible online, unless one is using two separate paid accounts. With this PR, it makes it possible to launch from a script - otherwise, one has to launch manually, which is a pain, or create offline profiles for each instance, which interferes with some functionality like skins (my autistic son takes great issue with his skin not being visible, when using offline profiles!). Implementation is based on MultiMC, which supports this feature. See also PrismLauncher#1059 for discussion. Signed-off-by: Michael Tyson <michael@atastypixel.com>
Role
I play modded Minecraft, with a custom setup that allows me to play local co-op without an internet connection.
Suggestion
Add in a launch flag for launching instances offline. Using
-l <instance> -o <name>
as a way of launching offline instances with a specific name.Benefit
This is so you can do offline LAN games, or quickly spin up offline instances for pure singleplayer.
This suggestion is unique
You may use the editor below to elaborate further.
This is specifically good for quickly spinning up offline instances. There is a really important use case for this as well.
Using a tiling window manager (or Bismuth on KDE), turning off 'pause on unfocus' in the minecraft config, creating a controller-modded instance for each player, and launching the seperate instances in offline mode, you can have offline splitscreen LAN minecraft.
For everything above, it's scriptable using Bash. Find and replace on text files for configs in both Minecraft and WMs, copying instances and duplicating them, and launching instances... but not in offline mode. You have to use the GUI for this, which makes scripting this setup impossible.
I believe that adding the -o flag would be very helpful, especially because if you want to test on a server offline, you can do this:
The text was updated successfully, but these errors were encountered: