
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
Final
- Dual Core Pentium or equivalent Processor.
- Intel HD 2000 or equivalent Graphics.
- 2.84 GB of free disk space (Recommended to have twice as much free disk space than this).
Locked Down - Finished - v.1.0 Links And Mirrors
About The Game: Locked Down is a porn game made on HTML game engine. This game is rated M and meant for adults with explicit contents and strong language. It is advised to read the tags to get an idea about the game. The current available version is v.Locked Down. THe contents of the game is Uncensored. Locked Down is developed and distributed by AnonDux, Please support AnonDux if want the development of Locked Down game going or want to see more new games from them in future. The download links are crawled and gathered from various public sites. We do not host/modify or alter the contents. The uploader is responsible for the DMCA.
Locked Down's latest build v.1.0 is available in Windows, MacOS, Linux platforms and currently Finished. We last updated this game in October 31, 2024.
Locked Down's latest build v.1.0 is available in Windows, MacOS, Linux platforms and currently Finished. We last updated this game in October 31, 2024.
Walkthrough and Guide
Mac/Linux Instructions:
Run the following commands from the root of the game folder:
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):
Run the following commands from the root of the game folder:
Code:
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):
Code:
sed -i -E 's/(URL(")([^"]*)("))/1L23/g' Locked Down.html