Lykanz

Engaged Member
Game Developer
May 2, 2017
2,918
8,074
769
I wasn't upset, I saw the Devs Patron count, it was a joke, but my Autism gets in the way of my humor a lot. :giggle:
Was checking to see if folks would Defend the Dev and they did, which is always nice to see, and a personal response from Dev was a super bonus. :love:
Solvalley School and Max's Life both have been in Dev longer, but have tons of content, so there's that. The girls in this one are slightly better looking than the ones in those games though. ;)
Never did get an answer to the question if there are sounds or music in the game? :unsure:
Ah yes, the woes of the autistic misunderstood troll... I know that feeling on a personal level.
No worries, all's good.

As for your question, there is background music and some sfx sounds, no sex sounds tho.
 
  • Heart
Reactions: Bloodguard

michael1984

Engaged Member
Dec 9, 2017
3,632
9,768
768
Well its nice we finally had some fun with the mother figure

Just the younger sibling to go

Shame it takes a while to see new content

But so far it was pretty fun and enjoyable for what it has to offer
 
  • Like
Reactions: Lykanz

Zash1234

New Member
Dec 21, 2019
13
12
46
The Inn [v0.07.09] [Compressed]

Original Size Win/Linux: 3.91 GB

Compressed Size Win/Linux: 1.44 GB: - WORKUPLOAD - PIXELDRAIN
Compressed Size Mac: 1.42 GB: - WORKUPLOAD - PIXELDRAIN

Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:
or you can
Check out my
Thanks for the compressed versions.
I'm having an issue with the compressed mac version, it doesn't open and I'm blue balled. Is there a missing file somewhere? I'll try to download it again just in case.
Edit: I tried downloading again (1st time with Pixeldrain. 2nd with Mixdrop), and it didn't work, shows the same error message.

Here's the error message I received:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/special_screens/manualtracks.rpy", line 7, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B8C03C70-CF29-4BDA-B1A6-8E024B013832/d/TheInn.app/Contents/Resources/autorun/game/track'
 
Last edited:

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,918
8,074
769
Thanks for the compressed versions.
I'm having an issue with the compressed mac version, it doesn't open and I'm blue balled. Is there a missing file somewhere? I'll try to download it again just in case.
Edit: I tried downloading again (1st time with Pixeldrain. 2nd with Mixdrop), and it didn't work, shows the same error message.

Here's the error message I received:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/special_screens/manualtracks.rpy", line 7, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B8C03C70-CF29-4BDA-B1A6-8E024B013832/d/TheInn.app/Contents/Resources/autorun/game/track'
Try creating a folder named "track" inside the game folder.

That's actually on me tbh.

It's leftover from code that I started working on but didn't finish.
 
  • Like
Reactions: Zash1234

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,918
8,074
769
All you need to do is the following if it isn't on the Patreon page...

Lykanz do you have a rough date / patch revision for the next public release?

Or alternatively you could join the dev's Discord server.
Public releases are made around the 5th of every month.

That being said, this version (07.09) will be public in 3 months.
 
  • Like
Reactions: Wandering Pyro

Zash1234

New Member
Dec 21, 2019
13
12
46
Try creating a folder named "track" inside the game folder.

That's actually on me tbh.

It's leftover from code that I started working on but didn't finish.
Thanks for the reply. Hum, I created the folder and it's still showing me the same message.
The previous one was a shortened copy, here's the complete copy of the error message.

Any idea on how to fix this? I know shit about coding haha.

___

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/special_screens/manualtracks.rpy", line 7, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'

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

Full traceback:
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "special_screens/manualtracks.rpyc", line 5, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "special_screens/manualtracks.rpyc", line 5, in script
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/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/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/special_screens/manualtracks.rpy", line 7, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/loader.py", line 1007, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/ost.py", line 510, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,194
658
Thanks for the reply. Hum, I created the folder and it's still showing me the same message.
The previous one was a shortened copy, here's the complete copy of the error message.

Any idea on how to fix this? I know shit about coding haha.

___

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/special_screens/manualtracks.rpy", line 7, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'

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

Full traceback:
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "special_screens/manualtracks.rpyc", line 5, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "special_screens/manualtracks.rpyc", line 5, in script
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/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/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/special_screens/manualtracks.rpy", line 7, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/loader.py", line 1007, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/ost.py", line 510, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'
Contact the person who made the compressed version of it. Seems like something went to shit during compression.
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,918
8,074
769
Thanks for the reply. Hum, I created the folder and it's still showing me the same message.
The previous one was a shortened copy, here's the complete copy of the error message.

Any idea on how to fix this? I know shit about coding haha.

___

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/special_screens/manualtracks.rpy", line 7, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'

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

Full traceback:
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "special_screens/manualtracks.rpyc", line 5, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "special_screens/manualtracks.rpyc", line 5, in script
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/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/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/special_screens/manualtracks.rpy", line 7, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/loader.py", line 1007, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/ost.py", line 510, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'
It's not the same error tho.
Now it asks for a folder called "covers" inside the "tracks" folder.

If it's not much trouble, try creating this one too.

I'm really sorry about that, as I said, it's leftover code from something I started developing, didn't finish in time and ended up forgetting to remove.

It's going to be fixed in the new version to be released next month.
 

Zash1234

New Member
Dec 21, 2019
13
12
46
It's not the same error tho.
Now it asks for a folder called "covers" inside the "tracks" folder.

If it's not much trouble, try creating this one too.

I'm really sorry about that, as I said, it's leftover code from something I started developing, didn't finish in time and ended up forgetting to remove.

It's going to be fixed in the new version to be released next month.
Great! It worked! Thanks! :)
 

DraxisSilencer1000

Well-Known Member
Aug 26, 2020
1,428
761
227
I thought this'll be the conclusion of Joana's event? There nothing more after that boobjob?

Never mind that, there's no star on the map selection that's why I thought the updates' done.
 
  • Like
Reactions: Lykanz
4.00 star(s) 118 Votes