Wow, this kind of set-your-relationships without defaults AND without seeing who are Ashley, Velvet or Scarlett is very frustrating. I noticed the dev is trying to get this approved in Steam. If I had bought this VN in Steam (just this week spent 30ish euros in VNs in Steam) and got this bad start, I'd reimburse it immediately even though reimbursing is poison for small developers.
"This is Landon. You can change his name now." Enter. "His name is now ."

No, it doesn't work like this.
Having the default value represented to the player is very easy (line 1). The second line uses "Landon" if the player hits Enter, but there are no hints given to the player:
Python:
$ landon_name = renpy.input("You can change his name now.", default="Landon")
$ landon_name = renpy.input("You can change his name now.") or "Landon"
I would have introduced everyone first and told a bit background information about each character (age at least) before asking the player to define relationships between each pair. In current form the relationship bingo is frustrating.
Also, config.name in options should be addressed. The build.name is as it should be, but config.name sets the window title as "dark_elegance" that isn't "We Are Lost", a human-readable name for this game/VN like the comment says above in the file.
See you in a year... I hope the dev all the best.