spitfire335

Active Member
Jun 12, 2017
601
733
You know I was thinking that as Dominant Rowan further descends into corruption maybe he would want his knight Heleyna to be more capable. And in order to make her so, he may want to look into getting her better armor. And what better armor is there than a demonic living armor? It would feed off her neverending lust but be submissive to Rowan of course all the while enhancing her strength and make her look hotter too. Just some lewd thoughts.
 
  • Like
Reactions: T800 and Salomon108

desmosome

Conversation Conqueror
Sep 5, 2018
6,120
14,122
Just amazing pictures, Friend. Really give a try to it.
I really do love the CG art in this game. They are up there with the best of them... but in this game, the portrait/concept art is SOOO beautiful that it leave you wishing the whole game was done with that art style.
 

Ghosthands

Newbie
May 4, 2018
85
52
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/mapExploration.rpy", line 101, in <module>
TypeError: list indices must be integers, not NoneType

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

Full traceback:
File "game/main_loop.rpyc", line 37, in script call

File "game/locations/portal_room.rpyc", line 3, in script call
����$�!tǻ��#����d멖IO��G*[/����^9����ߗ~�|�~�W7��V3abfY/u� Z���9���;71W���
File "game/mapExploration.rpyc", line 101, in script
File "C:\Users\Troy\Documents\Games\seeds-of-chaos-0.2.38-pc\renpy\ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Troy\Documents\Games\seeds-of-chaos-0.2.38-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "game/mapExploration.rpy", line 101, in <module>
TypeError: list indices must be integers, not NoneType

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Seeds of Chaos 0.0.05
Mon Oct 29 20:53:51 2018




Got this when going into the map from the portal
 
  • Like
Reactions: T51bwinterized

T51bwinterized

Well-Known Member
Game Developer
Oct 17, 2017
1,456
3,479
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/mapExploration.rpy", line 101, in <module>
TypeError: list indices must be integers, not NoneType

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

Full traceback:
File "game/main_loop.rpyc", line 37, in script call

File "game/locations/portal_room.rpyc", line 3, in script call
����$�!tǻ��#����d멖IO��G*[/����^9����ߗ~�|�~�W7��V3abfY/u� Z���9���;71W���
File "game/mapExploration.rpyc", line 101, in script
File "C:\Users\Troy\Documents\Games\seeds-of-chaos-0.2.38-pc\renpy\ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Troy\Documents\Games\seeds-of-chaos-0.2.38-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "game/mapExploration.rpy", line 101, in <module>
TypeError: list indices must be integers, not NoneType

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Seeds of Chaos 0.0.05
Mon Oct 29 20:53:51 2018




Got this when going into the map from the portal
Sent to the Boss Man
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,120
14,122
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 8, in execute
  File "game/screens/hex_map.rpy", line 15, in execute
  File "game/screens/hex_map.rpy", line 22, in execute
  File "game/screens/hex_map.rpy", line 24, in execute
  File "game/screens/hex_map.rpy", line 27, in execute
  File "game/screens/hex_map.rpy", line 29, in execute
  File "game/screens/hex_map.rpy", line 32, in execute
  File "game/screens/hex_map.rpy", line 32, in <module>
KeyError: 926

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

Full traceback:
  File "game/main_loop.rpyc", line 37, in script call
    �
  File "game/locations/portal_room.rpyc", line 3, in script call
    ����$�!tǻ��#����d멖IO��G*[/����^9����ߗ~�|�~�W7��V3abfY/u� Z���9���;71W���
  File "game/mapExploration.rpyc", line 88, in script
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Downloads\seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 8, in execute
  File "game/screens/hex_map.rpy", line 15, in execute
  File "game/screens/hex_map.rpy", line 22, in execute
  File "game/screens/hex_map.rpy", line 24, in execute
  File "game/screens/hex_map.rpy", line 27, in execute
  File "game/screens/hex_map.rpy", line 29, in execute
  File "game/screens/hex_map.rpy", line 32, in execute
  File "game/screens/hex_map.rpy", line 32, in <module>
KeyError: 926

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Seeds of Chaos 0.0.05
Mon Oct 29 21:17:39 2018
This came up when I sent Alexia to do research. Its been a while so I cant remember if this was the first scene for that job.

edit: hmm it seems to do it for maid job too. I think maybe for all the jobs lol. I think im using a save file from 2.35 or around there.
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,120
14,122
Does anyone have console commands for things like gold and stats? I'm starting over cus of the errors and dont feel like struggling so much with the exploration and stuff.
 
  • Like
Reactions: Rain01

Edger

Newbie
May 30, 2017
91
54
Does your wife cheats on you even if you turn off the NTR tag? I am assuming turning it on just gives you the pleasure of doing it.
 

LokiTime

Member
May 20, 2017
301
260
Does anyone have console commands for things like gold and stats? I'm starting over cus of the errors and dont feel like struggling so much with the exploration and stuff.
You can use the "debug" system in game. it's a blue Menu on the low left corner.
Or
avatar.gold = XXXXX
avatar.exp = xxxxx
 
  • Like
Reactions: desmosome

Demon Jhim

Well-Known Member
Aug 5, 2017
1,995
958
I encounter this, Yeah I don't plan to repeat all those grinds

Code:
 I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 8, in execute
  File "game/screens/hex_map.rpy", line 15, in execute
  File "game/screens/hex_map.rpy", line 22, in execute
  File "game/screens/hex_map.rpy", line 24, in execute
  File "game/screens/hex_map.rpy", line 27, in execute
  File "game/screens/hex_map.rpy", line 29, in execute
  File "game/screens/hex_map.rpy", line 32, in execute
  File "game/screens/hex_map.rpy", line 32, in <module>
KeyError: 926

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

Full traceback:
  File "game/mapExploration.rpyc", line 88, in script
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\Desktop\Games\Development Mostly Played\[Renpy]\Seeds of Chaos\foqS82_seeds-of-chaos-0238-pc\seeds-of-chaos-0.2.38-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 7, in execute
  File "game/screens/hex_map.rpy", line 8, in execute
  File "game/screens/hex_map.rpy", line 15, in execute
  File "game/screens/hex_map.rpy", line 22, in execute
  File "game/screens/hex_map.rpy", line 24, in execute
  File "game/screens/hex_map.rpy", line 27, in execute
  File "game/screens/hex_map.rpy", line 29, in execute
  File "game/screens/hex_map.rpy", line 32, in execute
  File "game/screens/hex_map.rpy", line 32, in <module>
KeyError: 926

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Seeds of Chaos 0.0.05
Tue Oct 30 16:21:08 2018
 
4.00 star(s) 162 Votes