I am loving this. Great story, what little there is so far. I think you have the makings of something epic and am going to be looking forward to the next update. I only wish the NSFW 3.50 tier wasn't sold out on patreon, or I'd join it. How do you sell out of a made up digital thing anyway?
mookieb13
Recent community posts
OK. I a an hour into the story, and I can see one complaint being possible, not that it's my complaint. There is a fair amount of lesbian stuff going on. AND, you do make the scenes a choice. BUT, (again, not for me, I don't mind) I could see an argument for letting the reader know what kind of scene they are choosing to see or not see. Maybe where you ask the question of wanting to see the scene, you add something like this next scene has "xxx stuff". I'll comment again if I have any opinions. Gottta say I' really liking it so far. I am a harem story lover. Especially with urban fantasy, fantasy, or isekai elements.
This is funny. I haven't read this story yet. But after this letter, I'm going to see what all the hub bub is about. Don't even have any idea what tags are in the story, or even what it's really about beyond the description. But after reading the love letter, I have to see what's going on. Don't worry, If I have any kind of opinion about it, it will have either constructive criticism, or it will simply have a thanks and I'm out. I'll let you know. Thanks for the chuckle though either way.
You're not wrong. But you're not exactly right either. Yes it seems to be a clift notes version of My New Family. Yes it seems like all the stuff happens in a matter of 3 weeks. Yes there is a lot of things happening completely without context, or any kind of actual character growth or progression. But once the weddings start happening, the story changes to be its own thing, mostly. And it isn't a bad one. Dev even calls out Killer7 in the credits for allowing what was used in game, including 2 cheeky renders of the family from MNF. I think this is fun from a "don't take this too seriously" standpoint and just seems like something to fap to. If you get the modded script that fixes the dialogue to be correct for the titles, it makes the time spent with it more fun. The visuals are pretty great, and there are a few original emotional scenes worth seeing. I am glad to be supporting it.
So you have two support tiers that don't even get access to the story? What's the point of supporting then? True, I have been on the free tier for Patreon, and only paid 6 bucks on itch. But I would have gone to a paid tier. Honestly, when I paid on itch, I didn't have a job at the time. I like the story and would have supported it. But I pay something like $150 a month in Patreon subscriptions. even at 2 - 5 bucks a month they add up. Funding is limited. You could have just made the price on itch 10 or 15 and that would have been fair. I'd have paid that probably. Even now, I could just pay the $6 and get the game 5 days after release then unsubscribe. But to me that's shittier than choosing to not support a game you like by only floating on the initial price I paid the first time and not paying again. I'll still recommend Homelander, I guess I just won't be reading it anymore.
Here is the trello link to show where he is in development...https://trello.com/b/zeKmNymf/chapter-1-part-1
For those of us who paid for this, I think the last update should be made available some time after it was released on patreon. We shouldn't have to wait until the next update is completed first.
Also, the walkthrough option doesn't do anything. It would be nice if the choices changed color to indicate which one keeps you on the path to unlocking scenes, and being in the NPC's good graces.
Which One? How can I trust you if I have no idea who you are, or what you have written?
"From the creators of a highly successful visual novel spanning 10 novels, 27,000+ images, 3,000+ animations, and 15 major updates over 4 years, DriftBorne continues a proven track record of delivering immersive, story-driven adult content."
Having a problem with 1.1.1. When I go to view the stas/hints for Ms. Vandenberg, also Sally and Alexa, I get errors.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/locations.rpy", line 679, in script
call screen staff_quarters_girls_bedroom()
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 1972, in execute
screen status():
File "game/script.rpy", line 1972, in execute
screen status():
File "game/script.rpy", line 1992, in execute
if status_page==0:
File "game/script.rpy", line 2905, in execute
viewport pos 1000,100 xysize 500,900 scrollbars "vertical":
File "game/script.rpy", line 2906, in execute
vbox:
File "game/script.rpy", line 2948, in execute
if status_page.massage>0:
File "game/script.rpy", line 2948, in <module>
if status_page.massage>0:
AttributeError: 'Girl' object has no attribute 'massage'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/locations.rpy", line 679, in script
call screen staff_quarters_girls_bedroom()
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\exports.py", line 3420, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\core.py", line 2166, 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 "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\mookie\Downloads\haremcamp-1.1.1-pc+compressed\haremcamp-1.1.1-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 1972, in execute
screen status():
File "game/script.rpy", line 1972, in execute
screen status():
File "game/script.rpy", line 1992, in execute
if status_page==0:
File "game/script.rpy", line 2905, in execute
viewport pos 1000,100 xysize 500,900 scrollbars "vertical":
File "game/script.rpy", line 2906, in execute
vbox:
File "game/script.rpy", line 2948, in execute
if status_page.massage>0:
File "game/script.rpy", line 2948, in <module>
if status_page.massage>0:
AttributeError: 'Girl' object has no attribute 'massage'
Windows-10-10.0.26200 AMD64
Ren'Py 8.2.3.24061702
Harem Camp 1.1.1
Sun Jan 4 01:46:07 2026
[/code]
I agree with everything you said here. I pic of the MC doing lewd things with a girl might be a good thing to put on the page. I almost noped out of picking it up because it looks like a female protagonist game, and I wouldn't have known except for your post here. I'll try it, and if I like it, support on Patreon. Thanks
