3.40 star(s) 31 Votes
Feb 5, 2020
496
2,028
LazingInTheHaze This is too good to let disappear in the adult game jungle. Sort out the bugs, clean the script for grammatical mistakes and errors and post it on itch.io and Steam. I mean seriously, for Hotwife lovers, what's there not to like? A beautiful hotwife, a business world thriller, lots of action (and lots of kinks) and a multitude of endings. Good work Dev!
 

Variq

Newbie
Jul 26, 2020
29
11
Hi, trying the game out, it seems ok, but I found it will not save. Auto Saves, Quick Saves and normal saves, none of them work. Sorry if it's already been shared, and all the best.
 

Variq

Newbie
Jul 26, 2020
29
11
Hi, trying the game out, it seems ok, but I found it will not save. Auto Saves, Quick Saves and normal saves, none of them work. Sorry if it's already been shared, and all the best.
It's the Renpy version I've been trying out.
 

cold_arctus

Devoted Member
Sep 25, 2018
8,945
10,823
Hi, trying the game out, it seems ok, but I found it will not save. Auto Saves, Quick Saves and normal saves, none of them work. Sorry if it's already been shared, and all the best.
Save and load system works totally fine on my Linux system. Extract a fresh copy of the game right to your desktop and try to save again.
 

bamachine

Well-Known Member
Nov 17, 2020
1,345
1,817
Just started this but it looks good but really needs a rewrite by someone with English as their first language.
 

LazingInTheHaze

Member
Game Developer
Jun 22, 2017
386
1,288
LazingInTheHaze This is too good to let disappear in the adult game jungle. Sort out the bugs, clean the script for grammatical mistakes and errors and post it on itch.io and Steam. I mean seriously, for Hotwife lovers, what's there not to like? A beautiful hotwife, a business world thriller, lots of action (and lots of kinks) and a multitude of endings. Good work Dev!
Thanks very much mate for your encouraging words. I'll take a shot to itch.io and Steam.
 

Variq

Newbie
Jul 26, 2020
29
11
Save and load system works totally fine on my Linux system. Extract a fresh copy of the game right to your desktop and try to save again.
Thanks for the tip... however after deleting the game, redownloading etc, saves still don't work, so I may try the other version... but the renpy version can't be saved for me (I've played and play a number of other renpy games and never had an issue with saving)
 

Variq

Newbie
Jul 26, 2020
29
11
Thanks for the tip... however after deleting the game, redownloading etc, saves still don't work, so I may try the other version... but the renpy version can't be saved for me (I've played and play a number of other renpy games and never had an issue with saving)
I don't have Linux though, I use windows. But all good,
 

cold_arctus

Devoted Member
Sep 25, 2018
8,945
10,823
Thanks for the tip... however after deleting the game, redownloading etc, saves still don't work, so I may try the other version... but the renpy version can't be saved for me (I've played and play a number of other renpy games and never had an issue with saving)
hi, how did you solve the saving problem?
Download RenPy SDK and try to recompile the game.
 

LazingInTheHaze

Member
Game Developer
Jun 22, 2017
386
1,288
About the saving problem....
I used the standard base Ren'py functionality for saving and loading. So I don't understand why there are so many problems.
I set:
define config.save_directory = None
as stated in Ren'py documentation:
"Setting this to None creates a "saves" directory underneath the game directory."
 

Jungles70

Engaged Member
Mar 20, 2021
2,329
21,440
About the saving problem....
I used the standard base Ren'py functionality for saving and loading. So I don't understand why there are so many problems.
I set:
define config.save_directory = None
as stated in Ren'py documentation:
"Setting this to None creates a "saves" directory underneath the game directory."
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 382, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/core.py", line 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
rv = super(Window, self).event(ev, x, y, st)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
rv = super(Window, self).event(ev, x, y, st)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 382, in __call__
renpy.save(fn, extra_info=save_name)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/loadsave.py", line 435, in save
location.save(slotname, sr)
File "/private/var/folders/wz/7h7630ns3bbgdx0mv0xdpwqw0000gn/T/AppTranslocation/3C996DD6-1DAB-4926-9B5B-6C9C8FCF0BCC/d/HM 2.app/Contents/Resources/autorun/renpy/savelocation.py", line 435, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Darwin-21.3.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
Happy Marriage 1.0
Wed Mar 16 10:30:30 2022
 

Roko666

New Member
Mar 10, 2020
5
0
Can somebody tell me how to achieve full lesbian threesome scene with Claire and Julia after the gum in chapter 4. By the way I am playing RenPy version,can somebody tell me if all scenes in Unity version are available and full in the RenPy version. Thank you in advance.
 
3.40 star(s) 31 Votes