Skip to content

banumbas/helix-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,011 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SS14.Launcher

изображение

discord: https://discord.gg/68WfqhBJx3

Features

  • Resource Packs
  • Displaying game mode, map and ping in the launcher
  • Reworked menu
  • Custom Discord RPC
  • Config system

Resource Packs

Resource packs replace client-facing asset files by path at launch time.

Pack directory:

  • %AppData%/Space Station 14/launcher/ResourcePacks/<PackName> on Windows by default

Minimal pack structure:

ResourcePacks/
  MyPack/
    meta.json
    Resources/
      Textures/
      Locale/

Minimal meta.json:

{
  "name": "My Pack",
  "description": "Custom textures and locale",
  "target": ""
}

Notes:

  • Files are overridden by their relative path inside Resources/.
  • target is optional. Leave it empty to apply the pack to any fork.
  • If you override files inside an .rsi directory, keep the correct .rsi/meta.json next to the changed textures.
  • Only Audio/, Fonts/, Locale/, Shaders/, and Textures/ roots are mounted from a pack.

The LAUNCHER WON'T HAVE harmony SUPPORT, hwid spoofing, and the like, it's designed for FAIR PLAY.

Features

  • Ресурспаки
  • Отображение текущего режима игры, карты и пинга прямо в лаунчере
  • Переработанное меню
  • Кастомный Дискорд RPC
  • Система конфигов

Ресурспаки

Ресурспаки заменяют файлы игры по пути к ним во время запуска.

Каталог пакетов:

  • "%AppData%/Space Station 14/launcher/ResourcePacks/<Имя пакета>" в Windows по умолчанию

Минимальная структура ресурспака:

ResourcePacks/
  MyPack/
    meta.json
    Resources/
      Textures/
      Locale/
{
  "name": "Имя",
  "description": "Описание",
  "target": ""
}

Записи:

  • Файлы переопределяются их относительным путем внутри Resources/.
  • target необязательно. Оставьте это поле пустым, чтобы применить пакет к любому форку.
  • Если вы переопределяете файлы в каталоге .rsi, сохраняйте правильный `.rsi/meta.json рядом с измененными текстурами.
  • Только Audio/, Fonts/, Locale/, Shaders/, и Textures/ монтируются в пак.

В ЛАУНЧЕРЕ НЕ БУДЕТ ПОДДЕРЖКИ harmony, спуфа хвидов и тому подобного, он предназначен для ЧЕСТНОЙ игры.