Etherial

Newbie
Game Developer
Jun 20, 2018
42
62
Does anyone happen to know what the devs use to make the images for this game? I've notices its the same models as Glassex and a few others, I've just been curious for awhile now what it is that they use.
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,471
2,220
BloodyFace Don´t know if it was mentioned here or on the discord somewhere, but (in my game) there is still the bug in Lauras story that the event at 9AM is not possible to see, as her appartment is blocked (stating blocked till 8PM) so there is no way to achieve it (was in the upade 0.10.9) other than that, i love the evolving stories of the side characters and enjoyed the 0.10.11 Update very much as Jane is my favourite side character. Thanks for all the great work JD-NaughtyAtticGaming
Good morning! Thank you for the report.
Unfortunately, I'm not able to replicate that issue, since Laura's Level 5 9AM event works as intended on my end.
It's weird that it broke in 0.10.9 for you, because that was an update including Suzie. <.<
(also tested her events, just in case, and found nothing wrong)
Does anyone happen to know what the devs use to make the images for this game? I've notices its the same models as Glassex and a few others, I've just been curious for awhile now what it is that they use.
Good morning! It's Honey Select 1 ;)
 

Suspicius III

New Member
Jan 31, 2023
5
1
I don't think that's possible due to them being video files.
I'll ask JD about it, but no promises, tho. ;)
ohh i "know" how it could work, maybe jot skipp vid by one click but push 25% of it with a click or jump 2 5 or whatever secounds... would it work? ;p and the magic word ;p PLEASE?
 

Jaxom3003

Newbie
Feb 5, 2021
25
14
Okay, so far so much content. Like most on here, I appreciate the game, and that it is being updated for free. Yes, the game is large, and yes the game has some repetition, but that is the nature of the beast.

I did come across a very odd glitch. When updating to the latest patch, the last line of diary entries for Suzie disappear. I open the saved game, they are there and when I go to read them they are gone. And the top center name changes to Sidney.

Just an FYI.
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,471
2,220
Okay, so far so much content. Like most on here, I appreciate the game, and that it is being updated for free. Yes, the game is large, and yes the game has some repetition, but that is the nature of the beast.

I did come across a very odd glitch. When updating to the latest patch, the last line of diary entries for Suzie disappear. I open the saved game, they are there and when I go to read them they are gone. And the top center name changes to Sidney.

Just an FYI.
It just works.™
Kiddin' :D

We are aware of it, but I think it somehow slipped through.
In the meantime, you can click on either Sarah or Shannon to bring back Suzie's diary.
Thank you for the reminder. :)
 

gam2000

Well-Known Member
Apr 12, 2021
1,229
1,065
I'm just wondering if the MC will get a shot at Nurse Calia, since she was so interested in watching them.
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,471
2,220
Sneak-Peek #3 for update 0.10.12
You don't have permission to view the spoiler content. Log in or register now.
Roadmap for update 0.10.12
You don't have permission to view the spoiler content. Log in or register now.
Progress Report: Week 41
on

Discord!

:) Feel free to join! :)


Build 0.10.11 has been released: Tier1 / Public

Release Dates 0.10.12 (In development):

Tier 3 Patrons /
October 31 (official)

Tier 2 - November 7 | Tier 1 / Public - November 14
 

K.T.L.

Keeping Families Together
Donor
Mar 5, 2019
653
1,277
I'm just wondering if the MC will get a shot at Nurse Calia, since she was so interested in watching them.
I dunno though. Have you seen the state of her lips? Looks like she has poisonous lipstick on them!
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,471
2,220
ohh i "know" how it could work, maybe jot skipp vid by one click but push 25% of it with a click or jump 2 5 or whatever secounds... would it work? ;p and the magic word ;p PLEASE?
Sooo... I talked with JD about it.

It's not something that will be implemented.
Due to the files being videos, it's not really possible to skip from one scene to another with a click.
That would require splitting those video files in multiple parts.
 
Last edited:

Suspicius III

New Member
Jan 31, 2023
5
1
Sooo... I talked with JD about it.

It's not something that will be implemented.
Due to the files being videos, it's not really possible to skip from one scene to another with a click.
That would require splitting those video files in multiple parts.
ahh such a shame... maybe at some point in future creators or REN'Py engine will expand it to be able viewing videos with side bar or at least with possibility for game creators to jump to points of specific time in videos... ... ...for future games... anyway thanks
 

hydra_rush

Newbie
Nov 16, 2019
25
19
Running into a bit of a problem when trying to level up, told to be in room Saturday morning, sorry if there is already a solution and I missed it somewhere. I did a clean download of HQ version prior to encountering this error.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Overview/Overview.rpy", line 6, in script
$ renpy.pause(hard=True)
ScriptError: could not find label 'LoungeLvlup9'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 652, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 908, in run_context
context.run()
File "game/Overview/Overview.rpy", line 6, in script
$ renpy.pause(hard=True)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'LoungeLvlup9'.
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,471
2,220
Running into a bit of a problem when trying to level up, told to be in room Saturday morning, sorry if there is already a solution and I missed it somewhere. I did a clean download of HQ version prior to encountering this error.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Overview/Overview.rpy", line 6, in script
$ renpy.pause(hard=True)
ScriptError: could not find label 'LoungeLvlup9'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 652, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 908, in run_context
context.run()
File "game/Overview/Overview.rpy", line 6, in script
$ renpy.pause(hard=True)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'LoungeLvlup9'.
Edit:

I did test everything related to that level up, but I cannot replicate the error.
(tested in build 0.10.11)

What build do you have, exactly?
I think I remember an error like that, and that we perhaps published a fix, but I cannot remember what build it was. <.<
 
Last edited:

hydra_rush

Newbie
Nov 16, 2019
25
19
Edit:

I did test everything related to that level up, but I cannot replicate the error.
(tested in build 0.10.11)

What build do you have, exactly?
I think I remember an error like that, and that we perhaps published a fix, but I cannot remember what build it was. <.<
Sweet Affection 0.10.11

Attached save file in hopes it helps.
 
  • Like
Reactions: BloodyFace
3.10 star(s) 111 Votes