Kron4ek / minecraft-vortex-launcher

Fast, lightweight and easy to use Minecraft launcher
GNU General Public License v3.0
308 stars 32 forks source link

What string do you use to start minecraft? #45

Closed imyoric closed 2 years ago

imyoric commented 2 years ago

What string do you use to start minecraft?

Kron4ek commented 2 years ago

The string is generated dynamically by parsing the client json file and looks differently for each game version. If you want to see how does it look exactly, you can enable "Save launch string to file" in the launcher settings and run the game, the string will be in launch_string.txt.

imyoric commented 2 years ago

Строка генерируется динамически путем разбора json-файла клиента и выглядит по-разному для каждой версии игры. Если вы хотите увидеть, как именно это выглядит, вы можете включить "Сохранить строку запуска в файл" в настройках лаунчера и запустить игру, строка будет в файле launch_string.txt.

Thanks