
Finished
v2024-12-10
The Knight Girl and Dungeons
Developer
KonekoBokushi
Engine
Unity
Version
2024-12-10 (Finished)
Released: Dec 10, 2024
Updated: Jul 22, 2025
Censorship
Uncensored
More by KonekoBokushi
3D Game
Adventure
Ahegao
Anal Sex
Animated
BDSM
Big Ass
Big Tits
Censored
Combat
Creampie
Fantasy
Female Protagonist
Groping
Humiliation
Japanese Game
Male Domination
Monster
Oral Sex
Rape
RPG
Sex Toys
Slave
Spanking
Vaginal Sex
About The Knight Girl and Dungeons
In this game, you play as a powerful female knight of a kingdom who accepts requests from nearby villagers to explore terrifying dungeons and overthrow evil monster lords who are lurking deep within their underground castles.
It is a 3D action game from a third-person perspective, where the player fights alone and collects supplies to improve his abilities. But if you are captured by the enemy, something terrible will happen.
Downloads
Confused about how the downloading works? Here is a handy guide
Windows
Gofile Mega Mixdrop Pixeldrain Uploadhaven Gofile (DLsite Version) Mega (DLsite Version) Mixdrop (DLsite Version) Pixeldrain (DLsite Version) Wdho (DLsite Version)
Copyright and Terms: Lewdzone is a crawling site. We post games like The Knight Girl and Dungeons from trusted sources like Patreon official release, creator's official site and F95. We only share links of files provided by those sources. We do not include/exclude anything to/from the packages. We do not host those files and those files are hosted in public file sharing servers and by the ToS of those servers, it is legal to share any public files.
- Extract and run.
Walkthrough & Guide
Cheat Table: FILEKNOT - ANONZIP
How do I get a copy of Cheat Engine?
There are several ways to download the tool:
NB: Cheat Engine is available on Windows and MacOS only.
NB: Make sure you have the LATEST or at least a penultimate version of CE when using others' cheat tables to avoid incompatibility issues
- What's a Cheat Engine table:
CE cheats are usually distributed as lightweight XML tables and have a .CT extension. You will need Cheat Engine installed on your PC to run CE tables.
NB: Most cheat engine tables are created for Windows (x86-64 architecture), you won't find many tables for MacOS apps and arm64 architecture.
NB: You can see the layout of any table by opening it with any text editor like NotePad++
- How does Cheat Engine work:
It's basically a debugging tool on steroids. There's a lot to unpack on how it works, but my scripts rely on AOB signatures (be they hardcoded ASM cheats, pointers with offsets, etc) and LUA scripting. The challenge is to create consistent and resilient cheats working between versions, but there's nothing permanent with compilers and optimizations.
AOB signatures work like this: a byte signature is scanned to find the first match in the .text (code) section, then CE gracefully injects a detour jump to the allocated cheat script (or in a code cave) that tweaks the game behavior and then returns to the next instruction after the injection. Sometimes AOB-based cheat scripts modify a function's behavior in-place.
Lua scripts that are running in the CE's lua engine are basically meta-scripts to extend CE's functionality with a neat API.
- Where do I put a cheat table /.CT file:
Wherever you deem suitable, usually tables are standalone .CT files and making dependencies for them isn't a good practice. When you run a cheat table, it's loaded into and interpreted by Cheat Engine.
- How to use Cheat Engine:
First of all, make sure your Cheat Engine instance is running with administrator rights to make sure it is able to read, write to memory and communicate with kernel properly. To do that, you can grant administrator rights by clicking RMB on Cheat Engine shortcut (to open its context menu), then go to Properties -> Compatibility (tab) and tick 'Run this program as an administrator'. Likewise, you can go to CE settings (when in the CE GUI, Edit->Settings) you can also find 'Always attempt to launch as admin' option. Or if you need it once, just run CE as an administrator (RMB on the CE shortcut, 'Run as an administrator'
For cases when tables DON'T have an attach script in them:
When Cheat Engine is opened and/if a cheat table for a specific game is loaded into it, the first thing that's needed is to attach to the specific game executable.
After pressing this button, you will see active processes with their PIDs exposed by Windows. If you struggle to find yours, check other tabs, there are 3 of them: Application, Processes, Windows.
For cases when tables DO have an attach script in them:
You'll see a script like *this*, just activate the checkbox. Does it fail to attach? Please read 'Why does the attach script fails when I activate it?' below
Once you are attached, activate other scripts that you need and have fun. Usually scripts are quite simple to use, but if there are instructions, just follow them to make it work. Sometimes certain actions are required for scripts to work properly, .e.g pressing a button to catch a pointer, loading into the game/level world to ensure a character actor is constructed, etc.
How do I get a copy of Cheat Engine?
There are several ways to download the tool:
- Official Cheat Engine website - a free, compiled executable. While installing, make sure you decline all adware
- Dark Byte's Patreon - $2.5/mo membership to get the latest releases and hotfixes already compiled
- Cheat Engine Github - if you want to compile it or CE github releases
NB: Cheat Engine is available on Windows and MacOS only.
NB: Make sure you have the LATEST or at least a penultimate version of CE when using others' cheat tables to avoid incompatibility issues
- What's a Cheat Engine table:
CE cheats are usually distributed as lightweight XML tables and have a .CT extension. You will need Cheat Engine installed on your PC to run CE tables.
NB: Most cheat engine tables are created for Windows (x86-64 architecture), you won't find many tables for MacOS apps and arm64 architecture.
NB: You can see the layout of any table by opening it with any text editor like NotePad++
- How does Cheat Engine work:
It's basically a debugging tool on steroids. There's a lot to unpack on how it works, but my scripts rely on AOB signatures (be they hardcoded ASM cheats, pointers with offsets, etc) and LUA scripting. The challenge is to create consistent and resilient cheats working between versions, but there's nothing permanent with compilers and optimizations.
AOB signatures work like this: a byte signature is scanned to find the first match in the .text (code) section, then CE gracefully injects a detour jump to the allocated cheat script (or in a code cave) that tweaks the game behavior and then returns to the next instruction after the injection. Sometimes AOB-based cheat scripts modify a function's behavior in-place.
Lua scripts that are running in the CE's lua engine are basically meta-scripts to extend CE's functionality with a neat API.
- Where do I put a cheat table /.CT file:
Wherever you deem suitable, usually tables are standalone .CT files and making dependencies for them isn't a good practice. When you run a cheat table, it's loaded into and interpreted by Cheat Engine.
- How to use Cheat Engine:
First of all, make sure your Cheat Engine instance is running with administrator rights to make sure it is able to read, write to memory and communicate with kernel properly. To do that, you can grant administrator rights by clicking RMB on Cheat Engine shortcut (to open its context menu), then go to Properties -> Compatibility (tab) and tick 'Run this program as an administrator'. Likewise, you can go to CE settings (when in the CE GUI, Edit->Settings) you can also find 'Always attempt to launch as admin' option. Or if you need it once, just run CE as an administrator (RMB on the CE shortcut, 'Run as an administrator'
For cases when tables DON'T have an attach script in them:
When Cheat Engine is opened and/if a cheat table for a specific game is loaded into it, the first thing that's needed is to attach to the specific game executable.
After pressing this button, you will see active processes with their PIDs exposed by Windows. If you struggle to find yours, check other tabs, there are 3 of them: Application, Processes, Windows.
For cases when tables DO have an attach script in them:
You'll see a script like *this*, just activate the checkbox. Does it fail to attach? Please read 'Why does the attach script fails when I activate it?' below
Once you are attached, activate other scripts that you need and have fun. Usually scripts are quite simple to use, but if there are instructions, just follow them to make it work. Sometimes certain actions are required for scripts to work properly, .e.g pressing a button to catch a pointer, loading into the game/level world to ensure a character actor is constructed, etc.
2024-12-10
Jul 22, 2025
Steam Version added
Minimum
OS: Windows 10+
CPU: Quad Core 2.5 GHz
RAM: 8 GB
GPU: GTX 960 / RX 280 (2 GB)
DirectX: 11
Storage: 1.57 GB
Recommended
OS: Windows 10+
CPU: Quad Core 3.0 GHz
RAM: 16 GB
GPU: GTX 1060 / RX 580 (4 GB)
Storage: 1.57 GB

How do you apply uncensor, where to move file?
Download latest BepInEx BE. current is.. use BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.688+4901521.zip
Extract it to game folder.
Download cheat plugin and extract it to BepInEx\plugins folder.
At game start, help box will be showed at left-up corner.
i cant download it mate
Download the latest version.
Its uncensored.
Where do you put the uncensor?
Please check the Walkthrough & Guide section.
how do i get this to be displayed on my main monitor?
Dark Souls style combat, not too easy, not too hard. Nice graphics, remember too download uncensored patch. No bugs or glitches but unfornately optimalization is bad, GPU works very hard while playing the game. As of Version: 2024-04-18 it looks finished, theres even a boss fight. Overall good game 7/10You can borrow 250 gold from trader 3 times before he asks for return. For additional scene u can kill trader. Some “clothing” is aveilable only after you get captured, which is counterintuitive.