keskas

Newbie
Feb 20, 2018
43
30
Good afternoon, I completed the entire game, but could not open this scene. When I try to enter the room I get caught and that's the end of it. Can anyone tell me what I need to do?


1704266131575.png
 
  • Like
Reactions: skinnyj69

keskas

Newbie
Feb 20, 2018
43
30
watch a movie while she is drinking wine. just buy a a bottle of wine and have it with you while watching a movie
I tried this, but it didn't work. But I found the answer in the comments on the site, you need to take oil from the kitchen so that the hinges don’t creak.
 
  • Like
Reactions: skinnyj69

Manifold

Well-Known Member
Jan 14, 2018
1,140
1,891
Hi everyone,
What's the collection coupon? Can you make any use of it? Searched on this thread with keywords "collection" and "coupon" and strangely found nothing
 

sick bastard

Member
Jun 25, 2022
346
648
how do I run this in linux(steamdeck)? I can't execute the sh file, just gives me permission denied no matter what I try.
If you have console enabled, enter the folder with game and run:

Code:
chmod u+x lib/py2-linux-x86_64/MilfsPlaza && bash MilfsPlaza.sh
 

Myztklkev

Newbie
Aug 16, 2017
66
106
Probs gonna have to wait for it to come out on steam..
I can play it on the steam deck through proton, but if it's supposed to run natively, I would rather do that.


If you have console enabled, enter the folder with game and run:

Code:
chmod u+x lib/py2-linux-x86_64/MilfsPlaza && bash MilfsPlaza.sh
pretty sure I did this yesterday and every other combo of chmod and ./ but I'll try again.
 

sick bastard

Member
Jun 25, 2022
346
648
pretty sure I did this yesterday and every other combo of chmod and ./ but I'll try again.
The problem with Linux RenPy games is that not you only need execution bit set for .sh file in the game's folder, but also for the game binary file. In most cases game are shipped in proper tar containers with correctly set bits, but some developers ship games in zip files made in Windows with all attributes stripped. The .sh file in game folder is just a simple few lines of shell code that detects the platform and runs the appropriate binary. The game binary itself for RenPy games is located in lib/%platform%/%gameTitle%. For this game and SteamDeck it will be "lib/py2-linux-x86_64/MilfsPlaza" binary. You must set this file to be executable, and moreover - you can launch the game directly by running this binary instead of executing .sh wrapper script.

Most of RenPy games have Linux builds included that go way better, faster and stable on LinuxDesktop/SteamDeck than running Windows builds via Proton. Actually between 200+ titles in my library I'm using Proton only for a 5-6 Unity games. Everything else has Linux builds or can be ported to native Linux.
 
Last edited:

Myztklkev

Newbie
Aug 16, 2017
66
106
The problem with Linux RenPy games is that not you only need execution bit set for .sh file in the game's folder, but also for the game binary file. In most cases game are shipped in proper tar containers with correctly set bits, but some developers ship games in zip files made in Windows with all attributes stripped. The .sh file in game folder is just a simple few lines of shell code that detects the platform and runs the appropriate binary. The game binary itself for RenPy games is located in lib/%platform%/%gameTitle%. For this game and SteamDeck it will be "lib/py2-linux-x86_64/MilfsPlaza" binary. You must set this file to be executable, and moreover - you can launch the game directly by running this binary instead of executing .sh wrapper script.

Most of RenPy games have Linux builds included that go way better, faster and stable on LinuxDesktop/SteamDeck than running Windows builds via Proton. Actually between 200+ titles in my library I'm using Proton only for a 5-6 Unity games. Everything else has Linux builds or can be ported to native Linux.
this game doesn't appear to have a binary for linux though, and im struggling to run the script. I ended up just adding it through proton, which is probably the way to go anyway because the game doesn't have controller support.
 
3.10 star(s) 69 Votes