Hi there,
I've noticed a few bugs with v1.0 of Episode 1 that I wanted to make you aware of.
The first is that when visiting Katie in the bathroom on Sunday afternoons, it doesn't use up a timeslot.
The Second is that when accompanying Amy to the Club for the second time, it only uses the afternoon timeslot, leaving the evening still available.
The third is a full blown crash when attempting to view the replay of returning to the Library with Claire when meeting the two police officers for the first time. I've included the traceback below.
While running game code:
File "game/houseroom_labels.rpy", line 109, in script call
call sleep_loop from _call_sleep_loop
File "game/pc.rpy", line 2007, in script
call screen claire_statsscr()
ScriptError: could not find label 'claire_movie_replay'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Program Files (x86)\PTGames\Lunar's Chosen - Episode 1\LunarsChosen-1.0-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "C:\Program Files (x86)\PTGames\Lunar's Chosen - Episode 1\LunarsChosen-1.0-pc\renpy\main.py", line 670, in main
run(restart)
File "C:\Program Files (x86)\PTGames\Lunar's Chosen - Episode 1\LunarsChosen-1.0-pc\renpy\main.py", line 144, in run
renpy.execution.run_context(True)
File "C:\Program Files (x86)\PTGames\Lunar's Chosen - Episode 1\LunarsChosen-1.0-pc\renpy\execution.py", line 955, in run_context
context.run()
File "game/houseroom_labels.rpy", line 109, in script call
call sleep_loop from _call_sleep_loop
File "game/pc.rpy", line 2007, in script
call screen claire_statsscr()
File "C:\Program Files (x86)\PTGames\Lunar's Chosen - Episode 1\LunarsChosen-1.0-pc\renpy\script.py", line 1013, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'claire_movie_replay'.
I hope these observations help, and thanks for creating a very enjoyable story.