- Jul 10, 2017
- 21,615
- 26,637
The link should beFor some reason the walkthrough mod link in OP doesn't point to this post I had to look for it .-. oh well going to try the game now that I have found it.
Ey will there be content with the aunt in future updates?^This just makes it funnier imo lmao
While running game code:
File "game/dayThree.rpy", line 1356, in script
python:
File "game/dayThree.rpy", line 1357, in <module>
if firstname.lower() != username.lower():
AttributeError: 'NoneType' object has no attribute 'lower'
Vertices-0.1.7_Pre-release-pc/game $ find . -name "*.rpy" -exec grep -iH "username" {} \;
./dayThree.rpy: if firstname.lower() != username.lower():
./dayThree.rpy: lis ("Who the fuck is [username]?")
./script.rpy: username = os.getenv('username')
./options.rpy:## The username and project name associated with an itch.io project, separated
username = os.getenv('username')
if username == None:
username = os.getenv('USER')