- Sep 5, 2018
- 853
- 1,801
- 348
Thanks yeah I'm aware of it and I'll make a hotfix for it.Playing through the game for the first time ever. Lots of typos early on, misspelled/misused words.
So far the most egregious thing though is an entire conversation with Daria where her title is "Darek Wincenty".
View attachment 4088438
EchoFoxtrot
Looking at script.rpy, you can see where the error lies.
The variable for Daria on line 45 was overwritten with the variable for Darek on line 92 of script.rpy.Code:LittleRegina-2.12-pc/game$ cat script.rpy | grep dw | head -n 2 define dw = Character(_("Daria"), color="#008B8B", who_outlines=[ (1, "#000000") ], what_outlines=[ (1, "#000000") ]) define dw = Character(_("Darek Wincenty"), color="#5f9ea0", who_outlines=[ (1, "#000000") ], what_outlines=[ (1, "#000000") ])
I guess it's time to go back and spell check on the early updates. Once I release an update I move on and start on the next.