Aug 24, 2017
399
515
I have a problem when I open up relationships tabs



```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Images/UI/Relationships Lenora Icon Locked Hover.png'>:
File "game/Bar.rpy", line 8965, in script
call screen apartmentMCroomscreen
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'Images/UI/Relationships Lenora Icon Locked Hover.png'.

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

Full traceback:
File "game/Bar.rpy", line 8965, in script
call screen apartmentMCroomscreen
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, 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 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3213, 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 3729, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2466, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 360, in render
return render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 791, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1190, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'Images/UI/Relationships Lenora Icon Locked Hover.png'.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Milf Pursuit v0.9.1
Thu Oct 14 17:30:20 2021
```
 

MeVirus

Newbie
Feb 2, 2021
53
38
I have a problem when I open up relationships tabs



```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Images/UI/Relationships Lenora Icon Locked Hover.png'>:
File "game/Bar.rpy", line 8965, in script
call screen apartmentMCroomscreen
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'Images/UI/Relationships Lenora Icon Locked Hover.png'.

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

Full traceback:
File "game/Bar.rpy", line 8965, in script
call screen apartmentMCroomscreen
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, 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 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3213, 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 3729, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2466, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 360, in render
return render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 791, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1190, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'Images/UI/Relationships Lenora Icon Locked Hover.png'.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Milf Pursuit v0.9.1
Thu Oct 14 17:30:20 2021
```
There should be four files of Lenora's relationships in the "game\images\UI" folder.

"Relationships Lenora Icon.png"
"Relationships Lenora Icon Hover.png"
"Relationships Lenora Icon Locked.png"
"Relationships Lenora Icon Locked Hover.png" ***

The fourth file is missing, an error occurs due to its absence. Copy the file "Relations Lenora Icon Locked.png" to the desktop (or somewhere else) and add "Hover" to its name, you should get "Relations Lenora Icon Locked.png" and move the renamed file back to the "UI" folder.
In fact this is a hint file, but if I understood everything correctly, in order for Lenora to appear in the list of relationships, you need "progress with Loris" or something like that.
 
Apr 14, 2021
58
172
Multiple problems. Lactita's sex lesson is not triggering in the evening when i've gone their multiple times literally 20 times and nothing so i can't progress with her at all, and Rowans house won't unlock so i can't visit her to make progress. Sweet
 

Turkis

Member
Jul 17, 2017
263
564
If somebody cant open patreon I gonna post what developer write down on his page


Shifting focus: Moving on from MP
Well, here we go...
tl;dr: I'm putting Milf Pursuit on hold so I can pursue other opportunities
For the past 10 months of my life, I have dedicated every second of free time I had into the development of MP. I have consistently delivered a new update every single month, without any breaks or passes in-between. Ever since opening the world of MP to the public with the launch of the demo back in January, I managed to create a game with hundreds of hand-drawn images, almost fifty unique animated sex-scenes, and over 150k+ in word-count all on my own. To say that I didn't enjoy these past few months working on this game is completely untrue - I have, for the most part, found some entertainment during the game's development.
However, it has come to a point where I have to move on. It wasn't an easy decision to make in any capacity - I had to think about this for countless days...weeks, even, weighing the good and the bad. Ultimately, I decided that the best course of action for me to take is to step away from the entire project for now. There is an extremely small possibility that I may pick the development of the game up some time in the future, if a lot of factors go my way, but for now, Milf Pursuit will be situated at the very back of my mind.
There are a lot of reasons why I'm ending the game's development, and it'd take too long for me to list them all. One of the main reasons is the lack of motivation. Simply put, the ambition and passion that I once had for this game is now completely gone. To tell the truth, the only reason I kept the development going was because of the support from fans, which I'm incredibly grateful of. Having to manage the entire game all on my own has been the most tiresome challenge that I had to endure for the past 10 months. I guess you can say that it was only a matter of time before the ball had to be dropped.
I want to give a huge shout-out to Kunai, who has been a legendary fan supporter on Patreon for 7 consecutive months. There's no doubt that he is one of the main reasons the development of Milf Pursuit has gone so far. From the bottom of my heart, thank you so, so much.
So, where am I headed now? Well, for starters, I am going to convert this Patreon account into a personal one mainly focused on my NSFW art. One of the main benefits I've gotten out of developing this game is discovering an unexpected passion for art. I've been focusing the past month or so in art, and I've been enjoying every second of it. I'll also be posting more frequently on my Twitter page, so you should follow me if you're at all interested in my future endeavors. My Twitter's got a new handle: @DabbiDabbi. I understand that this decision will cause me to lose a lot of supporters, but this will certainly be an overall improvement for myself.
For those of you that are willing to stick around, I've got some other ideas and content planned, so be on the look-out! I want to take this time to cement myself as a personality within the NSFW community.
Might as well list the game as being abandoned rather than on hold. Dabbi makes it pretty obvious that the chances of him returning to work on the game, are slim to none right now. I know that in the future, this could very well change, but for now I think we should just cut our losses and not give people hope that this is only temporarily.

It sounds like Dabbi has gone through what a lot of new game dev's have faced, burnout. It sucks, a lot of people just aren't suited to develop a game. And what makes it worse is that a few of of them have some of the better ideas/stories/art that make it stand out compared to other games. At least he's coming out right after he released the last update, instead of dithering and making up excuses for a few months before finally saying he's not interested in continuing like we've seen way too many other devs.

I just wish Dabbi the best for himself in the future. And while I wish he does pick back up from where he left off in developing Milf Pursuit, I shall not be pinning my hopes on it.

I wished he had finished Winter's story line... not enough goth chicks in games.
 

DB Cooper

Member
May 6, 2020
170
384
It sounds like Dabbi has gone through what a lot of new game dev's have faced, burnout. It sucks, a lot of people just aren't suited to develop a game. And what makes it worse is that a few of of them have some of the better ideas/stories/art that make it stand out compared to other games. At least he's coming out right after he released the last update, instead of dithering and making up excuses for a few months before finally saying he's not interested in continuing like we've seen way too many other devs.
Say what you want about his game and the art style, no one can deny that Dabbi is a class act. I wish more devs were as hard working and honest as he is.
 

Turkis

Member
Jul 17, 2017
263
564
Say what you want about his game and the art style, no one can deny that Dabbi is a class act. I wish more devs were as hard working and honest as he is.
I personally loved the over the top cartoonish art style. I also think that the animations were way better then some of the bigger games on here. And the fact he always had a lot of content each update (most updates were around two to four hours to play through if you actually took the time to read the text) every month was amazing.

Honestly felt like he should've tried to get some people to help him with the game. Of course he'd have to split the money he's making, but give it another year, and I feel like he'd be making enough to cover three people.

Well, we'll have to wait and see what happens. Who knows, maybe he'll come back in a year or so when he's got more support and can afford to hire some people to help him out.
 

nandaja

Active Member
Mar 24, 2021
756
1,264
I really like the art style and the comedic story of this. Now I'll just wait for the dev to return
i don't think he's returning anytime soon though, he's probably done with making games unfortunatly. I just recently discovered Milf Pursuit and loved it even though the artwork most of tihe times was completly absurd tbh :LOL: :LOL: and now that i just read that he's basically retiring and abandonning the game it's unfortunate :(
 
  • Like
Reactions: Tuludag

BruceMcGivern

Well-Known Member
Apr 19, 2020
1,403
1,406
If somebody cant open patreon I gonna post what developer write down on his page


Shifting focus: Moving on from MP
Well, here we go...
tl;dr: I'm putting Milf Pursuit on hold so I can pursue other opportunities
For the past 10 months of my life, I have dedicated every second of free time I had into the development of MP. I have consistently delivered a new update every single month, without any breaks or passes in-between. Ever since opening the world of MP to the public with the launch of the demo back in January, I managed to create a game with hundreds of hand-drawn images, almost fifty unique animated sex-scenes, and over 150k+ in word-count all on my own. To say that I didn't enjoy these past few months working on this game is completely untrue - I have, for the most part, found some entertainment during the game's development.
However, it has come to a point where I have to move on. It wasn't an easy decision to make in any capacity - I had to think about this for countless days...weeks, even, weighing the good and the bad. Ultimately, I decided that the best course of action for me to take is to step away from the entire project for now. There is an extremely small possibility that I may pick the development of the game up some time in the future, if a lot of factors go my way, but for now, Milf Pursuit will be situated at the very back of my mind.
There are a lot of reasons why I'm ending the game's development, and it'd take too long for me to list them all. One of the main reasons is the lack of motivation. Simply put, the ambition and passion that I once had for this game is now completely gone. To tell the truth, the only reason I kept the development going was because of the support from fans, which I'm incredibly grateful of. Having to manage the entire game all on my own has been the most tiresome challenge that I had to endure for the past 10 months. I guess you can say that it was only a matter of time before the ball had to be dropped.
I want to give a huge shout-out to Kunai, who has been a legendary fan supporter on Patreon for 7 consecutive months. There's no doubt that he is one of the main reasons the development of Milf Pursuit has gone so far. From the bottom of my heart, thank you so, so much.
So, where am I headed now? Well, for starters, I am going to convert this Patreon account into a personal one mainly focused on my NSFW art. One of the main benefits I've gotten out of developing this game is discovering an unexpected passion for art. I've been focusing the past month or so in art, and I've been enjoying every second of it. I'll also be posting more frequently on my Twitter page, so you should follow me if you're at all interested in my future endeavors. My Twitter's got a new handle: @DabbiDabbi. I understand that this decision will cause me to lose a lot of supporters, but this will certainly be an overall improvement for myself.
For those of you that are willing to stick around, I've got some other ideas and content planned, so be on the look-out! I want to take this time to cement myself as a personality within the NSFW community.
I discovered this game yesterday and besides the particular artstyle and the concept Dabbi put on every single female and one of the Juiciest and Fascinating thing he did was:

+Girls using a particular lipstick color will actually play a realistic role when giving a blowjob by leaving that sexy and kinky lipstick color on the dick. a IRL thing that makes of sex an ideal scenario.

+Actually adding bimbo girls into the game in a proper way, even the dialog its fun and sometimes sloppy but its a dialog you never get old to read at :p

+The detail put on each girl to not make of the game so damn generic and gray with the same concept of meet & fuck.

Hmmm and most importantly the way it seems the effort put into animating the scenes even if some goes thought the no-clip of the dick of the MC or sometimes the clothing of the girls. so anyways in conclusion its really unfortunate this dev got all that Heat of game developing because this game did have a lot of promising potential to even make part 2 or even til part 3!

But anyways its a sad choice many will be not feeling that sweet but i guess its a respectable thing to admire all the time and dedication spent on actually being a really transparent and humble game developer :D so if there's that tiny minusculous chance Dabbie actually considers to keep working on Milf Pursuit then he really MUST consider to not get overheated once again by working on it and instead being more flexible on managing its time not only the game but instead of things he would love to do like most of artists tend to do; like livestreaming on picarto, pixiv or whatever platform of choice and getting along with their audience by taking commissions and whatever ;)

With no further more to add best of lucks Dabbi and do what you love to do since many artists start from the ground and the last thing you see is an evolution in your artstyle and animation skills brother :D
 
  • Like
Reactions: Tuludag

PorkiDrifter

Member
Aug 20, 2021
417
314
So sad that this comes to an END best of luck to his next adventures
does he upload every last update he made for this game? or this is the last update?
 

nandaja

Active Member
Mar 24, 2021
756
1,264
So sad that this comes to an END best of luck to his next adventures
does he upload every last update he made for this game? or this is the last update?
i think there won't be anymore update. Although the artstyle and how the characters were drawn was a bit over the top but i'm not gonna lie, i still loved it. But hey, best of luck to Dabbi and hope he's doing well.

Also if anyone is interested in another game with big booty bitches and some big ol' titties, there's MetF by Amaziri, It's incredible
https://f95zone.to/threads/metf-ch-3-v0-20-amaziri.75187/
 
  • Like
Reactions: Tuludag
Mar 29, 2021
374
406
If somebody cant open patreon I gonna post what developer write down on his page


Shifting focus: Moving on from MP
Well, here we go...
tl;dr: I'm putting Milf Pursuit on hold so I can pursue other opportunities
For the past 10 months of my life, I have dedicated every second of free time I had into the development of MP. I have consistently delivered a new update every single month, without any breaks or passes in-between. Ever since opening the world of MP to the public with the launch of the demo back in January, I managed to create a game with hundreds of hand-drawn images, almost fifty unique animated sex-scenes, and over 150k+ in word-count all on my own. To say that I didn't enjoy these past few months working on this game is completely untrue - I have, for the most part, found some entertainment during the game's development.
However, it has come to a point where I have to move on. It wasn't an easy decision to make in any capacity - I had to think about this for countless days...weeks, even, weighing the good and the bad. Ultimately, I decided that the best course of action for me to take is to step away from the entire project for now. There is an extremely small possibility that I may pick the development of the game up some time in the future, if a lot of factors go my way, but for now, Milf Pursuit will be situated at the very back of my mind.
There are a lot of reasons why I'm ending the game's development, and it'd take too long for me to list them all. One of the main reasons is the lack of motivation. Simply put, the ambition and passion that I once had for this game is now completely gone. To tell the truth, the only reason I kept the development going was because of the support from fans, which I'm incredibly grateful of. Having to manage the entire game all on my own has been the most tiresome challenge that I had to endure for the past 10 months. I guess you can say that it was only a matter of time before the ball had to be dropped.
I want to give a huge shout-out to Kunai, who has been a legendary fan supporter on Patreon for 7 consecutive months. There's no doubt that he is one of the main reasons the development of Milf Pursuit has gone so far. From the bottom of my heart, thank you so, so much.
So, where am I headed now? Well, for starters, I am going to convert this Patreon account into a personal one mainly focused on my NSFW art. One of the main benefits I've gotten out of developing this game is discovering an unexpected passion for art. I've been focusing the past month or so in art, and I've been enjoying every second of it. I'll also be posting more frequently on my Twitter page, so you should follow me if you're at all interested in my future endeavors. My Twitter's got a new handle: @DabbiDabbi. I understand that this decision will cause me to lose a lot of supporters, but this will certainly be an overall improvement for myself.
For those of you that are willing to stick around, I've got some other ideas and content planned, so be on the look-out! I want to take this time to cement myself as a personality within the NSFW community.
I too, although late, am very sad to hear this news, especially because, even if I am not an expert, I believe that 0.9.1 can reasonably be considered a version close to the conclusion of the game's story, and that therefore it was almost ready for a full release.
 

lots`o`fap

Member
Dec 22, 2017
171
77
does anyone know what is causing this glitch? View attachment 1469849
Looks like graphics card corruption, so it's likely your VRAM. Try to update your graphics card driver and firmware in that order to see that's a fix. Otherwise you may see growing artifacts or worse, your graphics card may cease to work. I had it happen on a laptop once. It worked for a long while, and then I couldn't see anything anymore, even with an external HDMI hooked up.
 

klyksmas

New Member
Sep 29, 2020
9
4
anyone know if there any other games similar to this? liked the graphics and content shame its ended. any suggestions?
 
4.30 star(s) 15 Votes