4.20 star(s) 67 Votes

EchoFoxtrot

"Wholesome Violence or Violently Wholesome"
Donor
Game Developer
Sep 5, 2018
853
1,801
348
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.


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") ])
The variable for Daria on line 45 was overwritten with the variable for Darek on line 92 of script.rpy.
Thanks yeah I'm aware of it and I'll make a hotfix for it.

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.
 

Naps-On-Dirt

Active Member
Dec 7, 2023
513
575
199
Enjoyed this update and looking forward to more Amira in the future. <3

Yeah, a little typo update after a release, or at least updating the master files so the next new release is corrected, is a good idea. I was gonna try a game I had just heard of but had more than a dozen releases already, but trying to get through the first chapter that was so riddled with errors was so annoying that I didn't bother continuing. Real bad impression for a long game to never have been spellchecked and edited.
 
  • Like
Reactions: EchoFoxtrot

5mithers

Member
Aug 3, 2019
407
436
206
Thanks yeah I'm aware of it and I'll make a hotfix for it.

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.
Yeah. Honestly it's a pretty big problem with episodic content. There is very little if any upside to going back and fixing earlier issues. Your paying patrons generally only care about new content, not about refining and fixing old content.
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,751
3,261
468
The Dev posted that link/file so I'm 100% certain that you got a false positive there. No virus.
 

EchoFoxtrot

"Wholesome Violence or Violently Wholesome"
Donor
Game Developer
Sep 5, 2018
853
1,801
348
What variable should "Darek Wincenty" be instead of "dw"?
Darek and the abused wife earlier Daria share speaker code, I have renamed Darek from dw to dew, he only has 2 or 3 lines
 
4.20 star(s) 67 Votes