That all sounds awesome, thanks for not taking my suggestions as a negative but as constructive feedback, I really do like the game and I'm excited to see where everything goes in the futureThanks for the feedback.
We are currently focused on getting all the characters we have to the same interaction level as the Enhuman girls, after which we will introduce new characters less frequently, which will give us time to develop more individualized content. We fully intend to have unique events, like dating and location specific interactions and many of the mechanics are already in place for their implementation.
As the game develops, the voyeur scene at the beginning will make sense and its relevance to the storyline will become clear.
The next few updates will introduce a few new characters and new locations outside the city which are needed for the primary storyline, including a ship and a crashed spaceship. We are also in the process of expanding the sex event interactions, some of which were included in V0.14 (free version will be released later this month), and 'cum' scenes, which we hope to include in V0.16.
You gotta raise their liking of you, their love for you, and their lust, click on the friend list, then the character in question, and it will show you listed as "wants you [x] %". Don't know what the magic number is, or if it's different for every character, but I've had sex with characters who only wanted me (lusted after me) 32 %. And also, if you're using the universal textbox mod/y.outline.rpy, it WILL stall the animations from running. But as soon as I removed it, the animations were working just fine. Hope that helps.What's wrong with sex scenes in the game?
Pick any girl > have sex with X > choose anything > and literally nothing happens, characters just stand there having a staring contest. Is this some sorta bug or am i doing something wrong?
Finished all the events without being able to trigger a single sex scene. What an achievement
Here's a screenshot for you, but you gotta unlock all locations on the map, to be able to see them, and a lot of times the game tells you "Do this, do that", and then when all steps to unlock that location are done, a new message will tell you that so and so location has been unlocked. Hope that helps.where is the marina ??? supposed to meet ruby at the marina but cant find it
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/CellController.rpy", line 125, in <module>
Exception: DynamicImage u'[xx6.filepath]/Body/[xx6.DefName]-[xx6.Age][xx6.Pose]-[xx6.Stage][xx6.Kit].webp': could not find image. (u'images/Composites/W/Wanda/Body/Wanda-10Def-School.webp')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 47, in script call
File "scripts/CellController.rpyc", line 125, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/CellController.rpy", line 125, in <module>
File "renpy/exports.py", line 937, in input
rv = renpy.ui.interact(mouse='prompt', type="input", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 569, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/image.py", line 751, in per_interact
self.find_target()
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage u'[xx6.filepath]/Body/[xx6.DefName]-[xx6.Age][xx6.Pose]-[xx6.Stage][xx6.Kit].webp': could not find image. (u'images/Composites/W/Wanda/Body/Wanda-10Def-School.webp')
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
The Hard Way Free 0.14.2Free
Mon Jun 27 16:03:10 2022
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
Exception: DynamicImage u'[xxPose0.imageSet]0-3.webp': could not find image. (u'images/Composites/D/Debbie/SetPose/HugKiss/Hug-debW02-bruC4_0-3.webp')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 42, in script call
File "scripts/EventController.rpyc", line 290, in script call
File "events/MenuEvents/SexEvent.rpyc", line 125, in script call
File "events/MenuEvents/SexEvent.rpyc", line 200, in script call
File "scripts/AnimController.rpyc", line 107, in script
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/display/image.py", line 743, in visit
self.find_target()
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage u'[xxPose0.imageSet]0-3.webp': could not find image. (u'images/Composites/D/Debbie/SetPose/HugKiss/Hug-debW02-bruC4_0-3.webp')
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
The Hard Way Free 0.14.2Free
Mon Jun 27 13:46:19 2022
Well, there's a few steps before that option shows up. You gotta have Bovin City Great Hall entrance unlocked, done the whole prep work for getting the boat, and talked to Carrie and Hester a couple of times, about the plague with H, and about the hidden cam feed from the mayor with H. And talked to Shelly about where she does her farming. But seriously, you guys gotta start using the 'get help' button on the phone in the game, lol. It basically gives you clues to everything you need to do in the game. And also follow up on any messages you get on the phone as well. But you gotta be at the tavern between 5 and 7 PM. Hope that helps.cant advance the story stuck on find odette cant find her any where
The Lab is in your house (hatch in the Study).Sorry for need advice were the lab on mission check lab on 1 pm to 8pm cos highschool close at 4pm