07th-mod / 07th-mod/umineko-answer
Add "play latest voice line" functionality / Quicksave
- Lingua principale
- Python
- Stelle
- 29
- Fork
- 8
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
We had a report that you couldn't change language on the answer arcs in ADV mode. We don't plan to add support for Japanese language back in, but toggling language is useful for playing back the last voice line
Looking at 1c9d4ad31455a50460543c450be40d0929a14208, I think that we can make the TAB key play the last voice line/make a quicksave by just calling `savegame 15 : loadgame 15`
To add quicksave functionality, we just need some way to load the save in slot 15 (and make sure it isn't accidentally overwritten at other times during the game.
Note that this will also help us with [this issue about autosaving during the eyecatch](https://github.com/07th-mod/umineko-question/issues/153), as we can do the same `savegame 15 : loadgame 15` during the eyecatch to make a quicksave.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Esamina il commit 1c9d4ad31455a50460543c450be40d0929a14208 per comprendere il sistema di salvataggio/caricamento. Identifica dove è implementata la gestione del tasto TAB e dove avviene l'eyecatch. Il compito è chiamare `savegame 15 : loadgame 15` in quei punti, assicurandosi che lo slot 15 non venga sovrascritto altrove. Testa premendo il tasto TAB e verificando che un salvataggio rapido venga creato e caricato.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- game-dev
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100