Readme update

This commit is contained in:
seuyh
2026-07-01 15:52:30 +07:00
parent 8b2204325f
commit d6df57df5a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ curl -fsSL https://raw.githubusercontent.com/seuyh/stellaris-dlc-unlocker/main/S
### macOS и Steam Deck
**macOS не поддерживается.** Пути Steam, файловые механизмы (`LD_PRELOAD`/`.so` на Linux против `DYLD_INSERT_LIBRARIES`/Mach-O на macOS) и даже базовые утилиты (на macOS по умолчанию BSD-версии `sed`, а не GNU) отличаются настолько, что текущие скрипты на macOS просто не запустятся — потребовалась бы отдельная версия под платформу.
**macOS не поддерживается.** Слишком много различий с Linux (пути Steam, механизм подмены файлов, набор системных утилит), чтобы текущие скрипты просто взять и запустить. Портирование под macOS пока не планируется — если вдруг руки дойдут, будет отдельная версия.
**Steam Deck — должно работать, но не тестировалось.** SteamOS — это Arch-based Linux, Stellaris на Deck по умолчанию идёт как Proton-игра, так что в теории подойдёт Proton-версия анлокера через Desktop Mode (терминал Konsole). Возможный нюанс: `jq` и `unzip` могут отсутствовать из коробки и потребуют установки. Если запускали на Deck — поделитесь результатом в issues.
+1 -1
View File
@@ -73,7 +73,7 @@ Make sure the launch option field for the game in Steam is **empty** — this ve
### macOS and Steam Deck
**macOS is not supported.** Steam paths, the underlying file mechanisms (`LD_PRELOAD`/`.so` on Linux vs `DYLD_INSERT_LIBRARIES`/Mach-O on macOS), and even basic tools (macOS ships BSD `sed` by default, not GNU) differ enough that the current scripts simply won't run on macOS — a separate platform-specific version would be needed.
**macOS is not supported.** It differs too much from Linux (Steam paths, the file-patching mechanism, system tools) for the current scripts to just work. A macOS port isn't planned for now — if that changes, it'll be a separate version.
**Steam Deck should work, but hasn't been tested.** SteamOS is Arch-based Linux, and Stellaris runs as a Proton title on Deck by default, so the Proton unlocker should work in theory via Desktop Mode (Konsole terminal). Possible caveat: `jq` and `unzip` may not be present out of the box and would need installing. If you've tried it on a Deck, let us know in the issues.
+1 -1
View File
@@ -73,7 +73,7 @@ curl -fsSL https://raw.githubusercontent.com/seuyh/stellaris-dlc-unlocker/main/S
### macOS 和 Steam Deck
**不支持 macOS。** Steam 路径、底层文件机制(Linux 上的 `LD_PRELOAD`/`.so` 对比 macOS 上的 `DYLD_INSERT_LIBRARIES`/Mach-O),甚至基础工具(macOS 默认自带的是 BSD 版 `sed` 而非 GNU 版)差异都很大,导致现有脚本在 macOS 上根本无法运行,需要针对该平台单独开发一个版本。
**不支持 macOS。** macOS 和 Linux 差异太大(Steam 路径、文件替换机制、系统工具),现有脚本无法直接运行。目前没有移植 macOS 版本的计划,如果以后做,会是单独的版本。
**Steam Deck 理论上应该可行,但尚未测试。** SteamOS 基于 Arch LinuxStellaris 在 Deck 上默认作为 Proton 游戏运行,因此理论上可以在桌面模式(Konsole 终端)下使用 Proton 版解锁器。可能存在的问题:`jq``unzip` 可能未预装,需要手动安装。如果您在 Deck 上尝试过,欢迎在 issues 中反馈结果。