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

Add versioned options

Aperta
#141 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
JavaScript
Stelle
214
Fork
12
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Esamina come le opzioni dei mod sono attualmente installate e tracciate nel codice del patcher, probabilmente nella logica dell'installer. Comprendi le strutture dati per le opzioni e il versioning. La funzionalità richiede la gestione delle dipendenze delle opzioni, l'ordine di installazione e la persistenza delle selezioni tra gli aggiornamenti. Inizia esaminando i file di configurazione e i meccanismi di aggiornamento dell'installer.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
javascript, python
Ambito
cli, tooling
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.