It's been 2 years and there is hardly any content in this game. I mean seriously, when are you going to pick up the pace and actually add stuff instead of these micro updates?
Hy dev, what are tags & future tags? How much girls are in game & how much more should we expect? Also will there be futa girls as main & side character?
hi i have some feedback aka *( bug BOUNTY )* lol i loaded up my old saved file loaded fine went through the remeber of what happened that happened and just on the next screen for chapter 1 it crashes right out i caught the crash log see below.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
NOP, it was from the last version 0.4. i download and play each version of the V.N. from 0.1 then when i come the the end of that version i copy the save file to a external drive just for the save files then when the new one comes out i copy the old version so 0.3 to the save folder of 0.4 and the load into the latest build and carry on from where i left off !!!
hi feedback for you !!! I think i found a BUG in the V.N. and its once you onto the black and white " Chapter 1 " screen its crashes both running the EXE & SH files and i caught the crash log so it can be fixed !!!
i was so longing forward to the ch 1 but i guess i will have to wait a little longer
on the main menu i hit load from the last version then went into a brief recap of what happened so far then the black and white "chapter 1 " comes up and crashes the second you go onto the next page it happened the same on the SH & EXE !!!
That's the thing did you just went on LOAD, or did you go to START again, because if you go on LOAD the game won't work because I changed too much, Did you go on START and then pressed skip prologue?
Edit: by they way you need to go on START and then input your name and skip prologue, somebody else had the same error you did, but that error is normal since I changed too much so OLD saves are unusable
hi i have some feedback for you i noticed some spelling errores in the chapter was well as grammer errores but other that its seems well writen and nice CGI and if you are welling i could help fix that and proof read it before it goes live, and i must say i like it a lot and cant wait to see where it goes as a good V.N.
and just like that this game goes to my ignore list, thanks at least for being honest, for me swinging, sharing and ntr are a big pass even if they are avoidable.
Well technically netori yes(Susannah for example has a husband, will he ever be on the scenes, 99% chance no.), but it's not like it is a hentai and those things are made in your face and it's a tag, it isn't the main focus of it, not even a secondary focus, things will happen in the story as long as it make some kind of sense in the story and depending on the personalities of the characters, and it's the same for netorare, also scenes of sharing and swinging, where the 3 parties are involved are very unlikely, first of all, I don't really like it that much(it's not like I'm completely opposed to it, if the patreon votes for it, I'll make it happen, when it makes sense), second, my video card sucks, 3 characters in the scene is very hard to do right now it takes double the time, and I can't do close-ups because the textures are downgraded in them.
I do plan on having a "harem" path but only to the girls at home(and it is the path I'm aiming towards, if there ever is another path it will be after it).
In conclusion, it's safe to assume most tags will be hit. but the way they're presented on the story, might not be exactly the western/eastern "dictionary" description of it.
Hi,story looks interesting,what are the planned tag for future updates? and the fetishes/kinks are going to be avoidable (they don't happen according to player choice)skippable (they happen but the player doesn't see the scene) or forced by plot maybe?
← Return to game
Comments
Log in with itch.io to leave a comment.
It's been 2 years and there is hardly any content in this game. I mean seriously, when are you going to pick up the pace and actually add stuff instead of these micro updates?
Will this ever be updated like it is on Patreon?
How do I get Susannah stuck in the washing machine?
Where's the password for brianne's compute
In her drawer, left side of the chair really close to the bed.
Thank
Is the android version up to date with the windows version? Because it says version 0.4 when you download it?
how do you access Brianne's computer ?
Hy dev, what are tags & future tags? How much girls are in game & how much more should we expect? Also will there be futa girls as main & side character?
Hi im stuck in the part where i have to access Brianne´s computer, I don´t know where password is, please help me
how to play a game in the evening?
Whats the last part of the game
any femdom in this game and character name, please?
or dominating personality female character name
When Will The Next Update Puplish?
hi i have some feedback aka *( bug BOUNTY )* lol i loaded up my old saved file loaded fine went through the remeber of what happened that happened and just on the next screen for chapter 1 it crashes right out i caught the crash log see below.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/phone/phone.rpy", line 1, in execute
File "game/phone/phone.rpy", line 1, in execute
File "game/phone/phone.rpy", line 10, in execute
File "game/phone/phone.rpy", line 10, in <module>
File "game/events.rpy", line 45, in getHint
AttributeError: 'Person' object has no attribute 'objName'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpyc", line 66, in script call
File "game/mchouse.rpyc", line 56, in script
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/ast.py", line 2232, in execute
self.call("execute")
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/screen.py", line 451, in visit_all
callback(self)
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/screen.py", line 462, in per_interact
self.update()
File "/home/gatez/Desktop/Mad Adventure 0.4/renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/phone/phone.rpy", line 1, in execute
File "game/phone/phone.rpy", line 1, in execute
File "game/phone/phone.rpy", line 10, in execute
File "game/phone/phone.rpy", line 10, in <module>
File "game/events.rpy", line 45, in getHint
AttributeError: 'Person' object has no attribute 'objName'
Linux-5.15.0-69-generic-x86_64-with-glibc2.35 x86_64
Ren'Py 8.0.3.22090809
Mad Adventure 0.4
Sun Apr 16 22:01:56 2023
Sorry by old save files I meant from 0.3, from what I understood from this log, this save file is before 0.3 right?
NOP, it was from the last version 0.4. i download and play each version of the V.N. from 0.1 then when i come the the end of that version i copy the save file to a external drive just for the save files then when the new one comes out i copy the old version so 0.3 to the save folder of 0.4 and the load into the latest build and carry on from where i left off !!!
Okay
any femdom in this game and character name, please?
or dominating personality female character name
Good day
I'm Johannes and I would like to get your permission to play and record your games and post them to my channel
If you don't have any issues I just need written consent from you
Developer name
Games name
Ur link to share
And that you are fine with me recording gameplay videos and earning revenue from the views
I will of course share ur Patreon on the videos
In this game gonna be impregnation and pregnancy?
I don't know the game might hit every tag or not, depends on the patreon pools
hi feedback for you !!! I think i found a BUG in the V.N. and its once you onto the black and white " Chapter 1 " screen its crashes both running the EXE & SH files and i caught the crash log so it can be fixed !!!
i was so longing forward to the ch 1 but i guess i will have to wait a little longer
########################################################
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/events.rpy", line 60, in execute
File "game/events.rpy", line 60, in execute
File "game/events.rpy", line 63, in execute
File "game/events.rpy", line 63, in <module>
File "game/events.rpy", line 44, in getHint
AttributeError: 'Person' object has no attribute 'objName'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpyc", line 36, in script call
File "game/mchouse.rpyc", line 43, in script
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\ast.py", line 2232, in execute
self.call("execute")
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\screen.py", line 462, in per_interact
self.update()
File "Z:\home\gatez\Desktop\Mad Adventure 0.2\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/events.rpy", line 60, in execute
File "game/events.rpy", line 60, in execute
File "game/events.rpy", line 63, in execute
File "game/events.rpy", line 63, in <module>
File "game/events.rpy", line 44, in getHint
AttributeError: 'Person' object has no attribute 'objName'
Windows-10-10.0.18362 AMD64
Ren'Py 8.0.3.22090809
Mad Adventure 0.2
Fri Dec 16 18:32:18 2022
Did you start a new save as I said on the Devlog or no?
on the main menu i hit load from the last version then went into a brief recap of what happened so far then the black and white "chapter 1 " comes up and crashes the second you go onto the next page it happened the same on the SH & EXE !!!
That's the thing did you just went on LOAD, or did you go to START again, because if you go on LOAD the game won't work because I changed too much, Did you go on START and then pressed skip prologue?
Edit: by they way you need to go on START and then input your name and skip prologue, somebody else had the same error you did, but that error is normal since I changed too much so OLD saves are unusable
👍🏻👍🏻👍🏻
Did it gave any specif errors or message?
I can't really test for mac right now.
But if you send something i'll check it out
hi i have some feedback for you i noticed some spelling errores in the chapter was well as grammer errores but other that its seems well writen and nice CGI and if you are welling i could help fix that and proof read it before it goes live, and i must say i like it a lot and cant wait to see where it goes as a good V.N.
Send spelling errors on discord if you don`t mind.
Thank you.
could get me a raw copy of the script as a *.TXT file and i edit it and send it back to you i am now online added the link to discord
its done, i had a day on my own and was able to go through it in record time and uploaded it to discord !!!
Thank you.
no problem are you working on 0.2 yet ???
Any NTR/Sharing planned?
Probably, but not done to MC and if it happens it will be avoidable.
That's the best kind of NTR thanks
and just like that this game goes to my ignore list, thanks at least for being honest, for me swinging, sharing and ntr are a big pass even if they are avoidable.
So netori? No other guy is fucking the mcs girls?
Will this have a harem path?
Well technically netori yes(Susannah for example has a husband, will he ever be on the scenes, 99% chance no.), but it's not like it is a hentai and those things are made in your face and it's a tag, it isn't the main focus of it, not even a secondary focus, things will happen in the story as long as it make some kind of sense in the story and depending on the personalities of the characters, and it's the same for netorare, also scenes of sharing and swinging, where the 3 parties are involved are very unlikely, first of all, I don't really like it that much(it's not like I'm completely opposed to it, if the patreon votes for it, I'll make it happen, when it makes sense), second, my video card sucks, 3 characters in the scene is very hard to do right now it takes double the time, and I can't do close-ups because the textures are downgraded in them.
I do plan on having a "harem" path but only to the girls at home(and it is the path I'm aiming towards, if there ever is another path it will be after it).
In conclusion, it's safe to assume most tags will be hit. but the way they're presented on the story, might not be exactly the western/eastern "dictionary" description of it.
So good love curvy MILF games lots of faceable Moms and very arousing - can wait to see more WELL DONE
Hi,story looks interesting,what are the planned tag for future updates? and the fetishes/kinks are going to be avoidable (they don't happen according to player choice)skippable (they happen but the player doesn't see the scene) or forced by plot maybe?
Thanks in advance and good luck.
I don`t have planned tags, probably most tags will be covered eventually, but i want to make the most dividing tags or fetishes avoidable.
Thanks for the feedback.