-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
852 additions
and
1,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/node_modules | ||
/docs/.vitepress/dist | ||
/docs/.vitepress/cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,24 @@ | ||
# Игровые клиенты | ||
|
||
При сборке клиента можно пойти 2-мя путями: | ||
При сборке клиента можно пойти 3-мя путями: | ||
|
||
- Сборка вручную | ||
- Скачивание клиента с официального сервера Mojang (по умолчанию) + дополнение модлоадером, например Fabric или Quilt | ||
- Использование готовых клиентов с зеркал | ||
- Сборка вручную | ||
|
||
Первый вариант для продвинутых пользователей, описан в статье [Сборка игровых клиентов Minecraft](https://blog.aurora-team.ru/posts/building-minecraft-clients/). | ||
Описание второго вы увидите ниже. | ||
|
||
## Скачивание ассетов | ||
|
||
Команда: `downloadassets <version> <folder name> <?source type>` | ||
|
||
где: | ||
|
||
- `version` - версия ассетов | ||
- `folder name` - название папки, в которую будут сохранены ассеты | ||
- `source type` - тип источника (необязательно), возможные варианты: `mojang` (используется по умолчанию), `mirror` | ||
|
||
Примеры использования: | ||
`downloadassets 1.12.2 assets1.12.2` - скачать ассеты с официального сервера Mojang | ||
`downloadassets 1.12.2 assets1.12.2 mirror` - найти и скачать ассеты с зеркал, указаных в конфиге | ||
Последний вариант для продвинутых пользователей, описан в статье [Сборка игровых клиентов Minecraft](https://blog.aurora-team.ru/posts/building-minecraft-clients/) (информация немного устарела). | ||
|
||
## Скачивание клиента | ||
|
||
Команда: `downloadclient <version> <folder name> <?source type>` | ||
Команда: `downloadclient <version> <client name> <?source type>` | ||
|
||
где: | ||
|
||
- `version` - версия ассетов | ||
- `folder name` - название папки, в которую будет сохранён клиент | ||
- `source type` - тип источника (необязательно), возможные варианты: `mojang` (используется по умолчанию), `fabric`, `mirror` | ||
- `version` - версия клиента или название сборки с зеркала | ||
- `client name` - название папки, в которую будет сохранён клиент | ||
- `source type` - тип источника (необязательно), возможные варианты: `mojang` (используется по умолчанию), `fabric`, `quilt`, `mirror` | ||
|
||
Примеры использования: | ||
`downloadclient 1.12.2 TestClient` - скачать клиент с официального сервера Mojang | ||
`downloadclient 1.12.2 TestClient fabric` - скачать клиент с официального сервера Mojang + Fabric | ||
`downloadclient 1.12.2 TestClient mirror` - найти и скачать клиент с зеркал, указаных в конфиге | ||
`downloadclient 1.12.2 TestClient fabric` - скачать клиент с официального сервера Mojang + установить в сборку Fabric | ||
`downloadclient 1.12.2-fabric TestClient mirror` - найти и скачать клиент с зеркал, указаных в конфиге |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.