R2k22

Member
Jan 15, 2018
125
86
It was quite quick sesions, but very entertainming. All animations are very good. To say more, renders are almost perect;) I like where the story goes and already have my own favorite characters:) I hope, that development goes smooth:) All the best:)
 

CQPCon

Newbie
Dec 27, 2017
59
28
For some reason, I can't seem to save in this game. I keep trying to bring up the save function, but it keeps saying that some exception has occured.
 

.N9

A beautiful mess
GFX Designer
Donor
Jul 31, 2020
136
4,852
FAN SIGNATURES ~

Lily-FW.png Sue-FW.png Julia-FW.png
Code:
https://attachments.f95zone.to/2021/06/1257467_Lily-FW.png
https://attachments.f95zone.to/2021/06/1257466_Sue-FW.png
https://attachments.f95zone.to/2021/06/1257468_Julia-FW.png
 

mirceadimi

New Member
May 2, 2021
3
3
Congrats Oppai-Man! You deserve it. I don't know how you had the bal*s to start from scratch with really good renders. You`ve made a bet and you won. Keep up the good work!
 
  • Like
Reactions: OppaiMan.com

HuBytes

Newbie
Dec 9, 2020
62
28
MxR made me interested in the game, it was amazing and all the renders to me(IMO) were life like and it was magnificently created
 

Reniere

Well-Known Member
Aug 5, 2019
1,042
1,865
Nice! Can't wait for more adventures of the baby weener.

This video will definitely bait attract more players and hopefully, by and by, speed up your creation process.

Just curious if you politely asked them to promote this for you or if it occurred naturally...?
This is also why i am here lol, I just saw this video so ima try it out and see.
 

seekin4porn

Member
Feb 28, 2020
458
547
MxR Plays is playing FreshWomen! It's a 30 minutes video of pure awesomeness!

I came here just to gush about this :ROFLMAO: it's always funny to see them fooling around with adult games. In fact, they were responsible to get me into AVNs :p it's a shame they don't do this more often, but I think the psychological toll on Jeannie would be too much :LUL:
 

MustFap9000

Member
May 14, 2018
152
193
Nice! Can't wait for more adventures of the baby weener.

This video will definitely bait attract more players and hopefully, by and by, speed up your creation process.

Just curious if you politely asked them to promote this for you or if it occurred naturally...?
Should we CREWSADE to make this game better known? fyi. i'm a nobody so i'm already useless on that front...
 
  • Thinking Face
Reactions: Space Cat

Space Cat

Member
May 9, 2020
131
271
Should we CREWSADE to make this game better known? fyi. i'm a nobody so i'm already useless on that front...
Usually when someone says that they come with a plan to promote the game lol !

And yeah I once made a Fresh Women fan music video and it got like 300+ views on YT. Other than that, I don't really know how I or we could make it more relevant.

I guess if enough people keep giving their honest feedback and rating, it will eventually get the attention it deserves.

That said, once it gets a bit more content, more meat, things will run smoother for Oppai-man since some players don't pay that much attention to short games.

Anyway, I'm here if Oppai-man needs proofreading, testing or something ---- SpaceCat#0151
 

Boehmi

Member
Dec 11, 2017
154
165
I've made a mod for this game

Update: Fixed Lily scene not ending when replaying from gallery, Added Alyssa rewards to the gallery (Need to be unlocked with "Unlock All " button)

Features:
  • Highlighted text green that gives points/leads to scenes
  • Added "Unlock all" button to the gallery
  • Added A scene gallery to the quick menu
Installation:
  1. Run unren option 1) Extract Rpa packages
  2. Merge the "game" folder from the mod with the one from the "Fresh women" folder

Download: MEGA

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 715, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 729, in execute
    use game_menu(title):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 574, in execute
    use navigation
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 50, in execute
    vbox:
  File "game/1mod.rpy", line 58, in execute
    if main_menu:
  File "game/1mod.rpy", line 67, in execute
    if beta_testing:
  File "game/1mod.rpy", line 67, in <module>
    if beta_testing:
NameError: name 'beta_testing' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  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 "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3512, 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/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 715, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 729, in execute
    use game_menu(title):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 574, in execute
    use navigation
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 50, in execute
    vbox:
  File "game/1mod.rpy", line 58, in execute
    if main_menu:
  File "game/1mod.rpy", line 67, in execute
    if beta_testing:
  File "game/1mod.rpy", line 67, in <module>
    if beta_testing:
NameError: name 'beta_testing' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
FreshWomen 0.1.4
Sat Jun 12 11:58:50 2021
As soon as i use your Mod the Menu is Broken. Cant save and cant load. Even pressing Esc get me this Error
 

hitkill1

New Member
Jun 3, 2017
8
28
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 715, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 729, in execute
    use game_menu(title):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 574, in execute
    use navigation
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 50, in execute
    vbox:
  File "game/1mod.rpy", line 58, in execute
    if main_menu:
  File "game/1mod.rpy", line 67, in execute
    if beta_testing:
  File "game/1mod.rpy", line 67, in <module>
    if beta_testing:
NameError: name 'beta_testing' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  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 "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3512, 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/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 711, in execute
    screen save():
  File "game/screens.rpy", line 715, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 725, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 729, in execute
    use game_menu(title):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 520, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 574, in execute
    use navigation
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 48, in execute
    screen navigation():
  File "game/1mod.rpy", line 50, in execute
    vbox:
  File "game/1mod.rpy", line 58, in execute
    if main_menu:
  File "game/1mod.rpy", line 67, in execute
    if beta_testing:
  File "game/1mod.rpy", line 67, in <module>
    if beta_testing:
NameError: name 'beta_testing' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
FreshWomen 0.1.4
Sat Jun 12 11:58:50 2021
As soon as i use your Mod the Menu is Broken. Cant save and cant load. Even pressing Esc get me this Error
Delete the following line out of 1mod.rpy

if beta_testing:
textbutton _("Send Feedback") action Function(open_url_tracked, " ","ui:quick_menu:send_feedback:clicked")

line 67 68.
Then it should work.
 
  • Like
Reactions: Boehmi
4.50 star(s) 536 Votes