Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
5090e87a42 | |||
be5ee732bc | |||
092d4eef40 | |||
7763251148 | |||
a841dff101 | |||
8898d4629e | |||
7365db7520 | |||
7ce77aba19 | |||
bea2b94a22 | |||
de111ebc48 | |||
d86d1d242d | |||
f1bc1c5220 | |||
1cfd9e2d3f | |||
c70b05aff6 | |||
48be1ab8cb |
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
26
INSTALLATION_EN.md
Normal file
26
INSTALLATION_EN.md
Normal file
@ -0,0 +1,26 @@
|
||||
English help
|
||||
============
|
||||
## 1. Installing
|
||||
Download of [actually](https://github.com/iiiypuk/minecraft-launcher/releases/latest) version launcher.
|
||||
Next [download](https://www.minecraft.net/download) Minecraft and start Demo mode game **1.15.2** version. After successfully run close game.
|
||||
Download required [libraries](https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w) for run game for **your system** and game version of **1.15.2**.
|
||||
|
||||
## 2. Client Minecraft
|
||||
By default script configured for run Minecraft from default directory:
|
||||
for Windows is `%APPDATA%\.minecraft`.
|
||||
for Linux is `~/.minecraft`.
|
||||
|
||||
Extract launcher files in game directory, if necessary, you can create a shortcut on the desktop.
|
||||
Start. ENJOY!
|
||||
|
||||
## 3. Configuration
|
||||
This launcher configurable. Configuration made by changing the parameters in the source code of the launcher.
|
||||
|
||||
**Parameters list and values are presented below:**
|
||||
|
||||
+ `%MC_DIR%` - directory with Minecraft client.
|
||||
+ `%GAME_DIR%` - directory with user files. Resource packs, saves, screenshots and etc.
|
||||
+ `%PLAYER%` - player name.
|
||||
+ `%WINDOW_W%` - window width in window mode.
|
||||
+ `%WINDOW_H%` - height width in window mode.
|
||||
+ `%RAM%` - the amount of RAM that the JVM will use. The default is 2GB.
|
26
INSTALLATION_RU.md
Normal file
26
INSTALLATION_RU.md
Normal file
@ -0,0 +1,26 @@
|
||||
Русская справка
|
||||
===============
|
||||
## 1. Установка
|
||||
Скачиваем [актуальную](https://github.com/iiiypuk/minecraft-launcher/releases/latest) версию лаунчера.
|
||||
Далее [скачиваем](https://www.minecraft.net/download) Minecraft и запускаем демо-режим версии **1.15.2**. После успешного запуска, закрываем игру.
|
||||
Скачиваем необходимые для запуска [библиотеки](https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w) для **вашей системы** и версии игры **1.15.2**.
|
||||
|
||||
## 2. Клиент Minecraft
|
||||
По умолчанию скрипт настроен на запуск Minecraft из стандартной директории:
|
||||
для Windows это `%APPDATA%\.minecraft`.
|
||||
для Linux это `~/.minecraft`.
|
||||
|
||||
Распаковываем файлы лаунчера в директорию с игрой, при необходимости можно создать ярлык на рабочем столе.
|
||||
Запускаем. ENJOY!
|
||||
|
||||
## 3. Настройка
|
||||
Этот лаунчер можно настроить. Настройка производится путём изменения параметров в исходном коде лаунчера.
|
||||
|
||||
**Список параметров и их значений представлены ниже:**
|
||||
|
||||
+ `%MC_DIR%` - директория с клиентом Minecraft.
|
||||
+ `%GAME_DIR%` - директория с файлами пользователя. Ресурс-паки, сохранения, скриншоты и др.
|
||||
+ `%PLAYER%` - имя игрока.
|
||||
+ `%WINDOW_W%` - ширина окна в оконном режиме.
|
||||
+ `%WINDOW_H%` - высота окна в оконном режиме.
|
||||
+ `%RAM%` - количество оперативной памяти, которое JVM будет использовать. По умолчанию 2GB.
|
65
README.md
65
README.md
@ -1,53 +1,12 @@
|
||||
Minecraft Batch Launcher
|
||||
========================
|
||||
|
||||
### English help ###
|
||||
## 1. Installation ##
|
||||
Get to the [launcher page](https://github.com/IIIypuk/minecraft-launcher/blob/master/mc_start.bat). Click with right mouse button on **Raw** then click on **Save as...** and save file to your desired location.
|
||||
|
||||
## 2. Minecraft Client ##
|
||||
By default, script will run Minecraft from the default directory `%APPDATA%\.minecraft`.
|
||||
If you don't have a client, download [launcher](https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar), log in with Demo account and download Minecraft client.
|
||||
After this, you may close official launcher and enjoy playing full version of Minecraft.
|
||||
|
||||
## 3. Setting up ##
|
||||
This launcher can be customized by editing parameters in source file.
|
||||
Use right mouse button to open a context menu, then click **edit**.
|
||||
|
||||
**List of parameters and values:**
|
||||
|
||||
+ `%MC_DIR%` - Minecraft client directory. By default it's `%APPDATA%\.minecraft`.
|
||||
+ `%GAME_DIR%` - user game files. Resourcepacks, saves, screenshots, etc.
|
||||
+ `%ASSETS_DIR%` - game libraries directory. Don't modify anything there, unless you know what are you doing.
|
||||
+ `%NATIVES_DIR%` - native game libraries directory, which are used to launch game on Windows.
|
||||
[Download](https://github.com/IIIypuk/minecraft-launcher/raw/master/natives/1.12.2.zip) and unpack this to the `versions\`, which is located nearby to the Minecraft client.
|
||||
+ `%PLAYER%` - player name (shown above the head), by default it's **Steve**.
|
||||
+ `%WIDTH%` - window width.
|
||||
+ `%HEIGHT%` - window height.
|
||||
+ `%RAM%` - amount of RAM (heap size) used by the JVM. **512MB** by default. If your PC has more than **4GB** of RAM, you can surely set it to `-Xmx2G`.
|
||||
|
||||
|
||||
### Русская справка ###
|
||||
## 1. Установка ##
|
||||
Перейдите на [страницу лаунчера](https://github.com/IIIypuk/minecraft-launcher/blob/master/mc_start.bat). Правой кнопкой мыши нажмите на **Raw** и выберите пункт **Сохранить как...** и сохраните файл в удобное для Вас место.
|
||||
|
||||
## 2. Клиент Minecraft ##
|
||||
По умолчанию скрипт настроен на запуск Minecraft из стандартной директории `%APPDATA%\.minecraft`.
|
||||
Если у Вас нет клиента Minecraft, скачайте с официального сайта [лаунчер](https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar), зайдите под Demo учётной записью и скачайте клиент Minecraft.
|
||||
После этого можно закрыть официальный лаунчер, запустить скачанный лаунчер и наслаждаться игрой в полную версию.
|
||||
|
||||
## 3. Настройка ##
|
||||
Этот лаунчер можно настроить. Настройка производится путём изменения параметров в исходном коде лаунчера.
|
||||
Для этого нажмите правой кнопкой мыши по файлу лаунчера и выберите пункт **Изменить**.
|
||||
|
||||
**Список параметров и их значений представлены ниже:**
|
||||
|
||||
+ `%MC_DIR%` - директория с клиентом Minecraft. По умолчанию `%APPDATA%\.minecraft`.
|
||||
+ `%GAME_DIR%` - директория с файлами пользователя. Ресурс-паки, сохранения, скриншоты и др.
|
||||
+ `%ASSETS_DIR%` - директория с библиотеками. Изменять только если Вы понимаете что желаете.
|
||||
+ `%NATIVES_DIR%` - директория с библиотеками, которые требуеются для запуск игры под Windows.
|
||||
[Скачиваем](https://github.com/IIIypuk/minecraft-launcher/raw/master/natives/1.12.2.zip) их и распаковываем в директорию `versions\`, которая находится в директории с клиентом Minecraft.
|
||||
+ `%PLAYER%` - имя игрока. По умолчанию **Steve**.
|
||||
+ `%WIDTH%` - ширина окна в оконном режиме.
|
||||
+ `%HEIGHT%` - высота окна в оконном режиме.
|
||||
+ `%RAM%` - количество оперативной памяти, которое JVM будет использовать. По умолчанию **512MB**. Если у Вас на компьютере оперативной памяти больше **4GB**, то можете смело устанавливать значение `-Xmx2G`.
|
||||
Minecraft Java Edition Batch Launcher
|
||||
========================
|
||||
### Features:
|
||||
* Open source. Just launch the game, nothing more
|
||||
* No need for extra deps
|
||||
* Change player name
|
||||
|
||||
### Instaling | Установка:
|
||||
+ [English help](https://github.com/IIIypuk/minecraft-launcher/blob/master/INSTALLATION_EN.md)
|
||||
+ [Русская справка](https://github.com/IIIypuk/minecraft-launcher/blob/master/INSTALLATION_RU.md)
|
||||
|
||||
 
|
||||
|
38
linux/mc_start.sh
Normal file → Executable file
38
linux/mc_start.sh
Normal file → Executable file
@ -1,28 +1,44 @@
|
||||
echo -ne "\033]2;Minecraft Launcher\007"
|
||||
|
||||
# A minecraft root directory
|
||||
MC_DIR=~/.minecraft
|
||||
|
||||
# Game location
|
||||
GAME_DIR=$MC_DIR/profile
|
||||
# Are stored here...
|
||||
# saves/, resourcepacks/ and screenshots/ dirs
|
||||
# and options.txt and servers.dat files
|
||||
GAME_DIR=%MC_DIR
|
||||
|
||||
# Assets location
|
||||
ASSETS_DIR=$MC_DIR/assets
|
||||
ASSETS_INDEX=1.15
|
||||
|
||||
# Version to use
|
||||
VERSION=1.11.2
|
||||
GAME_VERSION=1.15.2
|
||||
|
||||
# Native libs location
|
||||
NATIVES_DIR=$MC_DIR/versions/$VERSION/$VERSION-natives
|
||||
NATIVES_DIR=$MC_DIR/bin/$GAME_VERSION
|
||||
|
||||
# Player name
|
||||
PLAYER=Steve
|
||||
PLAYER_NAME=Steve
|
||||
|
||||
# Window properties
|
||||
WIDTH=800
|
||||
HEIGHT=640
|
||||
# Game window resolution
|
||||
WINDOW_W=800
|
||||
WINDOW_H=640
|
||||
|
||||
# JVM args
|
||||
JVM_ARGS="-Xmx1G -Xms512M"
|
||||
# java machine arguments
|
||||
JVM_RAM="-Xmx2G"
|
||||
JVM_ARGS="-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M"
|
||||
|
||||
cd $MC_DIR
|
||||
|
||||
java $JVM_ARGS -Djava.library.path=$NATIVES_DIR -cp $MC_DIR/libraries/com/mojang/netty/1.6/netty-1.6.jar;$MC_DIR/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar;$MC_DIR/libraries/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar;$MC_DIR/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar;$MC_DIR/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar;$MC_DIR/libraries/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar;$MC_DIR/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar;$MC_DIR/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar;$MC_DIR/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar;$MC_DIR/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar;$MC_DIR/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar;$MC_DIR/libraries/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar;$MC_DIR/libraries/com/google/guava/guava/17.0/guava-17.0.jar;$MC_DIR/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar;$MC_DIR/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar;$MC_DIR/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar;$MC_DIR/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar;$MC_DIR/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar;$MC_DIR/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar;$MC_DIR/libraries/com/mojang/authlib/1.5.24/authlib-1.5.24.jar;$MC_DIR/libraries/com/mojang/realms/1.10.8/realms-1.10.8.jar;$MC_DIR/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar;$MC_DIR/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar;$MC_DIR/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar;$MC_DIR/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar;$MC_DIR/libraries/it/unimi/dsi/fastutil/7.0.12_mojang/fastutil-7.0.12_mojang.jar;$MC_DIR/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar;$MC_DIR/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar;$MC_DIR/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar;$MC_DIR/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar;$MC_DIR/versions/$VERSION/$VERSION.jar net.minecraft.client.main.Main --username $PLAYER --version $VERSION --accessToken 0 --userProperties {} --gameDir $GAME_DIR --assetsDir $ASSETS_DIR --assetIndex $ASSETS_INDEX --width $WIDTH --height $HEIGHT
|
||||
java $JVM_RAM $JVM_ARGS \
|
||||
-Djava.library.path=$NATIVES_DIR \
|
||||
-cp $MC_DIR/libraries/com/mojang/datafixerupper/2.0.24/datafixerupper-2.0.24.jar:$MC_DIR/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar:$MC_DIR/libraries/com/mojang/patchy/1.1/patchy-1.1.jar:$MC_DIR/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar:$MC_DIR/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-linux.jar:$MC_DIR/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar:$MC_DIR/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar:$MC_DIR/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar:$MC_DIR/libraries/com/google/guava/guava/21.0/guava-21.0.jar:$MC_DIR/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar:$MC_DIR/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar:$MC_DIR/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar:$MC_DIR/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar:$MC_DIR/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar:$MC_DIR/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar:$MC_DIR/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar:$MC_DIR/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2-natives-linux.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2-natives-linux.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2-natives-linux.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2.jar:$MC_DIR/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2-natives-linux.jar:$MC_DIR/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2-natives-linux.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2-natives-linux.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2-natives-linux.jar:$MC_DIR/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2.jar:$MC_DIR/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar:$MC_DIR/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar:$MC_DIR/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:$MC_DIR/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar:$MC_DIR/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar:$MC_DIR/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar:$MC_DIR/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar:$MC_DIR/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar:$MC_DIR/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar:$MC_DIR/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar:$MC_DIR/versions/$GAME_VERSION/$GAME_VERSION.jar \
|
||||
net.minecraft.client.main.Main \
|
||||
--username $PLAYER_NAME \
|
||||
--version $GAME_VERSION \
|
||||
--accessToken 0 --userProperties {} \
|
||||
--gameDir %GAME_DIR% \
|
||||
--assetsDir $ASSETS_DIR \
|
||||
--assetIndex $ASSETS_INDEX \
|
||||
--width $WINDOW_W --height $WINDOW_H
|
||||
|
Binary file not shown.
4
natives/README.md
Normal file
4
natives/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
Minecraft Natives
|
||||
=========================
|
||||
|
||||
[mega.nz](https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w)
|
@ -1,37 +1,51 @@
|
||||
@echo off
|
||||
rem @echo off
|
||||
title Minecraft Launcher
|
||||
|
||||
:: set username
|
||||
set /p player=What username would you like?
|
||||
|
||||
:: main directory of the game
|
||||
set MC_DIR=%APPDATA%\.minecraft
|
||||
|
||||
:: Are stored here...
|
||||
:: saves/, resourcepacks/ and screenshots/ dirs
|
||||
:: and options.txt and servers.dat files
|
||||
set GAME_DIR=%MC_DIR%\profile
|
||||
set GAME_DIR=%MC_DIR%
|
||||
|
||||
:: libraries and resource dir (requires no changes)
|
||||
set ASSETS_DIR=%MC_DIR%\assets
|
||||
|
||||
set ASSETS_INDEX=1.11
|
||||
set ASSETS_INDEX=1.15
|
||||
|
||||
:: version minecraft (from versions/ dir)
|
||||
set VERSION=1.11.2
|
||||
set GAME_VERSION=1.15.2
|
||||
|
||||
:: get archive from natives/ dir
|
||||
set NATIVES_DIR=%MC_DIR%\versions\%VERSION%\%VERSION%-natives
|
||||
set NATIVES_DIR=%MC_DIR%\bin\%GAME_VERSION%
|
||||
|
||||
:: player nickname (the over head)
|
||||
set PLAYER=Steve
|
||||
set PLAYER_NAME=%player%
|
||||
|
||||
:: resolution
|
||||
set WIDTH=800
|
||||
set HEIGHT=640
|
||||
:: game window resolution
|
||||
set WINDOW_W=800
|
||||
set WINDOW_H=640
|
||||
|
||||
:: Java Virtual Machine parameters (RAM, etc)
|
||||
set JVM="-Xmx1G -Xms512M"
|
||||
:: java machine arguments
|
||||
set "JVM_RAM=-Xmx2G"
|
||||
set "JVM_ARGS=-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M"
|
||||
|
||||
:: running minecraft
|
||||
%SystemDrive%
|
||||
cd %MC_DIR%
|
||||
|
||||
java %RAM% -Djava.library.path=%NATIVES_DIR% -cp %MC_DIR%\libraries\com\mojang\netty\1.6\netty-1.6.jar;%MC_DIR%\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;%MC_DIR%\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;%MC_DIR%\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;%MC_DIR%\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;%MC_DIR%\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;%MC_DIR%\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;%MC_DIR%\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;%MC_DIR%\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;%MC_DIR%\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;%MC_DIR%\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;%MC_DIR%\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;%MC_DIR%\libraries\com\google\guava\guava\17.0\guava-17.0.jar;%MC_DIR%\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;%MC_DIR%\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;%MC_DIR%\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;%MC_DIR%\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;%MC_DIR%\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;%MC_DIR%\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;%MC_DIR%\libraries\com\mojang\authlib\1.5.24\authlib-1.5.24.jar;%MC_DIR%\libraries\com\mojang\realms\1.10.8\realms-1.10.8.jar;%MC_DIR%\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;%MC_DIR%\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;%MC_DIR%\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;%MC_DIR%\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;%MC_DIR%\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;%MC_DIR%\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;%MC_DIR%\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;%MC_DIR%\versions\%VERSION%\%VERSION%.jar net.minecraft.client.main.Main --username %PLAYER% --version %VERSION% --accessToken 0 --userProperties {} --gameDir %GAME_DIR% --assetsDir %ASSETS_DIR% --assetIndex %ASSETS_INDEX% --width %WIDTH% --height %HEIGHT%
|
||||
java.exe %JVM_RAM% %JVM_ARGS% ^
|
||||
-Djava.library.path=%NATIVES_DIR% ^
|
||||
-cp %MC_DIR%\libraries\com\mojang\datafixerupper\2.0.24\datafixerupper-2.0.24.jar;%MC_DIR%\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar;%MC_DIR%\libraries\com\mojang\patchy\1.1\patchy-1.1.jar;%MC_DIR%\libraries\com\mojang\text2speech\1.11.3\text2speech-1.11.3.jar;%MC_DIR%\libraries\com\mojang\text2speech\1.11.3\text2speech-1.11.3-natives-linux.jar;%MC_DIR%\libraries\com\mojang\javabridge\1.0.22\javabridge-1.0.22.jar;%MC_DIR%\libraries\com\mojang\brigadier\1.0.17\brigadier-1.0.17.jar;%MC_DIR%\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;%MC_DIR%\libraries\com\google\guava\guava\21.0\guava-21.0.jar;%MC_DIR%\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;%MC_DIR%\libraries\io\netty\netty-all\4.1.25.Final\netty-all-4.1.25.Final.jar;%MC_DIR%\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar;%MC_DIR%\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar;%MC_DIR%\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;%MC_DIR%\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;%MC_DIR%\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;%MC_DIR%\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-tinyfd\3.2.2\lwjgl-tinyfd-3.2.2.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-tinyfd\3.2.2\lwjgl-tinyfd-3.2.2-natives-linux.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-opengl\3.2.2\lwjgl-opengl-3.2.2.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-opengl\3.2.2\lwjgl-opengl-3.2.2-natives-linux.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-openal\3.2.2\lwjgl-openal-3.2.2-natives-linux.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-openal\3.2.2\lwjgl-openal-3.2.2.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl\3.2.2\lwjgl-3.2.2-natives-linux.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl\3.2.2\lwjgl-3.2.2.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-stb\3.2.2\lwjgl-stb-3.2.2.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-stb\3.2.2\lwjgl-stb-3.2.2-natives-linux.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-glfw\3.2.2\lwjgl-glfw-3.2.2-natives-linux.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-glfw\3.2.2\lwjgl-glfw-3.2.2.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-jemalloc\3.2.2\lwjgl-jemalloc-3.2.2-natives-linux.jar;%MC_DIR%\libraries\org\lwjgl\lwjgl-jemalloc\3.2.2\lwjgl-jemalloc-3.2.2.jar;%MC_DIR%\libraries\it\unimi\dsi\fastutil\8.2.1\fastutil-8.2.1.jar;%MC_DIR%\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;%MC_DIR%\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;%MC_DIR%\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;%MC_DIR%\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;%MC_DIR%\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;%MC_DIR%\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;%MC_DIR%\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;%MC_DIR%\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;%MC_DIR%\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;%MC_DIR%\versions\%GAME_VERSION%\%GAME_VERSION%.jar ^
|
||||
net.minecraft.client.main.Main ^
|
||||
--username %PLAYER_NAME% ^
|
||||
--version %GAME_VERSION% ^
|
||||
--accessToken 0 --userProperties {} ^
|
||||
--gameDir %GAME_DIR% ^
|
||||
--assetsDir %ASSETS_DIR% ^
|
||||
--assetIndex %ASSETS_INDEX% ^
|
||||
--width %WINDOW_W% ^
|
||||
--height %WINDOW_H%
|
||||
|
Reference in New Issue
Block a user