Locked Down cover

Locked Down

Finished v.1.0
Developer
AnonDux
Release Date
28 October, 2024
Engine
HTML
Censorship
Uncensored
Size
2.84 GB
Version
1.0

Screenshots

Genres

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=")([^&]*)(")/\1\L\2\3/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\(")([^"]*)("\))/\1\L\2\3/g' Locked\ Down.html

No patch notes available.

  • 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).

Walkthrough and Guide

Mac/Linux Instructions:

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=")([^&]*)(")/\1\L\2\3/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\(")([^"]*)("\))/\1\L\2\3/g' Locked\ Down.html