first off, the PC doesn't have a password as far as I know, you can just mess with it. The door has a password, but that one Alex told you before you entered. It was 65 76 69 88 which, as the hint suggests, is ALEX in ascii code.
I'm not an IT guy so don't quote me on this but in this context it's basically how a computer "writes" on the screen: every character you can type has number assigned to it A is 65, L is 76 and so on.
Well, to quote one of our team member, "The road of righteousness is a slippery slope. While at present it may not seem like it, your choices do influence the Hero or Villain path. More overt choices will be available in the coming months. As the project is in its infancy, we are giving leniency for players if they've accidentally stumbled upon those choices so as not to completely punish them outright."
I got an error message when the second day with alex ended.
``` I'm sorry, but an uncaught exception occurred.
While running game code: ScriptError: could not find label 'end_of_day'.
-- Full Traceback ------------------------------------------------------------
Full traceback: File "Day 02 (Alex).rpyc", line 1384, in script File "renpy/ast.py", line 1702, in execute File "renpy/script.py", line 900, in lookup ScriptError: could not find label 'end_of_day'.
We will add them gradually. The one with the romanceable is still a quite far, but other NSFW scenes will be added as the story goes on, so stay tuned for updates, we will notify if we will add an NSFW scene.
Hello, it appears that the info page is outdated. The game content is up to date (0.08) complete with new day at Kody's workplace. Sorry for the inconvenience, we will update the info page as soon as possible.
Thank you! We'll keep doing our best for this VN, we have quite a lot of things in store for the game, hope you'll still be with us until the final update ^^
Yes, every romanceable here has some content. We're releasing each route's based on polls on Patreon and to make it fair, each romanceable will have equal update chance until they have the same "days" in game.
Android build have some problems in Koby route. After chose Koby on the second day, chose call him make the scene become frozen and chose wait made broken scene after made a save file. If chose ignore will hide the menu tab and can't made any save, load or setting. Hope it you can fix it. Thank. ( Hope I don't write any wrong)
Good day Azuna, thank you for notifying us. We ran the game on our own personal device before and we didn't encounter any bug or error. Do you have any screenshot or copy of the error scene? It would help us pinpoint the bug right away. Thank you.
the first picture after chose ignore in the error sense. And the frozen scene just made game frozen and can't do anything else. Also reset game to menu scene.
Hello Azuna, thank your for your info. We manage to pinpoint the error and fix it. We will role the fix with Alex's update this month. However, we can't find any reason that cause the game to froze. We tested the fixed game and we didn't encounter anything. It might have been caused by external cause, but we will notify if we found something that we miss. Thank you and sorry for the inconvenience.
So... I'm a bit confused by the fact that this only today showed up as not being up-to-date for me even though it's been being updated every 30 days? I last played six months ago and no updates have been showing up until now.
I consult my team and it seems like it's quite common for the client to do something like this. I suggest you manually look for updates on the itch.io page or follow our Twitter for update news.
Great VN and I want to thank Platier for the Android built. I love Ray and I can't wait for future builds. Is the VN going to have more music and sound effects in a future update? Is there also going to be NSFW scenes? Keep up the good work, Platier. :)
So I was going through day 3, right? I decided I was gonna get started on Kody's route this time around. I like to save my games at choices - before I choose one, that is - but whenever I try to save the game on the choice "Call Kody" or "Wait for the moment", I get an error. And it's only an error on that specific screen; the screens immediately before the choice and immediately after either one save perfectly fine. I don't know if this is a known issue or not but I figured I'd mention it. The full exception message is as follows:
I'm sorry, but an uncaught exception occurred.
While running game code: File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) PicklingError: Can't pickle <class 'store.Call'>: it's not the same object as store.Call
-- Full Traceback ------------------------------------------------------------
Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\ast.py", line 881, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\core.py", line 3477, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\behavior.py", line 910, in event return handle_click(self.clicked) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\behavior.py", line 845, in handle_click rv = run(action) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\behavior.py", line 308, in run new_rv = run(i, *args, **kwargs) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\display\behavior.py", line 315, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\loadsave.py", line 404, in save dump((roots, renpy.game.log), logf) File "C:\Users\RDM24\Desktop\Patreon Games\Zip Files\Hero's_Advent_Public-0.06-pc\Hero's_Advent_Public-0.06-pc\renpy\loadsave.py", line 48, in dump cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL) PicklingError: Can't pickle <class 'store.Call'>: it's not the same object as store.Call
Windows-8-6.2.9200 Ren'Py 7.1.3.1092 0.06 Thu Nov 12 17:23:25 2020
Hello! Thank you for your input. We've notice this bug on last month update too and we fixed it. Our team now are trying to solve the problem. It will be rolled out in the next Public Update. For now, try saving several steps before the options. Thank you!
← Return to game
Comments
Log in with itch.io to leave a comment.
What's the password to the computer I tried alex and even capitalizing his name but nothing worked?
first off, the PC doesn't have a password as far as I know, you can just mess with it. The door has a password, but that one Alex told you before you entered. It was 65 76 69 88 which, as the hint suggests, is ALEX in ascii code.
ascii code? What's that?
I'm not an IT guy so don't quote me on this but in this context it's basically how a computer "writes" on the screen: every character you can type has number assigned to it A is 65, L is 76 and so on.
oh, thats pretty neat!
I know the VN is still early but will there still be choices on leading Dave to be a hero or a villain?
Well, to quote one of our team member, "The road of righteousness is a slippery slope. While at present it may not seem like it, your choices do influence the Hero or Villain path. More overt choices will be available in the coming months. As the project is in its infancy, we are giving leniency for players if they've accidentally stumbled upon those choices so as not to completely punish them outright."
I got an error message when the second day with alex ended.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'end_of_day'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day 02 (Alex).rpyc", line 1384, in script
File "renpy/ast.py", line 1702, in execute
File "renpy/script.py", line 900, in lookup
ScriptError: could not find label 'end_of_day'.
```
Thank you for your notification, our team will try to resolve the issue as soon as possible. Sorry for the inconvenience.
had the same but for me the line numbers were different.
"Day 02 (Alex).rypc", line 1616, in script
"\ast.py", line 1633, in execute
"\script.", line 875 in lookup
i dont know much about scripting, just figured the line numbers could help finding the problem.i hope.
I'm having a same error as well.
Does the tiger have a route? Or is he a side character | filler character?
No, but he'll have quite an impact on Max's route later in the route.
I still am only receiving the 0.07 update when the 0.08 is out. Please fix this.
When do you plan on adding the sex scenes?
We will add them gradually. The one with the romanceable is still a quite far, but other NSFW scenes will be added as the story goes on, so stay tuned for updates, we will notify if we will add an NSFW scene.
What is password from the computer from Alex's Lab?
Is Kody a romance interest? Is he romanceable?
I haven't played tha game yet but I' very excited.
Really love it can't wait for more
And i already delete the previous version of the app but it is still the same
Hello, it appears that the info page is outdated. The game content is up to date (0.08) complete with new day at Kody's workplace. Sorry for the inconvenience, we will update the info page as soon as possible.
It's okay bro really like the game by the way continue like this you'll become a great FVN Developer
Thank you! We'll keep doing our best for this VN, we have quite a lot of things in store for the game, hope you'll still be with us until the final update ^^
How come it says 0.08 on download link but when you verify it is still 0.07 ?
Im so in love with Rai
I went on Alex's route in version .09 and I didn't see the scan results.
Hello, the scan results will be elaborated by Alex.
Who's the hunky dragon? Is he romanceable? Reminds me slightly of Delga.
Hello, yes he's one of four main romanceable in the game.
What's his name?
His friend calls him Rai, but his name is Raymond. The main character calls him Ray.
Oh, okay, thanks. Does he has some content released? Meaning can I start to play his route?
Yes, every romanceable here has some content. We're releasing each route's based on polls on Patreon and to make it fair, each romanceable will have equal update chance until they have the same "days" in game.
Please tell me at what time the 0.08 will approximatively be realeased
Random question: cats or dogs or beastmen?
When will 0.08 version be public for non patreon
Hello, it will be updated today, 30th of December, so stay tuned~
Random question: Coffee or Tea?
Both!
What date is the next update?
Hello, the next update will be at 28th of December. We will announce if there's gonna be a delay, so stay tuned! Follow our twitter for announcements.
Me encanta mucho este juego y espero una nueva actualización
in Android;?
There's a next update?
Found Ray's name which is spelled "Rai" instead of "Ray". Not sure if this is an error or not.
I think it's just his nickname, because I read that the mc says "why dothey keep saying his name like that" or something along the lines of that.
What is th mc's age I can't really tell?
I haven't played the game yet but how many love interests are in this?
Hello Secretpuppy, thanks for showing interest in our game! We currently have 4 love interests to choose from.
Android build have some problems in Koby route. After chose Koby on the second day, chose call him make the scene become frozen and chose wait made broken scene after made a save file. If chose ignore will hide the menu tab and can't made any save, load or setting. Hope it you can fix it. Thank. ( Hope I don't write any wrong)
Good day Azuna, thank you for notifying us. We ran the game on our own personal device before and we didn't encounter any bug or error. Do you have any screenshot or copy of the error scene? It would help us pinpoint the bug right away. Thank you.
the first picture after chose ignore in the error sense. And the frozen scene just made game frozen and can't do anything else. Also reset game to menu scene.
Hello Azuna, thank your for your info. We manage to pinpoint the error and fix it. We will role the fix with Alex's update this month. However, we can't find any reason that cause the game to froze. We tested the fixed game and we didn't encounter anything. It might have been caused by external cause, but we will notify if we found something that we miss. Thank you and sorry for the inconvenience.
There has a minor error that the Clerk say "Here you go, Mr. Rai." twice
Hello 犬良人, thank you for your input. We will look into the problem and fix it for future updates!
So... I'm a bit confused by the fact that this only today showed up as not being up-to-date for me even though it's been being updated every 30 days? I last played six months ago and no updates have been showing up until now.
Hello MarloweC, we're sorry but can you elaborate what happened? Did you use itch.io Launcher or any other 3rd parties program?
I am using the itch.io client. It's supposed to tell me when there's an update. I'm not sure why it wasn't telling me...
I consult my team and it seems like it's quite common for the client to do something like this. I suggest you manually look for updates on the itch.io page or follow our Twitter for update news.
Great VN and I want to thank Platier for the Android built. I love Ray and I can't wait for future builds. Is the VN going to have more music and sound effects in a future update? Is there also going to be NSFW scenes? Keep up the good work, Platier. :)
Hello Augmentedraptor, yes we're going to add more assets as time goes on. Thank you for your support and stay tuned for future updates ^^
YAAAAY!!! Android build! Thank you!!!!! I'm gonna download it and play it right now :3
yay it out
so the update is every 30 days?
Hello, yes the update is every 30 days. It could be faster or postponed, but we will announce if such things happens.
okie dokie
So I was going through day 3, right? I decided I was gonna get started on Kody's route this time around. I like to save my games at choices - before I choose one, that is - but whenever I try to save the game on the choice "Call Kody" or "Wait for the moment", I get an error. And it's only an error on that specific screen; the screens immediately before the choice and immediately after either one save perfectly fine. I don't know if this is a known issue or not but I figured I'd mention it. The full exception message is as follows:
I'm sorry, but an uncaught exception occurred.
-- Full Traceback ------------------------------------------------------------
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
0.06
Thu Nov 12 17:23:25 2020
Hope this helps!
Hello! Thank you for your input. We've notice this bug on last month update too and we fixed it. Our team now are trying to solve the problem. It will be rolled out in the next Public Update. For now, try saving several steps before the options. Thank you!
such a wonderful sweet story. Thank you
The game doesnt want to dowload????