07th-mod / 07th-mod/python-patcher

Umineko: No EnableSteamSync.bat equivalent on linux/mac

オープン 初心者向け
#83 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement help wanted
主要言語
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 を使用するシェルスクリプト(おそらく EnableSteamSync.sh という名前)を作成します。ドキュメントを更新して OS 固有の違いに言及し、.bat ファイルは Windows 専用で、.sh スクリプトは Linux/Mac 用であることを明記します。Linux/Mac 環境でスクリプトを実行して、シンボリックリンクが正しく作成されることを確認してテストします。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
shell
領域
cli
issue の種類
機能追加
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
70/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。