She’s LIVE & Waiting for You Instant access to the hottest cam shows Join Now!
x
3.00 star(s) 5 Votes

lurkathon

Member
Donor
Jan 2, 2020
261
322
216
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
104
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
334
386
203
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
61
20
100
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
334
386
203
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
32
Deleted my previous comment because I made a port for myself, not perfect but works well enough for me.
 

Madfire8

Newbie
Oct 15, 2024
48
31
62
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
1
122
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.
 
  • Like
Reactions: kamti

kamti

Member
Game Developer
Oct 4, 2018
334
386
203
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 ?
Work hard to deliver the game by the end of September.
 

kamti

Member
Game Developer
Oct 4, 2018
334
386
203
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.
I feel proud you posted your really first message since 2020 in this thread.
Yeah, these events have impact on the whole industry, we are adapting to changes and it's one of the reason of the delay.
 

Kagarus

Member
Sep 28, 2017
413
774
296
I feel proud you posted your really first message since 2020 in this thread.
Yeah, these events have impact on the whole industry, we are adapting to changes and it's one of the reason of the delay.
I'm guessing that content will be removed from the steam/itch versions, I hope it will remain in others?
 

Kagarus

Member
Sep 28, 2017
413
774
296
My understanding was that it's supposed to be released on GOG on the 15th, was that delayed?
 

Arnav Dasari

Member
Sep 14, 2020
420
704
258
My understanding was that it's supposed to be released on GOG on the 15th, was that delayed?
From their Discord:

I think it's the 17th for GoG, Steam version has been approved and confirmed for release (phew!!), but not sure when. Not entirely sure how the patching is going to work (@kamti will know more), but patches should be available for all release versions
They also had to make an uncensor patch, you'll find the links on their Discord as well.
 
  • Like
Reactions: Kagarus
3.00 star(s) 5 Votes