Foreeever

Newbie
Jul 14, 2021
34
148
133
hopefully not much changed on 0.4.09a, not sure if subscribestar has same content or not as just patreon got updated here
haven't managed to test it out so let me know how it works
You don't have permission to view the spoiler content. Log in or register now.
slight update today as i missed one scene in the patreon update but waited for steam for confirmation about something
 

Shaska

Newbie
Dec 24, 2021
52
89
86
You'd have a point if Lord Arioch was making this game by himself but he's not. I'm not sure how many team members they have currently, but I'm pretty sure it's at least 4, but if I remember right it has been as high as 7.

But we will say the low end just to steelman your argument. Divide that 10,000 by 4 members and you're at 2,500 per month. Not exactly rolling in it.

Don't forget to subtract the cost of the art commissions, I wouldn't be surprised if after the commission costs the split is less than 2,000 per month. I remember when I was making that much things were tight, and inflation has gone up about 25% since I had to live on that.

F95 users when a dev team makes a gigantic game with good story, content and art but takes their time to polish it with regular updates (they didnt pay anything for it and downloaded it for free):
 

Shaska

Newbie
Dec 24, 2021
52
89
86
>Helayna is Rowan and Alexia's plaything

How do I get that to happen lol
Take her as your pet after castle siege and you can convince Alexia you're trying to help her. She's not very happy with it but (very reluctantly) allows you to have a sexpet. I don't think there is actual content where she's actually participating in Helayna's... training, other than Helayna's fantasies. Kinda hope that will change in the future, afterall she does accept and partake in Liurial "duties".
 
  • Like
Reactions: BigOne24

mehGusta

Active Member
Aug 28, 2017
500
740
296
it's kind of funny that in a porn game, or at least a game with heavy pornographic elements, something like a succubus, a demonic being famous for their (biological? magical?) need for sex, are the comic-relief of the story. they are always up to some dumb shit.
 
  • Haha
Reactions: Kisama33

BigOne24

Newbie
Jul 9, 2024
92
64
104
I'm personally surprised by a lack of threesome content with Rowan x Alexia x Jezera or Rowan x Alexia x Andras. You'd figure that if you have em submit to either twin enough that would happen.
 

Nym85

Active Member
Dec 15, 2018
704
875
297
I'm personally surprised by a lack of threesome content with Rowan x Alexia x Jezera or Rowan x Alexia x Andras. You'd figure that if you have em submit to either twin enough that would happen.
At least the AlexiaXAndras arc is all about denigrating Rowan. I can't see Rowan involved in this outside a cuck role. Not sure about the Alexia one, haven't followed it.
Now a high corruption Alexia, high corruption Rowan with Rowan having high favour with Andras ending in such a scene would be possible imo. Something like Alexia asking Rowan if he has had sex with Andras, Rowan admitting it and she wanting a chance as well:)
 
  • Like
Reactions: BigOne24

ChubbyFatBoy

Active Member
Aug 19, 2024
884
4,005
321
F95 users when a dev team makes a gigantic game with good story, content and art but takes their time to polish it with regular updates (they didnt pay anything for it and downloaded it for free):
I mean if you disagree with em, that's fine. But trying to bring up whether someone paid or not. As if that magically changes what they said is retarded. Like sailing the high seas should come with curbing some entitlements. But it ain't a get out of jail free card.
 
  • Like
Reactions: EonKain and Wagdy75

BigOne24

Newbie
Jul 9, 2024
92
64
104
Hmm. Now some scenes aren't available for replay on Steam.
That's the sole reason I bought the steam version lol.
 
  • Haha
Reactions: Gicoo

isharatelamon

New Member
Sep 17, 2019
2
4
74
After updating the game to the latest version, I am unable to rename my saves, starting a new run. Is anybody else facing this bug?

Looks like some error in the code, but I could definitely use some help if someone has faced this and solved it.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/options.rpy", line 183, in put_save_name
NameError: name 'current_save_hover' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\transform.py", line 1083, in event
rv = d.event(ev, cx, cy, st)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\behavior.py", line 1129, in event
rv = super(Button, self).event(ev, x, y, st)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\behavior.py", line 1854, in event
self.update_text(content, self.editable, check_size=True)
File "D:\Downloads\Games\Misc\SeedsOfChaos\seeds-of-chaos-0.4.09a-non-patreon-pc\renpy\display\behavior.py", line 1587, in update_text
self.changed(new_content)
File "game/options.rpy", line 183, in put_save_name
NameError: name 'current_save_hover' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.4.24120703
Seeds of Chaos 0.4.09a
Tue Feb 25 12:59:33 2025
```
 

Shaska

Newbie
Dec 24, 2021
52
89
86
At least the AlexiaXAndras arc is all about denigrating Rowan. I can't see Rowan involved in this outside a cuck role. Not sure about the Alexia one, haven't followed it.
Now a high corruption Alexia, high corruption Rowan with Rowan having high favour with Andras ending in such a scene would be possible imo. Something like Alexia asking Rowan if he has had sex with Andras, Rowan admitting it and she wanting a chance as well:)
At the same time Rowan can have somewhat "respectful" relations with Andras, where he actually values Rowan as a castle steward and commander, even willing to reward him by sharing his favorite sexpet, I think there was a gay route in there too, but I'm not exactly into that stuff so I didn't check. I dont know if these routes are mutually exclusive, but I think it probably is possible for Alexia to go full sexslave on Andras while he actually, wouldn't say "befriends" but at at least acknowledges her husband, meaning the threesome scenes probably will happen at some point.
 

Griczzly

New Member
Jan 26, 2019
3
0
118
I have been following this game for years, but now I´m kinda losing hope that i ever will have full release.
 

mehGusta

Active Member
Aug 28, 2017
500
740
296
Some of the hottest art is not in the game but instead someone paid the illustrator to do some custom art
View attachment 4586487 View attachment 4586488 View attachment 4586489 View attachment 4586490 View attachment 4586491 View attachment 4586492
i'm not one who likes sissyfication at all, or is generally into gay stuff, but rowan and alexia lying exhausted next to each other holding hands after being throughoutly used and at least alexia completely covered in cum... hot damn!!!
really makes me want see this foursome happening in the game (minus rowan's butt stuff)
 

Devronman

Member
Nov 25, 2018
266
297
163
i'm not one who likes sissyfication at all, or is generally into gay stuff, but rowan and alexia lying exhausted next to each other holding hands after being throughoutly used and at least alexia completely covered in cum... hot damn!!!
really makes me want see this foursome happening in the game (minus rowan's butt stuff)
Written like someone who didn't go the best Greyhide route.
 

Gildor72

Newbie
Jun 8, 2020
58
126
147
I'm personally surprised by a lack of threesome content with Rowan x Alexia x Jezera or Rowan x Alexia x Andras. You'd figure that if you have em submit to either twin enough that would happen.
Oooh, a Rowan x Alexia x Jezera route would be HOT, at least for me. I personally enjoy the Jezera femdom scenes, and I have a very specific fantasy of sharing my girl with another woman so having both Rowan and Alexia's routes intersect would be fantastic!
 
3.90 star(s) 194 Votes