07th-mod / 07th-mod/python-patcher
Add versioned options
- 主要言語
- JavaScript
- スター
- 214
- フォーク
- 12
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Versioned options would let us do stuff like have the Umineko PS3 sprites as an option which is installed by default, so people can revert to PS3 sprites without re-installing the whole mod.
The reason we can't do this currently is that mod options are always installed if selected - so the Umineko PS3 sprites would be installed on every update (which is a huge file).
The main issue is dealing with:
- If you change your selection for an option, the option should always be installed/there needs to be a version for each possible selection
- if install order of options is important, any options which are installed before this option should also be installed (not sure if our games require this to be true though)
- should allow non-versioned options which are always installed (if they are small and have no dependencies), but havent thought about this much (not sure about this one)
- on update, reading the currently selected option, and restoring that into the installer page, so you don't need to re-select all the options every time you update (this might be difficult)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
パッチャーコード(おそらくインストーラーロジック内)で、現在どのようにMODオプションがインストールおよび追跡されているかを確認します。オプションとバージョン管理のためのデータ構造を理解します。この機能には、オプションの依存関係の処理、インストール順序、更新をまたいだ選択の永続化が必要です。インストーラーの設定ファイルと更新メカニズムを調べることから始めてください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, python
- 領域
- cli, tooling
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100