- Sep 3, 2022
- 30,125
- 276,856
- 957
Succubus Contract II [v18.0] [Stick4Luck]
You must be registered to see the links
You must be registered to see the links
Try to read and mainly understand what the changelog says, it is not very difficult once you practice a little bit.Another update that ends exactly where the last one did...
Except none of that happened. It was right where the last save was and went to the endscreen.Try to read and mainly understand what the changelog says, it is not very difficult once you practice a little bit.
There's a save editor:Can you tell me how to start a new game with high stats? It doesn't make sense that you can't do anything since you start with 0 stats. Is there a cheat or way to modify them?
I just saw on patreon that v20.0 is already released.Any new update?
label very_like:
$ love_plug = True
$ c.rs = 1
$ k.sub += 1
$ k.lewd += 20
$ k.fem += 1
Checked it in on the current development branch. Will be fixed in v22. Thanks for the hint.I don't know if the dev comes her but there is an old bug on the Cody path (only realize it because I restarted) :
During the first Cody date in the bath : kiss cody, submit (give ass) then when you say "I very like it" it reset the relationship to 1 rather than increasing it.
part4.rpy
$ c.rs = 1 should be $ c.rs += 1Code:label very_like: $ love_plug = True $ c.rs = 1 $ k.sub += 1 $ k.lewd += 20 $ k.fem += 1