Leyos

Newbie
Aug 8, 2017
60
9
Have the same problem? Is it because of the "Incest Patch"?

I've got an error. The night after the spa/restaurant with Luana when Val texts you asking about when you'll be home the game gave me an error that I can't pass:

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

While running game code:
  File "game/days/girl_days/joana/joana_day.rpy", line 7939, in <module>
  File "game/phone/phone-sms-engine.rpy", line 37, in execute
  File "game/phone/phone-sms-engine.rpy", line 37, in execute
  File "game/phone/phone-sms-engine.rpy", line 56, in execute
  File "game/phone/phone-sms-engine.rpy", line 347, in execute
  File "game/phone/phone-sms-engine.rpy", line 370, in execute
  File "game/phone/phone-sms-engine.rpy", line 371, in execute
  File "game/phone/phone-sms-engine.rpy", line 373, in execute
  File "game/phone/phone-sms-engine.rpy", line 374, in execute
  File "game/phone/phone-sms-engine.rpy", line 380, in execute
  File "game/phone/phone-sms-engine.rpy", line 380, in keywords
  File "game/phone/phone-sms-engine.rpy", line 380, in <module>
AttributeError: 'Player' object has no attribute 'lock_sms'

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

Full traceback:
  File "days/girl_days/joana/joana_day.rpyc", line 7939, in script
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/days/girl_days/joana/joana_day.rpy", line 7939, in <module>
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/exports.py", line 1537, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/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 "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "/private/var/folders/my/hy2x8sws057dw0f65x7j9lk40000gn/T/AppTranslocation/DC81CBED-90F1-4CBF-8680-10750E417FB4/d/TheInn.app/Contents/Resources/autorun/renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/phone/phone-sms-engine.rpy", line 37, in execute
  File "game/phone/phone-sms-engine.rpy", line 37, in execute
  File "game/phone/phone-sms-engine.rpy", line 56, in execute
  File "game/phone/phone-sms-engine.rpy", line 347, in execute
  File "game/phone/phone-sms-engine.rpy", line 370, in execute
  File "game/phone/phone-sms-engine.rpy", line 371, in execute
  File "game/phone/phone-sms-engine.rpy", line 373, in execute
  File "game/phone/phone-sms-engine.rpy", line 374, in execute
  File "game/phone/phone-sms-engine.rpy", line 380, in execute
  File "game/phone/phone-sms-engine.rpy", line 380, in keywords
  File "game/phone/phone-sms-engine.rpy", line 380, in <module>
AttributeError: 'Player' object has no attribute 'lock_sms'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
The Inn v0.08.02
Mon Feb  6 20:47:13 2023
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
Have the same problem? Is it because of the "Incest Patch"?
If you can provide a save file where this crash happens I'll take a look.

Although I'm 100% sure i fixed this issue (or one VERY similar) a long time ago.

Actually... Yeah, I remember this error.

It happened because back in 0.07.07 I forgot to close one event variable.
You're probably loading a save from before the fix for that was implemented.
So my advice would be try loading a save from before finishing that spa dining event (the one where Mike and Joana are dressed in white and go to an open air veranda).
 
Last edited:
Jul 4, 2017
34
8
Rich (BB code):
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/days/girl_days/joana/joana_day.rpy", line 516, in <module>
TypeError: Missing required positional arguments: 'vn'

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

Full traceback:
  File "days/girl_days/joana/joana_day.rpyc", line 516, in script
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/days/girl_days/joana/joana_day.rpy", line 516, in <module>
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\exports.py", line 1537, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\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 "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ast.py", line 294, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ast.py", line 230, in apply
    raise TypeError(
TypeError: Missing required positional arguments: 'vn'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
The Inn v0.08.02
Wed Feb  8 15:18:32 2023
Reposting this with my log. Anyone else getting an error during the phone convo with Linda the morning after spending the day with Val? When it gets to the point where Linda sends the photo of her friend I get a chain of errors that quits me back to the main menu. Any way to get around this?

Edit: It's not just after hanging out with Val first. Even if I try to go back and hang out with Joana first I get the same error string during that point in the text convo. So Joana's path is just broken for me.
 

buff

Well-Known Member
May 29, 2017
1,017
1,547
OK, I have a text convo, take the tsundere sister to school, brief convo with the slutty best friend, and then I'm just stuck in the high school, can't do anything, can't go home. Am I missing something or is that just where the update stopped?
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
Rich (BB code):
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/days/girl_days/joana/joana_day.rpy", line 516, in <module>
TypeError: Missing required positional arguments: 'vn'

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

Full traceback:
  File "days/girl_days/joana/joana_day.rpyc", line 516, in script
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/days/girl_days/joana/joana_day.rpy", line 516, in <module>
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\exports.py", line 1537, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\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 "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ast.py", line 294, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "C:\Users\xpoke\Downloads\TheInn-v0.08.02-pc\TheInn-v0.08.02-pc\renpy\ast.py", line 230, in apply
    raise TypeError(
TypeError: Missing required positional arguments: 'vn'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
The Inn v0.08.02
Wed Feb  8 15:18:32 2023
Reposting this with my log. Anyone else getting an error during the phone convo with Linda the morning after spending the day with Val? When it gets to the point where Linda sends the photo of her friend I get a chain of errors that quits me back to the main menu. Any way to get around this?

Edit: It's not just after hanging out with Val first. Even if I try to go back and hang out with Joana first I get the same error string during that point in the text convo. So Joana's path is just broken for me.
This was reported, fixed and will be up in the next BETA.

I'll add the fixed files to the hotfix file tomorrow.
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
OK, I have a text convo, take the tsundere sister to school, brief convo with the slutty best friend, and then I'm just stuck in the high school, can't do anything, can't go home. Am I missing something or is that just where the update stopped?
Yes.
 
  • Like
Reactions: buff

baloneysammich

Active Member
Jun 3, 2017
994
1,522
Little narrative bug. If you don't cum inside Val in the scene w/Cindy but do in scene w/Jess, Val still says "That's twice today!".
 

magefeu71

Member
Oct 3, 2021
123
69
hello

normal or not ? I play a sequence with joanna (example), and i receive the same proposition of sequence with joanna, . and this can be repeated for several other sequences. not fun !!!!
 

Lacii19

Newbie
Jan 28, 2018
24
6
How can I hide the perspective change buttons? It's a bit annoying, because they cover a lot from the scenes.
 

chuckace

Newbie
Dec 10, 2018
85
177
I can live without the Incest patch because I have the benefit of growing up when there was no internet (well there was internet, it just wasn't a common household commodity in the 80s and 90s like it is today) and I had to use my imagination a lot. So for me when I don't have the patch I just pretend that they are mother, son, sister, daughter pretending (role playing if you will) that they are not related.
Your brain is a muscle and it needs exercise...
Think on that while you are doing your 5 inch curls:ROFLMAO:
 
  • Haha
Reactions: hotdogBD
Dec 20, 2020
191
374
All of the memes you put into this update, in a school setting no less, and you left out "Damn, Daniel!"? I know this game would be a hell of lot shorter if you left out memes altogether, but you missed a prime opportunity with that one. You could have had the two boys by the lockers re-enact it, or another two boys at the entrance. What a waste.

By that I mean the opportunity, not the update! So hot for teacher!
 

Elhemeer

Forum Fanatic
Jun 20, 2022
5,650
9,420
Alrighty everyone, here is the proper, very UNOFFICIAL patch that changes some certain stuff in the game that the creator has absolutely NOTHING to do with!

Currently updated to version --> 08.02

Put the files that are in the RAR archive into the 'game' folder of The Inn.

Enjoy!
*poke*
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
FEBRUARY_DEVLOG.png


What's up people?

We're finally in february, huh? It felt like january would never end.

So far the month's been pretty busy for me, this scene I'm working on proved to be more work than I had anticipated (but that's kind of normal for me, right?)

I wanted a small, simple and cozy cafe environment for this sequence and all the assets I had available were either large or fancy stores.

So I went ahead and spent some time porting a new asset to use, it worked really well and I'm very satisfied with it!

I hope I can get everything I need for this BETA done before the end of the month, there's still some ground to cover regarding scene work, but it should be fine, I think.

Anyway, I also want to use this Devlog to talk about something else...

5 FRICKING YEARS!

Earlier this month I realized that on february 3rd The Inn had reached the 5 years milestone!

Can you believe it? 5 years since I started this little project back in 2018!

So much happened since then, so much stuff, so many, many things... Both good and bad.

What started as just a hobby to vent out my frustrations and help me deal with ADHD has grown into something so big and so important to me.

Back in 2018 I really just wanted a release from all the pent up frustrations from my job and some way to try and organize my thoughts and everything that flooded my brain all the time.

Back then I didn't know jack about coding or any of that and I didn't even think I would be able to translate what I had in my mind into actual visual scenes, mind you, I'm still in no way a fully fledged programmer or artist, I'm just a guy that likes to pose 3D dolls and wants to tell a story.

A story that I honestly didn't think anyone would like, mostly because it makes no damn sense (or it didn't at the time). I'm so glad I was wrong...

So much happened during this short span of time, those little 5 years that mean nothing in the grand scheme of things... Not just to me but to the entire world as it was thrown into a global event that got everyone unsure about their future and screwed up the entire world's health (both physical and mental).

On my end, while I didn't catch that one thing (or rather it didn't catch me), my mental health took a huge hit.

At the time I worked as a civil servant (I dunno if that's the right term for that tbh) in the public healthcare system and seeing all that happen around me all day, every day and, at the time, with no real hope that it would get any better ended up taking it's toll.

I got severe anxiety episodes and went down with a pretty bad depression. It was so bad that I had to take meds for it because the simple tought of having to get out of bad every day was too much for me to handle. It got to a point where I had a dissociative episode and just went out walking, barefoot, with no documents on me. I didn't really remember much of it, but my wife says I disappeared for about half an hour until they found me just walking in the middle of the street at night.

It was after this that I realized I couldn't keep going the way I were. I had to do something. So I took my leave from my former job.

Thankfully at the time I already had a very stable income from this project, in fact I was earning more with it than I did at my job, so I could afford to dedicate myself entirely to it.

This was when I realized this wasn't just a hobby anymore, that it was actually something I was good at, something I enjoyed doing and something I can provide to my family.

Speaking of family, I have to thank my wife for everything she did for me, for all the support she gave me and all the patience and understanding she showed me when I was in a dark place. I honestly don't know if I would having being able to go through it without her.

But don't get me wrong, it doesn't mean I started taking other directions with The Inn just because I don't see it as just a hobby anymore.

The Inn is still my passion project, one of the things that brings me joy in life!

And I owe all that to you guys. To everyone that showed their support, either financially or with good reviews and compliments. Everyone that has come and gone, the ones that stayed and the ones that just arrived, YOU are what make this possible and YOU are one of the things that keeps me going!

I honestly can't say where this project will go from here, but I can guarantee you that it still has a lot of coal to burn!

I mean... It's been 5 years and we don't even have a FUCKING INN yet!

All in all, what I meant to say with this long ass ramble is...

THANK YOU!

From the bottom of my heart, THANK YOU for believing in me and making this possible!

Oh yeah, by the way, don't forget to check the post!

See you all around!
 

Phase_01

Well-Known Member
Nov 27, 2021
1,212
1,945
View attachment 2393429


What's up people?

We're finally in february, huh? It felt like january would never end.

So far the month's been pretty busy for me, this scene I'm working on proved to be more work than I had anticipated (but that's kind of normal for me, right?)

I wanted a small, simple and cozy cafe environment for this sequence and all the assets I had available were either large or fancy stores.

So I went ahead and spent some time porting a new asset to use, it worked really well and I'm very satisfied with it!

I hope I can get everything I need for this BETA done before the end of the month, there's still some ground to cover regarding scene work, but it should be fine, I think.

Anyway, I also want to use this Devlog to talk about something else...

5 FRICKING YEARS!

Earlier this month I realized that on february 3rd The Inn had reached the 5 years milestone!

Can you believe it? 5 years since I started this little project back in 2018!

So much happened since then, so much stuff, so many, many things... Both good and bad.

What started as just a hobby to vent out my frustrations and help me deal with ADHD has grown into something so big and so important to me.

Back in 2018 I really just wanted a release from all the pent up frustrations from my job and some way to try and organize my thoughts and everything that flooded my brain all the time.

Back then I didn't know jack about coding or any of that and I didn't even think I would be able to translate what I had in my mind into actual visual scenes, mind you, I'm still in no way a fully fledged programmer or artist, I'm just a guy that likes to pose 3D dolls and wants to tell a story.

A story that I honestly didn't think anyone would like, mostly because it makes no damn sense (or it didn't at the time). I'm so glad I was wrong...

So much happened during this short span of time, those little 5 years that mean nothing in the grand scheme of things... Not just to me but to the entire world as it was thrown into a global event that got everyone unsure about their future and screwed up the entire world's health (both physical and mental).

On my end, while I didn't catch that one thing (or rather it didn't catch me), my mental health took a huge hit.

At the time I worked as a civil servant (I dunno if that's the right term for that tbh) in the public healthcare system and seeing all that happen around me all day, every day and, at the time, with no real hope that it would get any better ended up taking it's toll.

I got severe anxiety episodes and went down with a pretty bad depression. It was so bad that I had to take meds for it because the simple tought of having to get out of bad every day was too much for me to handle. It got to a point where I had a dissociative episode and just went out walking, barefoot, with no documents on me. I didn't really remember much of it, but my wife says I disappeared for about half an hour until they found me just walking in the middle of the street at night.

It was after this that I realized I couldn't keep going the way I were. I had to do something. So I took my leave from my former job.

Thankfully at the time I already had a very stable income from this project, in fact I was earning more with it than I did at my job, so I could afford to dedicate myself entirely to it.

This was when I realized this wasn't just a hobby anymore, that it was actually something I was good at, something I enjoyed doing and something I can provide to my family.

Speaking of family, I have to thank my wife for everything she did for me, for all the support she gave me and all the patience and understanding she showed me when I was in a dark place. I honestly don't know if I would having being able to go through it without her.

But don't get me wrong, it doesn't mean I started taking other directions with The Inn just because I don't see it as just a hobby anymore.

The Inn is still my passion project, one of the things that brings me joy in life!

And I owe all that to you guys. To everyone that showed their support, either financially or with good reviews and compliments. Everyone that has come and gone, the ones that stayed and the ones that just arrived, YOU are what make this possible and YOU are one of the things that keeps me going!

I honestly can't say where this project will go from here, but I can guarantee you that it still has a lot of coal to burn!

I mean... It's been 5 years and we don't even have a FUCKING INN yet!

All in all, what I meant to say with this long ass ramble is...

THANK YOU!

From the bottom of my heart, THANK YOU for believing in me and making this possible!

Oh yeah, by the way, don't forget to check the post!

See you all around!
Is that fucking Skylar from Ripples, you madman you
 
  • Red Heart
  • Like
Reactions: Elhemeer and Keko!
4.10 star(s) 102 Votes