4.60 star(s) 20 Votes

Gadriel

Well-Known Member
Dec 15, 2017
1,153
1,231
You paizuri maniacs would be OK with a game that's exclusively paizuri I swear.
Why yes, I did enjoy Lustgrimm Again, thank you for asking. With how much of its artwork I've been using for card art, I thought that'd be obvious.
...No, but I was talking about the effect. Summoning your opponent's chaff against them to solidify board control is just oppressive, to say nothing about how strong healing lets you just keep reviving your chaff forever. It actually patches one of the Faith Archetypes major weaknesses, that being a slow start before Angelic Warrior spam. Sure, the co-op is lulzy, and the AI did manage to Exodia me by using Ruinous Contract, but her 3 is the real game-winner here.
 
  • Like
Reactions: BuildVictory

Gadriel

Well-Known Member
Dec 15, 2017
1,153
1,231
Can someone explain me how to play this game?
I am the only one who always loses points.
Use squeezers to get mana. Use mana to play cards.
Play minions to protect yourself from your opponent. Play spells and traps to help clear your opponent's minions.
Fuck the opponent more then they fuck you.
 

firesoul10

Member
Feb 9, 2020
151
39
Honestly I really want more games that're just about boobs in general. Sex is a secondary priority for me in general. Just ace things ig lol
 

TheUnsaid

Active Member
Game Developer
Dec 28, 2019
653
857
Fuck the opponent more then they fuck you.
Honestly, 99% of the time people ask for help this is the main sticking point they get lost on.
Can someone explain me how to play this game?
I am the only one who always loses points.
Winning means having your succubus fuck the enemy to lower their energy to 0.

If you want to play in a way where your girls only fuck you, you have to build specific decks for that or use the Lovers squeezers.
 

Oblivion9873

Active Member
Jun 18, 2020
683
902
after this current squeezer is complete, I honestly wouldn't mind a patch focusing on finishing up most of the portraits, gentle for example barely even looks like what she looks like in the scenes it's just a sketch

you can tell that they were really proud of SoPS though considering she has a fully animated portrait while heavenly and secretary are still static lol
 

firesoul10

Member
Feb 9, 2020
151
39
SoPS is definitely a favorite of theirs yeah. I think the devs MIGHT like big boobs more than the other stuff. (See every single squeezer having a paizuri scene as well as the BE/Lactation mechanics)

This suits me absolutely fine, ofc, but yeah, must feel bad for fans of the other types.
 

Oblivion9873

Active Member
Jun 18, 2020
683
902
also is it just me or did they forget to make slow variants for half of bouncy's scenes?
the paizuri and proper sex don't seem any different
 

grahegri

sake, birds, torrents
Donor
Feb 23, 2023
10,183
5,611
SuccubusReborn-2024.08.08b
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
Mar 22, 2023
301
340
also is it just me or did they forget to make slow variants for half of bouncy's scenes?
the paizuri and proper sex don't seem any different
To be fair, it's not just bouncy. Nun has the same issue too.

I think the animators weren't inspired enough to think about what a "slow variant" would look like for those girl.
Cheerleader's sex scene also has no slow variant. And Dryad's sex scene also doesn't.

Creator really heavy focuses on paizuri lol.
 

elbunga

New Member
Jul 10, 2022
12
2
I really do not understand this patcher. I extract and run and i get an error... Doesn't even tell me the error. Are the directions missing directions?
 

JohnDoe741852

Newbie
Sep 6, 2019
19
69
For those having a locale issue (e.g. https://f95zone.to/threads/succubus-reborn-v20240808b-sda-lab.62028/post-14170357, https://f95zone.to/threads/succubus-reborn-v20240808b-sda-lab.62028/post-13316415 ...), the root cause is that the game (incorrectly) assumes that everyone is using the decimal point, while using the default decimal separator configured at the OS level.
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, (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 \BepInEx\plugins folder after (if it is not already installed, the \BepInEx\plugins folder will not exist) and enable it by saving the following text in \BepInEx\config\CultureOverride.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)
 

TheUnsaid

Active Member
Game Developer
Dec 28, 2019
653
857
For those having a locale issue (e.g. https://f95zone.to/threads/succubus-reborn-v20240808b-sda-lab.62028/post-14170357, https://f95zone.to/threads/succubus-reborn-v20240808b-sda-lab.62028/post-13316415 ...), the root cause is that the game (incorrectly) assumes that everyone is using the decimal point, while using the default decimal separator configured at the OS level.
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, (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 \BepInEx\plugins folder after (if it is not already installed, the \BepInEx\plugins folder will not exist) and enable it by saving the following text in \BepInEx\config\CultureOverride.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)
How do you even troubleshoot such a niche problem damn?
 
4.60 star(s) 20 Votes