rudy007

Engaged Member
Mar 17, 2021
2,647
7,425
637
So, the current update ends with us fucking Linda in her room and next our family is gonna arrive. Is this it or am I missing something?
The scenes with multiple positions? Then, yes, that's the end of content. We can expect that family arrive in next episode. (I hope)
 
  • Like
Reactions: briansanders

landon3321

Newbie
Jul 1, 2017
33
10
63
wow solid art on the still screen photos but ewww to the huge nasty breast in there too (slide 10 wtf?) i would definitely love to skip that ish, but im still gonna download this for the first time. seems meh but i've been recommended it so :p
 

dodgingnoir

Member
Feb 11, 2022
132
173
167
Is there an I patch for the android version? or a pre-patched apk? I downloaded the game from the main post but I don't see a toggle for that with the rest of the kinks
 

Padorublad3

Well-Known Member
Dec 23, 2022
1,159
10,983
666

DEVLOG_1_BANNER.png
THE INN CH2 1.02.01 - DEVLOG 1!


Hey everyone!


I’m doing fine and hope you’re all doing well too!

So, as you may have noticed, the last update (1.01.05) wrapped up the Back to the Countryside part of the story. I know it ended in a weird way—but trust me, it had to be like that.

Right now, I’m working on the next “episode” (if you can call it that), which is 1.02. This update will feature the return of the trio—Joana, Luana, and Val—plus Livya (the cop lady).

I haven’t done much on the technical side of the game yet. Most of my time has been spent working on dialogue and scene crafting for this update so far.

I’ve also been going through a bit of a creative block lately and struggling to get things done. It’s taking a lot of work to make the dialogue feel legit and the scenes look good—but I’m getting there!

What’s planned for this update:
My goal for this update is to move the story up to the point where the mansion renovation is finally complete. There’s not much to tell during the renovation itself, so there will be a short time skip—and maybe even a “Cool Training Montage” or something like that (still undecided).

Important: Save Rollback Required
Oh yeah—almost forgot! One thing that took me a fair bit of work time for this update was figuring out a way to make the transition from 1.01.05 to 1.02.01 feel smooth and seamless. Unfortunately, after trying several options, there was no way to do that without rolling saves back a bit.

So…
If you played 1.01.05 all the way through and reached the WIP (Work-in-Progress) screen, you’ll need to roll back a few saves. Preferably, load a save from before you enter Linda’s bedroom. Everything should be smooth sailing from that point on.

I know this isn’t ideal (it doesn’t sit well with me either), but… it is what it is.

Notification Pop-up Improvements
Another thing I worked on for this update is the Notification Pop-ups. I’ve consolidated all notifications for each character into a single notification frame. This should help reduce notification flooding (especially during sex scenes).

They look like this now:



Anyway, I guess that’s it for this devlog. There’s really not much more to talk about for now.

Don’t forget to check out the to see some of the stuff I’ve done so far!

Take care!
 

smallgary

Newbie
Jun 12, 2024
17
11
30
Hi there, i feel like a bit of a dumb ass for asking this but i've never gone from a chapter 1 to 2 before and i'm not sure what to do. Do i just start chapter 2 and it will tell me (btw it did save all the data at the end of chapter 1) or is there a file that i need to take and put somewhere else. Any help would be gratefully received.
 

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,839
13,182
812
Hi there, i feel like a bit of a dumb ass for asking this but i've never gone from a chapter 1 to 2 before and i'm not sure what to do. Do i just start chapter 2 and it will tell me (btw it did save all the data at the end of chapter 1) or is there a file that i need to take and put somewhere else. Any help would be gratefully received.
There is no save to load.

Make sure you install chapter 2 in it's own folder and START a new game.

That new game will search for the special save and automatically import it if it can find it (which it should as long as you didn't interfere with the creation of the special save or do anything with the persistent file).
 
  • Like
Reactions: rudy007

indio68

Forum Fanatic
Sep 26, 2020
4,605
4,120
387
i''m getting this error when should be the choice of the film during movie night , happened with choosing Momand Val too..any help?
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.AlphaMask object at 0x0000000022346400>:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: AlphaMask surfaces must be the same size.

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

Full traceback:
  File "days/day09/day09_jo_living_room.rpyc", line 222, in script
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Giochi VN\TheInn-v1.00.01-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 "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\core.py", line 2165, 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 "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\core.py", line 2814, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\transition.py", line 384, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\screen.py", line 754, 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 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1076, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\behavior.py", line 968, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1396, in render
    back = render(style.background, bw, bh, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\im.py", line 626, in render
    return cache.get(self, render=True)
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "D:\Giochi VN\TheInn-v1.00.01-pc\renpy\display\im.py", line 1918, in load
    raise Exception("AlphaMask surfaces must be the same size.")
Exception: AlphaMask surfaces must be the same size.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
The Inn (Chapter 1) v1.00.01
Wed Jul 23 00:08:25 2025
[/CODE]
 

FernANNn

Newbie
Dec 13, 2024
57
190
77
I'm not sure if this has been mentioned here already, but have you seen the new policies from Itch.io and Steam? Since this game includes incest, it could end up being a problem
 
  • Like
Reactions: StreamSteam

Logan1377

Well-Known Member
Feb 13, 2023
1,373
1,885
253
I'm not sure if this has been mentioned here already, but have you seen the new policies from Itch.io and Steam? Since this game includes incest, it could end up being a problem
Its a bad deal for all adult games. Hopefully some other kind of pay service will pop up to fill the void. I just can't understand why over the last few years, the payment system companies have become so over the top conservative and anti porn. This is very new.
 
  • Like
Reactions: StreamSteam

VinnneV

Member
Jul 20, 2023
232
326
164
I'm not sure if this has been mentioned here already, but have you seen the new policies from Itch.io and Steam? Since this game includes incest, it could end up being a problem
Well, since the incest patch is made by third parties and not by Lykanz. I don’t think it’ll affect the game. Unless Patreon or itch.io just decide to go crazy and start banning more adult games, even if they don’t have anything truly controversial.
 

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,839
13,182
812
Well, since the incest patch is made by third parties and not by Lykanz. I don’t think it’ll affect the game. Unless Patreon or itch.io just decide to go crazy and start banning more adult games, even if they don’t have anything truly controversial.
Patreon already tried once, and evidence showed many games with F95 mods were targeted, even if the patreon version just had housemates. That's why all the game on F95 that are have the incest tag are now hosted by the 7767 Bot account (most of them had the devs hosting before that).
Its a bad deal for all adult games. Hopefully some other kind of pay service will pop up to fill the void. I just can't understand why over the last few years, the payment system companies have become so over the top conservative and anti porn. This is very new.
They've been slowly bending for a while, but most recently a very loud "church" group went to war when a game featuring rape-play was found by someone in the group, and so the fight went up the political ladder, and here we are.
 

VinnneV

Member
Jul 20, 2023
232
326
164
Patreon already tried once, and evidence showed many games with F95 mods were targeted, even if the patreon version just had housemates. That's why all the game on F95 that are have the incest tag are now hosted by the 7767 Bot account (most of them had the devs hosting before that).
However, the issue now is that platforms like Steam and Itch.io are banning numerous games, including those without sexual content, simply for being classified as mature. This suggests that creators have little to no control over the situation... ultimately, the platforms call the shots.
 

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,839
13,182
812
However, the issue now is that platforms like Steam and Itch.io are banning numerous games, including those without sexual content, simply for being classified as mature. This suggests that creators have little to no control over the situation... ultimately, the platforms call the shots.
Which is what I was talking about via the escalation ... but you're right. Games like God of War, Cyberpunk, obviously GTA (since they've already been targeted before) ... shoot, even Harry Potter will be a target for some of the louder minority, although JK's influence will probably prevent anything happening to her products.

Until the political landscape changes, the slope is probably gonna get steeper. Here's hoping it levels out before us degenerates are sliding down forever (which the vocal minority probably thinks we're doing anyway.)
 

Padorublad3

Well-Known Member
Dec 23, 2022
1,159
10,983
666

THE INN CH2 1.02.01 - DEVLOG 2!
DEVLOG_2_BANNER.png
What's up, everyone?

It's been a while, huh?

First off, sorry for the silence. Things have been rough lately, not just for me, but for a lot of AVN devs out there.

In case you haven't heard, a recent internet activism group based in Australia has been making headlines. They managed to get a bunch of adult games banned from Steam and even got to deindex adult content entirely.

I won’t go into the full details (I’m not the best source for that), but you can read about it here:



So, what does this mean for the indie AVN scene, and more specifically, The Inn?

Honestly? Not much for now.

We all know that hosting and crowdfunding adult games has always been a hot-button issue online. Some defend it as a form of art and expression, while others are extremely, even radically, against it.

For the first time since I started working on The Inn, I found myself genuinely worried. Like we’re living on borrowed time.

But don’t worry. I’m not stopping development any time soon.

Worst case, I’ll just remove all the porn and double down on the story.

Heh... It’s gonna be glorious.

On a more personal note...

All this drama got me thinking.

I’ve been working full-time on The Inn for over two years now. What started as a hobby and a way to cope with ADHD turned into my main source of income, and my family’s too.

As many of you know, I live in Brazil. The dollar goes a long way here, and while I don’t earn a ton on Patreon, it’s been enough for a comfortable life.

At least, it was until recently.

The political and economic situation here has taken a downturn. Inflation is out of control, and the cost of living has skyrocketed. I won’t bore you with the details, that’s a whole other can of worms.

To make matters worse, I’ve noticed my Patreon earnings dropping over the last three months. I’m no longer able to maintain a stable income.

And yes, that’s partly my fault. I haven’t been delivering consistent updates, and the release schedule has been... let’s say “messy” since Chapter 2 began.

I could complain and make excuses, but that’s not the point.

The real wake-up call?

I realized I don’t have a fallback plan.

What if Patreon pulls the plug on adult content?

What if my earnings drop to the point where I can’t support my family anymore?

Needless to say, that took away some sleep and made me a little paranoid.

So I started looking into alternatives. Other things I could work on.

And somewhere in the middle of that, I had a random idea for a non-adult game.

One thing led to another, and I started prototyping it.

I got so caught up that I completely lost track of time and ended up spending two whole weeks on it, with almost no progress on The Inn.

I did get some scenes done, and they look dope, but yeah, that’s about it.

Probably not the smartest thing to admit, but I want to be honest with you all. For what it’s worth.

I’ve also been trying to live a better, healthier life.

That means cutting out some things that weren't helping me, mentally or physically. But that’s a topic for another, more personal post.

TL;DR?

Yeah... I feel like that South Park episode where the CEO keeps apologizing.

But seriously, I’m sorry for the lack of updates.

I know I need to get my stuff together.

I’m back to working on The Inn, so stay tuned. Updates are coming soon.

Check out the for some of the scenes I’ve been working on. I know it’s not much, but I hope it shows that progress is still happening.

Thanks for sticking around.

See you all soon!
 
Last edited:

Logan1377

Well-Known Member
Feb 13, 2023
1,373
1,885
253

THE INN CH2 1.02.01 - DEVLOG 2!
View attachment 5089136
What's up, everyone?

It's been a while, huh?

First off, sorry for the silence. Things have been rough lately, not just for me, but for a lot of AVN devs out there.

In case you haven't heard, a recent internet activism group based in Australia has been making headlines. They managed to get a bunch of adult games banned from Steam and even got to deindex adult content entirely.

I won’t go into the full details (I’m not the best source for that), but you can read about it here:



So, what does this mean for the indie AVN scene, and more specifically, The Inn?

Honestly? Not much for now.

We all know that hosting and crowdfunding adult games has always been a hot-button issue online. Some defend it as a form of art and expression, while others are extremely, even radically, against it.

For the first time since I started working on The Inn, I found myself genuinely worried. Like we’re living on borrowed time.

But don’t worry. I’m not stopping development any time soon.

Worst case, I’ll just remove all the porn and double down on the story.

Heh... It’s gonna be glorious.

On a more personal note...

All this drama got me thinking.

I’ve been working full-time on The Inn for over two years now. What started as a hobby and a way to cope with ADHD turned into my main source of income, and my family’s too.

As many of you know, I live in Brazil. The dollar goes a long way here, and while I don’t earn a ton on Patreon, it’s been enough for a comfortable life.

At least, it was until recently.

The political and economic situation here has taken a downturn. Inflation is out of control, and the cost of living has skyrocketed. I won’t bore you with the details, that’s a whole other can of worms.

To make matters worse, I’ve noticed my Patreon earnings dropping over the last three months. I’m no longer able to maintain a stable income.

And yes, that’s partly my fault. I haven’t been delivering consistent updates, and the release schedule has been... let’s say “messy” since Chapter 2 began.

I could complain and make excuses, but that’s not the point.

The real wake-up call?

I realized I don’t have a fallback plan.

What if Patreon pulls the plug on adult content?

What if my earnings drop to the point where I can’t support my family anymore?

Needless to say, that took away some sleep and made me a little paranoid.

So I started looking into alternatives. Other things I could work on.

And somewhere in the middle of that, I had a random idea for a non-adult game.

One thing led to another, and I started prototyping it.

I got so caught up that I completely lost track of time and ended up spending two whole weeks on it, with almost no progress on The Inn.

I did get some scenes done, and they look dope, but yeah, that’s about it.

Probably not the smartest thing to admit, but I want to be honest with you all. For what it’s worth.

I’ve also been trying to live a better, healthier life.

That means cutting out some things that weren't helping me, mentally or physically. But that’s a topic for another, more personal post.

TL;DR?

Yeah... I feel like that South Park episode where the CEO keeps apologizing.

But seriously, I’m sorry for the lack of updates.

I know I need to get my stuff together.

I’m back to working on The Inn, so stay tuned. Updates are coming soon.

Check out the for some of the scenes I’ve been working on. I know it’s not much, but I hope it shows that progress is still happening.

Thanks for sticking around.

See you all soon!
Best wishes and good luck to you individually, first and foremost. The game is awesome and we all look forward to more to come, but life has to come first.
 

kelelih

Newbie
May 13, 2022
49
81
141

THE INN CH2 1.02.01 - DEVLOG 2!
View attachment 5089136
What's up, everyone?

It's been a while, huh?

First off, sorry for the silence. Things have been rough lately, not just for me, but for a lot of AVN devs out there.

In case you haven't heard, a recent internet activism group based in Australia has been making headlines. They managed to get a bunch of adult games banned from Steam and even got to deindex adult content entirely.

I won’t go into the full details (I’m not the best source for that), but you can read about it here:



So, what does this mean for the indie AVN scene, and more specifically, The Inn?

Honestly? Not much for now.

We all know that hosting and crowdfunding adult games has always been a hot-button issue online. Some defend it as a form of art and expression, while others are extremely, even radically, against it.

For the first time since I started working on The Inn, I found myself genuinely worried. Like we’re living on borrowed time.

But don’t worry. I’m not stopping development any time soon.

Worst case, I’ll just remove all the porn and double down on the story.

Heh... It’s gonna be glorious.

On a more personal note...

All this drama got me thinking.

I’ve been working full-time on The Inn for over two years now. What started as a hobby and a way to cope with ADHD turned into my main source of income, and my family’s too.

As many of you know, I live in Brazil. The dollar goes a long way here, and while I don’t earn a ton on Patreon, it’s been enough for a comfortable life.

At least, it was until recently.

The political and economic situation here has taken a downturn. Inflation is out of control, and the cost of living has skyrocketed. I won’t bore you with the details, that’s a whole other can of worms.

To make matters worse, I’ve noticed my Patreon earnings dropping over the last three months. I’m no longer able to maintain a stable income.

And yes, that’s partly my fault. I haven’t been delivering consistent updates, and the release schedule has been... let’s say “messy” since Chapter 2 began.

I could complain and make excuses, but that’s not the point.

The real wake-up call?

I realized I don’t have a fallback plan.

What if Patreon pulls the plug on adult content?

What if my earnings drop to the point where I can’t support my family anymore?

Needless to say, that took away some sleep and made me a little paranoid.

So I started looking into alternatives. Other things I could work on.

And somewhere in the middle of that, I had a random idea for a non-adult game.

One thing led to another, and I started prototyping it.

I got so caught up that I completely lost track of time and ended up spending two whole weeks on it, with almost no progress on The Inn.

I did get some scenes done, and they look dope, but yeah, that’s about it.

Probably not the smartest thing to admit, but I want to be honest with you all. For what it’s worth.

I’ve also been trying to live a better, healthier life.

That means cutting out some things that weren't helping me, mentally or physically. But that’s a topic for another, more personal post.

TL;DR?

Yeah... I feel like that South Park episode where the CEO keeps apologizing.

But seriously, I’m sorry for the lack of updates.

I know I need to get my stuff together.

I’m back to working on The Inn, so stay tuned. Updates are coming soon.

Check out the for some of the scenes I’ve been working on. I know it’s not much, but I hope it shows that progress is still happening.

Thanks for sticking around.

See you all soon!
Condolences! I really hope you manage to sort things out, personally and economically. No game is worth hitting walls for, not even a game as good as this! Take care of yourself and your family first, and worry about us here second. We are looking forward to hear how things play out!
 
4.00 star(s) 118 Votes