Okay, I did not expect to go from ‘hit by a truck’ straight into ‘dating a literal homicidal scorpion girl,’ but here we are 
for fp in ./game/chapters/*.rpy; do echo $fp; sed -ri 's/\{w=([\d]*)(\.{0,1}\d{0})?\}//g' "$fp"; done
Thank you for this, and thank you double for including the code snippet. I will try and find a way to program this as an option into my next game.What a weirdly adorable game.
Also minor nit but I found the text delays a little annoying, even with max text speed. Only workaround I could find was decompiling the rpyc files under /game/chapters and replacing {w=12345} with {w=0}
If anyone has a better way of patching the script text (especially rpyc's and at runtime), please let me know.Code:for fp in ./game/chapters/*.rpy; do echo $fp; sed -ri 's/\{w=([\d]*)(\.{0,1}\d{0})?\}//g' "$fp"; done
Are you planning to release an Android version of this game??Thank you all for the positive comments and constructive critique.
I was unsure of how Scorpion Hill would be received, because of its contentious nature. I am glad to see it resonated with some people.
I will continue to work on art assets and try to improve on that front. I know a lot of the assets weren't up to snuff, I have an issue with consistency and taking my time to solidify the side assets. I will endeavor to take the time to make the assets more high quality and consistent.
My next visual novel will be another single girl romcom in the same vein. This one will have much more choice structures and will be marginally less toxic and violent. It probably won't be any less cringe, but you can't win all the battles you face.
Thank you for this, and thank you double for including the code snippet. I will try and find a way to program this as an option into my next game.