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

Add versioned options

未关闭
#141 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
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)

贡献指南

这个仓库没有索引到贡献指南

调研方向

查看模组选项目前在修补程序代码中是如何安装和跟踪的,很可能是在安装程序逻辑中。理解用于选项和版本控制的数据结构。该功能需要处理选项依赖关系、安装顺序以及在更新过程中持久化选择。首先检查安装程序的配置文件和更新机制。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, python
领域
cli, tooling
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。