07th-mod / 07th-mod/umineko-answer

Answer Arcs Steam Update (for developers)

Aperta
#39 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug Major
Lingua principale
Python
Stelle
29
Fork
8
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

More or less the same changes were applied for the Answer arcs - see https://github.com/07th-mod/umineko-question/issues/83 for details. 460 changed lines, most of them also the `#FF0000` to `#FF0001` thing.

The Save thumnails were fixed also, but I think Fort already fixed them in our version of the script.

Curiously they had to change this to fix the save GUI (I believe I told fort to fix this by moving these commands higher up in the script)

```
numalias Page1,%0 : inc %0
numalias Page2,%0 : inc %0
numalias Page3,%0 : inc %0
numalias Page4,%0 : inc %0
numalias Page5,%0 : inc %0

numalias save,%0 : inc %0
```

was changed to

```
numalias Page1,516 : inc %0
numalias Page2,517 : inc %0
numalias Page3,518 : inc %0
numalias Page4,519 : inc %0
numalias Page5,520 : inc %0

numalias save,521 : inc %0
```

Attached are the old and new script

[0_chiru_comparison.zip](https://github.com/07th-mod/umineko-answer/files/1733109/0_chiru_comparison.zip)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Rivedere il file zip allegato per vedere le modifiche allo script. I compiti principali sono aggiornare i codici colore da #FF0000 a #FF0001 e regolare le definizioni di numalias per la GUI di salvataggio. Iniziare esaminando la struttura dello script e individuare le sezioni pertinenti. Testare le modifiche nell'ambiente di gioco per garantire la compatibilità.

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

Valutazione

Stack tecnologico
python
Ambito
game-dev
Tipo di issue
Refactoring
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
45/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.