07th-mod / 07th-mod/python-patcher
Umineko: No EnableSteamSync.bat equivalent on linux/mac
- 主要語言
- JavaScript
- 星號
- 214
- 分支
- 12
- PR 合併指標
- 30 天內沒有已合併 PR
描述
On the Steam forums, a Mac user asked how to run the `EnableSteamSync.bat` script.
Currently, the only way to enable steam sync on mac or linux is to manually create a linked folder (make a link with `ln` which points `saves` to the `mysav` folder).
I think making a shell script which calls `ln -s mysav saves` (with added checks if the 'saves' folder already exists, as in the current EnableSteamSync batch file) would be enough on linux/mac to get this to work.
The documentation should also be updated to state the OS specific differences. Currently it doesn't say that the `EnableSteamSync.bat` is windows specific.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
查看現有的 EnableSteamSync.bat 檔案,了解其檢查 'saves' 資料夾是否存在的邏輯。建立一個使用 ln -s mysav saves 並具有類似檢查的 shell 指令碼(可能命名為 EnableSteamSync.sh)。更新文件以提及作業系統特定的差異,說明 .bat 檔案僅適用於 Windows,而 .sh 指令碼適用於 Linux/Mac。透過在 Linux/Mac 環境中執行指令碼來測試,確保它能正確建立符號連結。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- shell
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 70/100