No you get future updates. Less frequent but more stable updates, but still future updates.There is a "donation build" that you can buy on itch.io. Is it only for current version, without future updates?
The dick is fully customizable including human and monster variants. Solid color is from old screenshots.Thought it looked good until I saw that awful black glass cock.. it looks like plastic in some scenes and glass in others. Ugh.
Unfortunately I have no idea how to do this on windowsmacOS app is missing the execute flag on the binary
to make it work.Bash:chmod a+x "OurApartment.OSX.app/Contents/MacOS/Our Apartment"
note would be nice for the zip file to be made correctly
all I can tell you is: macOS is a unix, so the same thing you do for linux should work just fine.Unfortunately I have no idea how to do this on windows
There's multiple ways to go about this. I'm not as much of a computer guru as I'd like to be so these solutions might sound really fucking stupid and hacky, but just off the top of my head:I know there's a way to run bash (the unix shell) under windows10, so that one and the same "chmod" command I wrote might be able to do the trick (so setting the flags before zipping).
File permissions and flags are store in the zip's header, it might windows' compression facility doesn't bother to do that, so perhaps even just using a compressor honouring all the specs might be enough.
But I only really used unix systems in my life, so I haven't much of an idea about windows so it's all hypothesis from the top of my head
chmod
from there.cd /mnt/c
, which gets you to the C drive. Navigate and do the stuff from there.That's the one I was thinking about!
- Windows Subsystem for Linux, or WSL, which is a Windows 10 feature. Needs to be enabled by the user, but they can look up instructions off Microsoft's website and it's pretty straightforward since they lay it all out for you. Then just install whichever flavor Linux they want (e.g. Ubuntu, etc.) and fire it up. You can access the rest of your disk with
cd /mnt/c
, which gets you to the C drive. Navigate and do the stuff from there.