3.30 star(s) 4 Votes

lurkathon

Member
Donor
Jan 2, 2020
220
285
It's a good engaging story and overall I like the game so far. Story related combat in future should make it even more interesting, more for nerds like me than for quick-fap slideshow enjoyers :p

IMO Tatyana could do with a bit more "relationship building" content,
You don't have permission to view the spoiler content. Log in or register now.
felt like it came out of nowhere. The male MC could do with a bit more "action" too, not much there at this stage.

Also my PC was crying alot (fan noise) while the Inventory was open in the dungeon and even had a couple of CTD. This is unusual for a renpy game on my system (windows11, intel i7 9700, 16gb ram, gtx1660Ti)
 
Last edited:

chu2834822

Newbie
Sep 16, 2020
25
10
I chose a female protagonist, but the starting background is the same as the male one. Shouldn't the story be different depending on gender? Sleeping with the general's daughter results in the same outcome regardless of gender—does that make sense?
 

kamti

Member
Game Developer
Oct 4, 2018
331
381
I chose a female protagonist, but the starting background is the same as the male one. Shouldn't the story be different depending on gender? Sleeping with the general's daughter results in the same outcome regardless of gender—does that make sense?
Sometime girls sleep with the girls. I haven't seen it pesonally so many times, but I can prove it's true.
 

collinio

Newbie
Jan 20, 2018
47
15
Try to use a save and just get this:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 100, in execute
  File "game/screens.rpy", line 104, in execute
  File "game/screens.rpy", line 107, in execute
  File "game/screens.rpy", line 109, in execute
  File "game/screens.rpy", line 112, in execute
  File "game/screens.rpy", line 169, in execute
  File "game/screens.rpy", line 169, in <module>
AttributeError: 'StoreModule' object has no attribute 'name'

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

Full traceback:
  File "system_script/maps/village/POI/mystic_location.rpyc", line 33, in script call
  File "system_script/maps/village/POI/hunter_location.rpyc", line 16, in script call
  File "system_script/maps/village/POI/smith_location.rpyc", line 14, in script call
  File "system_script/maps/village/POI/castle_location.rpyc", line 18, in script call
  File "script/4.India/4.5.sadhika4.rpyc", line 99, in script
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 749, in display_say
    what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 1538, in get_displayable
    screen.update()
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 100, in execute
  File "game/screens.rpy", line 104, in execute
  File "game/screens.rpy", line 107, in execute
  File "game/screens.rpy", line 109, in execute
  File "game/screens.rpy", line 112, in execute
  File "game/screens.rpy", line 169, in execute
  File "game/screens.rpy", line 169, in <module>
AttributeError: 'StoreModule' object has no attribute 'name'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
The_Book_of_Outcasts 11.20
Thu May 29 12:34:44 2025
 

kamti

Member
Game Developer
Oct 4, 2018
331
381
Try to use a save and just get this:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 100, in execute
  File "game/screens.rpy", line 104, in execute
  File "game/screens.rpy", line 107, in execute
  File "game/screens.rpy", line 109, in execute
  File "game/screens.rpy", line 112, in execute
  File "game/screens.rpy", line 169, in execute
  File "game/screens.rpy", line 169, in <module>
AttributeError: 'StoreModule' object has no attribute 'name'

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

Full traceback:
  File "system_script/maps/village/POI/mystic_location.rpyc", line 33, in script call
  File "system_script/maps/village/POI/hunter_location.rpyc", line 16, in script call
  File "system_script/maps/village/POI/smith_location.rpyc", line 14, in script call
  File "system_script/maps/village/POI/castle_location.rpyc", line 18, in script call
  File "script/4.India/4.5.sadhika4.rpyc", line 99, in script
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 749, in display_say
    what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 1538, in get_displayable
    screen.update()
  File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 98, in execute
  File "game/screens.rpy", line 100, in execute
  File "game/screens.rpy", line 104, in execute
  File "game/screens.rpy", line 107, in execute
  File "game/screens.rpy", line 109, in execute
  File "game/screens.rpy", line 112, in execute
  File "game/screens.rpy", line 169, in execute
  File "game/screens.rpy", line 169, in <module>
AttributeError: 'StoreModule' object has no attribute 'name'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
The_Book_of_Outcasts 11.20
Thu May 29 12:34:44 2025
the game is in development. saves from one version don't work with another version, sorry.
 

B4112D33P

Newbie
Sep 2, 2024
19
18
Deleted my previous comment because I made a port for myself, not perfect but works well enough for me.
 

Madfire8

New Member
Oct 15, 2024
11
5
Hello Kamti, I remembered that Steam indicated a release for august but i see that indication no longer.
Is there a delay for steam release ?
 

Thac0x1

New Member
Dec 25, 2020
1
0
Hello Kamti, I remembered that Steam indicated a release for august but i see that indication no longer.
Is there a delay for steam release ?
A few days ago Steam and Itch.IO delisted thousands of NSFW games because of pressure from payment processors (Visa, Master Card, Paypal etc..) that could be a reason.
 
3.30 star(s) 4 Votes