
Locked Down
Game Description:
A story of a normal family living through the pandemic. You are a young man who lives with your family members, trying your best to assimilate into a new isolated kind of lifestyle, but the virus is the least of your worries as your nemesis incidentally got locked down together with everyone you love. Can you return to your normal life? What about your girlfriend Aiko? What is your nemesis going to do? (he’ll fuck everyone, this won’t be in f95 if he doesn’t)
- Extract and run.
- Linux/Mac capitalization issue
Run the following commands from the root of the game folder:for f in find .; do mv -v "$f" "echo $f | tr '[A-Z]' '[a-z]'"; done
sed -i -E 's/(src=")([^&]*)(")/1L23/g' Locked Down.html
This should fix broken URLs for all the images and videos.
To fix avatars, use below code:sed -i -E 's/(URL(")([^"]*)("))/1L23/g' Locked Down.html
- Dual Core Pentium or equivalent Processor.
- Intel HD 2000 or equivalent Graphics.
- 2.66 GB of free disk space (Recommended to have twice as much free disk space than this).
Locked Down - Ongoing - v.0.20 Links And Mirrors
Locked Down's latest build v.0.20 is available in Windows, Mac, Linux platforms and currently Ongoing. We last updated this game in October 15, 2024.
Walkthrough and Guide
Run the following commands from the root of the game folder:
for f in `find .`; do mv -v "$f" "`echo $f | tr '[A-Z]' '[a-z]'`"; done
sed -i -E 's/(src=")([^&]*)(")/1L23/g' Locked Down.html
This should fix broken URLs for all the images and videos. I went though and fixed all the avatars manually but the command below should work (I haven't tested it):
sed -i -E 's/(URL(")([^"]*)("))/1L23/g' Locked Down.html