Succubus Reborn porn xxx game download cover

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

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