
Succubus Reborn
Game Description:
This is a single-player card game with the theme of “squeezing”.
- Extract and run.
- Dual Core Pentium or equivalent Processor.
- Intel HD 2000 or equivalent Graphics.
- 1.14 GB of free disk space (Recommended to have twice as much free disk space than this).
Succubus Reborn - Ongoing - v.20250912a Links And Mirrors
About The Game: Succubus Reborn is a porn game made on Unity 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.Succubus Reborn. THe contents of the game is Censored. Succubus Reborn is developed and distributed by Sda-lab, Please support Sda-lab if want the development of Succubus Reborn 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.
Succubus Reborn's latest build v.20250912a is available in Windows platforms and currently Ongoing. We last updated this game in October 1, 2025.
Succubus Reborn's latest build v.20250912a is available in Windows platforms and currently Ongoing. We last updated this game in October 1, 2025.
Walkthrough and Guide
Community Modpack: FILEKNOT - ANONZIP
Machine Translation: FILEKNOT - ANONZIP
Important fix for a common problem with non-english: FILEKNOT - ANONZIP
People with the locale issue most likely have their operating system configured to use the decimal comma instead (i.e. decimal numbers are formatted as
In order to fix this, you can either:
Simply drop the dll (in
Source code is also provided (
Machine Translation: FILEKNOT - ANONZIP
Important fix for a common problem with non-english: FILEKNOT - ANONZIP
People with the locale issue most likely have their operating system configured to use the decimal comma instead (i.e. decimal numbers are formatted as
3,14159
instead of 3.14159
).
In order to fix this, you can either:
- Edit your number formatting settings to use dots as the decimal separator instead of commas, Steps to change the decimal separator (system-wide setting)
- Change the locale using an emulator (does not seem to work every time reliably, mostly depends on the emulator being used - and how the new emulated locale is configured)
- Alternatively, here is a BepInEx plugin that should fix the issue for this game (should work for every version of SR), so no tweaks are required at the OS level, nor will it be required to use a locale emulator.
Simply drop the dll (in
release.7z
) in the BepInExplugins
folder after installing BepInEx (if it is not already installed, the BepInExplugins
folder will not exist) and enable it by saving the following text in BepInExconfigCultureOverride.cfg
(the file will not be there before the first launch of the game after the plugin installation, so you will have to manually create it or start the game):
Code:
## Settings file was created by plugin CultureOverride v1.0.0.0
## Plugin GUID: CultureOverride
[Double]
# Setting type: Boolean
# Default value: false
double double.Parse(string) = true
[Float]
# Setting type: Boolean
# Default value: false
float float.Parse(string) = true
Source code is also provided (
CultureOverride.7z
)