Typing of the Digested 4.3.3 TOMBOY TIME! 2/15/2024

Forum for the Vore games, and other downloads
Forum rules
Don't ask about updates. If there is an update, it will simply be posted. If someone is committing to a timeline, they will just tell you the timeline without needing anyone to ask.

Use Looking for master thread when you are not posting about an existing game.


You use this forum and website at your own risk for all links and uploads. There is no quality control or malware scanning or testing done here. Proceed with caution and use a virtual machine (VM) for any uploads strongly recommended. Virus/malware scanners alone are generally not good enough.

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby ryanshowseason3 » Thu Aug 11, 2022 6:34 am

MissedIt wrote:Ive only gotten a little way into her story so far but i love it! I do keep getting errors after the first few obits though


Screenshot or copy paste?

Thought I went through every type possible...

Oh and saves are broken. Can't load an old one. Whoops forgot to mention that.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby Azirovka » Thu Aug 11, 2022 9:59 am

Don't know if I am doing this in a right way. This is what happens during the 2nd. (there is also a bug when Missy tries to interview you about the latest prey).

https://mega.nz/file/oA4UVaaZ#FjQQangvc ... dYYvRn0-8A
User avatar
Azirovka
Participator
 
Posts: 319
Joined: Wed Nov 02, 2016 1:08 am

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby kairos64 » Thu Aug 11, 2022 3:25 pm

also started getting an error whenever the game tries to recal an obit (whenever the B&W image pops up). The obits also tend to pop up several times for some reason. here's the crash report thingy

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

Executing ATL code at game/missy.rpy:170
File "game/script.rpy", line 455, in script call
call startSophmoreYear from _call_startSophmoreYear
File "game/sophmoreYear.rpy", line 28, in script call
call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_2
File "game/DailyEvents.rpy", line 60, in script call
$ exec( "renpy.call( '" + labelToExecute + "')" )
File "game/missy.rpy", line 171, in script
"The newspaper is folded so that [prey.displayName]'s obituary entry is on top. It's the girl you churned a little while back. You can't help but crack a slight smile as you read it..."
File "renpy/common/00matrixcolor.rpy", line 57, in __ne__
return not (self == other)
File "renpy/common/00matrixcolor.rpy", line 51, in __eq__
if type(self) != type(other):
TypeError: 'int' object is not callable

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

Full traceback:
File "game/script.rpy", line 455, in script call
call startSophmoreYear from _call_startSophmoreYear
File "game/sophmoreYear.rpy", line 28, in script call
call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_2
File "game/DailyEvents.rpy", line 60, in script call
$ exec( "renpy.call( '" + labelToExecute + "')" )
File "game/missy.rpy", line 171, in script
"The newspaper is folded so that [prey.displayName]'s obituary entry is on top. It's the girl you churned a little while back. You can't help but crack a slight smile as you read it..."
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3906, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2605, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 148, in renpy.display.accelerator.transform_render
File "renpy/display/transform.py", line 926, in update_state
fr = self.execute(self, self.st, self.at)
File "renpy/atl.py", line 596, in execute
action, arg, pause = block.execute(trans, timebase, self.atl_state, events)
File "renpy/atl.py", line 839, in execute
action, arg, pause = stmt.execute(trans, target - start, child_state, events)
File "renpy/atl.py", line 1235, in execute
linear = trans.state.diff(newts)
File "renpy/display/transform.py", line 163, in diff
if new != old:
File "renpy/common/00matrixcolor.rpy", line 57, in __ne__
return not (self == other)
File "renpy/common/00matrixcolor.rpy", line 51, in __eq__
if type(self) != type(other):
TypeError: 'int' object is not callable

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
Typing of the Digested 2.7
Thu Aug 11 16:24:13 2022
User avatar
kairos64
Been posting for a bit
 
Posts: 57
Joined: Tue Nov 24, 2015 12:11 am

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby ryanshowseason3 » Thu Aug 11, 2022 4:32 pm

Ok that crash report doesn't make much sense to me.

I've played through that code a few dozen times without issue.

I'll need a save right before it dies to try and debug it. I'm certainly not reproducing it myself.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby kairos64 » Thu Aug 11, 2022 4:52 pm

My save a few screens before it happens
https://mega.nz/file/gEATXA7J#BQo6pxIrm ... kpqh1R6wAo
User avatar
kairos64
Been posting for a bit
 
Posts: 57
Joined: Tue Nov 24, 2015 12:11 am

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby ryanshowseason3 » Thu Aug 11, 2022 8:20 pm

Good lord.

There's good and bad news.

Good news I found the bug

Bad news your saves are irrevocably broken if you've met your older sister and gone to the club with her.

Basically I use a integer variable called type. Then renpy's image functions use a function called type()

Then through the magic of untyped languages we try to call a function on an integer. Also the magic of global namespaces. Why in the name of fuck the image libraries are able to reference the global namespace I have no fuggin clue. Also rpy vars should be in their own namespace IMO too but whatever. We're fucked in those saves.

I'm building a new version that uses a new var name for the sister expansion but you'll have to start over if you're hitting that crash.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby nnnddt » Thu Aug 11, 2022 8:30 pm

BUG with the journal

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

Executing ATL code at game/missy.rpy:195
  File "game/script.rpy", line 455, in script call
    call startSophmoreYear from _call_startSophmoreYear
  File "game/sophmoreYear.rpy", line 28, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_2
  File "game/DailyEvents.rpy", line 60, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/missy.rpy", line 196, in script
    "The newspaper is folded so that your former friend [prey.displayName]'s obituary entry is on top. You can't help but cringe remembering she died only a few days ago. Still like watching a train wreck you can't help but read it..."
  File "renpy/common/00matrixcolor.rpy", line 57, in __ne__
    return not (self == other)
  File "renpy/common/00matrixcolor.rpy", line 51, in __eq__
    if type(self) != type(other):
TypeError: 'int' object is not callable

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

Full traceback:
  File "game/script.rpy", line 455, in script call
    call startSophmoreYear from _call_startSophmoreYear
  File "game/sophmoreYear.rpy", line 28, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_2
  File "game/DailyEvents.rpy", line 60, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/missy.rpy", line 196, in script
    "The newspaper is folded so that your former friend [prey.displayName]'s obituary entry is on top. You can't help but cringe remembering she died only a few days ago. Still like watching a train wreck you can't help but read it..."
  File "renpy/ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 930, in do_display
    **display_args)
  File "renpy/character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3906, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2605, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 148, in renpy.display.accelerator.transform_render
  File "renpy/display/transform.py", line 926, in update_state
    fr = self.execute(self, self.st, self.at)
  File "renpy/atl.py", line 596, in execute
    action, arg, pause = block.execute(trans, timebase, self.atl_state, events)
  File "renpy/atl.py", line 839, in execute
    action, arg, pause = stmt.execute(trans, target - start, child_state, events)
  File "renpy/atl.py", line 1235, in execute
    linear = trans.state.diff(newts)
  File "renpy/display/transform.py", line 163, in diff
    if new != old:
  File "renpy/common/00matrixcolor.rpy", line 57, in __ne__
    return not (self == other)
  File "renpy/common/00matrixcolor.rpy", line 51, in __eq__
    if type(self) != type(other):
TypeError: 'int' object is not callable

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.1.22070801
Typing of the Digested 2.7
Fri Aug 12 03:24:36 2022
User avatar
nnnddt
Somewhat familiar
 
Posts: 136
Joined: Sat Jul 30, 2016 5:02 pm
Location: Pays de la Loire, France

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby ryanshowseason3 » Thu Aug 11, 2022 9:09 pm

nnnddt wrote:BUG with the journal

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

Executing ATL code at game/missy.rpy:195
  File "game/script.rpy", line 455, in script call
    call startSophmoreYear from _call_startSophmoreYear
  File "game/sophmoreYear.rpy", line 28, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_2
  File "game/DailyEvents.rpy", line 60, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/missy.rpy", line 196, in script
    "The newspaper is folded so that your former friend [prey.displayName]'s obituary entry is on top. You can't help but cringe remembering she died only a few days ago. Still like watching a train wreck you can't help but read it..."
  File "renpy/common/00matrixcolor.rpy", line 57, in __ne__
    return not (self == other)
  File "renpy/common/00matrixcolor.rpy", line 51, in __eq__
    if type(self) != type(other):
TypeError: 'int' object is not callable

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

Full traceback:
  File "game/script.rpy", line 455, in script call
    call startSophmoreYear from _call_startSophmoreYear
  File "game/sophmoreYear.rpy", line 28, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_2
  File "game/DailyEvents.rpy", line 60, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/missy.rpy", line 196, in script
    "The newspaper is folded so that your former friend [prey.displayName]'s obituary entry is on top. You can't help but cringe remembering she died only a few days ago. Still like watching a train wreck you can't help but read it..."
  File "renpy/ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 930, in do_display
    **display_args)
  File "renpy/character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3906, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2605, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 148, in renpy.display.accelerator.transform_render
  File "renpy/display/transform.py", line 926, in update_state
    fr = self.execute(self, self.st, self.at)
  File "renpy/atl.py", line 596, in execute
    action, arg, pause = block.execute(trans, timebase, self.atl_state, events)
  File "renpy/atl.py", line 839, in execute
    action, arg, pause = stmt.execute(trans, target - start, child_state, events)
  File "renpy/atl.py", line 1235, in execute
    linear = trans.state.diff(newts)
  File "renpy/display/transform.py", line 163, in diff
    if new != old:
  File "renpy/common/00matrixcolor.rpy", line 57, in __ne__
    return not (self == other)
  File "renpy/common/00matrixcolor.rpy", line 51, in __eq__
    if type(self) != type(other):
TypeError: 'int' object is not callable

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.1.22070801
Typing of the Digested 2.7
Fri Aug 12 03:24:36 2022


Same bug I'm about to post a new version for.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7 Childhood friend 8/10/22

Postby ryanshowseason3 » Thu Aug 11, 2022 9:13 pm

pc https://bit.ly/3pbvAgf
mac https://bit.ly/3QG9ZYS

Here's the fixed version.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby ThrowawayA1D » Sat Aug 13, 2022 11:28 am

I really enjoy Momo and her content! She's fun and super hot; she's crazy too, but it's nice that she genuinely thinks she's doing the right thing. I just wish she had different dialogue depending on your current condition when you win an encounter against her: Other NPCs all say different things depending on whether or not their friendship bar maxed during the encounter and whether or not you orgasmed. Momo just doesn't care about that (except for the ultimate encounter, but even she still doesn't care about the friendship bar) and that's unfortunate. It'd be really fun if her dialogue before she eats you changed as well depending on how often you actually cum whenever she tries to churn you — I mean, if every time she eats you, you finger yourself almost to death, there's no way you can just deny that you're a gutslut, right?

So yeah, really fun stuff here. The only other criticism(ish) I have is that a bunch of words you have to type contain typos in them. There are quite a few cases of that, but "disintigrate" (three Is, one E) instead of "disintegrate" (two Is, two Es) is the only one I can name off the top of my head. It'd be nice if more words or incantations were added, too. The actual typing part of the game is super enjoyable. Words like "grumble", "tingle", "asphyxiate", "demise", "groan" and "dissolve" are examples of words that could be added assuming none of these are in already.
ThrowawayA1D
Been posting for a bit
 
Posts: 46
Joined: Mon Oct 19, 2020 1:59 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby Azirovka » Sun Aug 14, 2022 8:40 am

I wanted to ask, are there any plans about adding the youngest sister to the game ?
User avatar
Azirovka
Participator
 
Posts: 319
Joined: Wed Nov 02, 2016 1:08 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby ryanshowseason3 » Sun Aug 14, 2022 9:21 am

Azirovka wrote:I wanted to ask, are there any plans about adding the youngest sister to the game ?


Nope none yet. That would have to be commissioned but I'm about to pause further donations in the game. I've got enough content scheduled for the rest of the year!

ThrowawayA1D wrote:I really enjoy Momo and her content! She's fun and super hot; she's crazy too, but it's nice that she genuinely thinks she's doing the right thing. I just wish she had different dialogue depending on your current condition when you win an encounter against her: Other NPCs all say different things depending on whether or not their friendship bar maxed during the encounter and whether or not you orgasmed. Momo just doesn't care about that (except for the ultimate encounter, but even she still doesn't care about the friendship bar) and that's unfortunate. It'd be really fun if her dialogue before she eats you changed as well depending on how often you actually cum whenever she tries to churn you — I mean, if every time she eats you, you finger yourself almost to death, there's no way you can just deny that you're a gutslut, right?

So yeah, really fun stuff here. The only other criticism(ish) I have is that a bunch of words you have to type contain typos in them. There are quite a few cases of that, but "disintigrate" (three Is, one E) instead of "disintegrate" (two Is, two Es) is the only one I can name off the top of my head. It'd be nice if more words or incantations were added, too. The actual typing part of the game is super enjoyable. Words like "grumble", "tingle", "asphyxiate", "demise", "groan" and "dissolve" are examples of words that could be added assuming none of these are in already.


I hear you. I've skimped in the area for sure. Momo had way more content than others with her texts and dual paths that some areas got skinny to compensate.

Whoops on the spell check. I should run the whole file through. And good suggestions on the new digestion words. I'll try to remember to throw them in.

Incantation wise I might have an idea. It is nice to switch things up on the player every once in a while.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby Azirovka » Sun Aug 14, 2022 10:07 am

I see, thank you for the answer.
User avatar
Azirovka
Participator
 
Posts: 319
Joined: Wed Nov 02, 2016 1:08 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby sansuki » Sun Aug 14, 2022 12:32 pm

ryanshowseason3 wrote:
Azirovka wrote:I wanted to ask, are there any plans about adding the youngest sister to the game ?


Nope none yet. That would have to be commissioned but I'm about to pause further donations in the game. I've got enough content scheduled for the rest of the year!

ThrowawayA1D wrote:I really enjoy Momo and her content! She's fun and super hot; she's crazy too, but it's nice that she genuinely thinks she's doing the right thing. I just wish she had different dialogue depending on your current condition when you win an encounter against her: Other NPCs all say different things depending on whether or not their friendship bar maxed during the encounter and whether or not you orgasmed. Momo just doesn't care about that (except for the ultimate encounter, but even she still doesn't care about the friendship bar) and that's unfortunate. It'd be really fun if her dialogue before she eats you changed as well depending on how often you actually cum whenever she tries to churn you — I mean, if every time she eats you, you finger yourself almost to death, there's no way you can just deny that you're a gutslut, right?

So yeah, really fun stuff here. The only other criticism(ish) I have is that a bunch of words you have to type contain typos in them. There are quite a few cases of that, but "disintigrate" (three Is, one E) instead of "disintegrate" (two Is, two Es) is the only one I can name off the top of my head. It'd be nice if more words or incantations were added, too. The actual typing part of the game is super enjoyable. Words like "grumble", "tingle", "asphyxiate", "demise", "groan" and "dissolve" are examples of words that could be added assuming none of these are in already.


I hear you. I've skimped in the area for sure. Momo had way more content than others with her texts and dual paths that some areas got skinny to compensate.

Whoops on the spell check. I should run the whole file through. And good suggestions on the new digestion words. I'll try to remember to throw them in.

Incantation wise I might have an idea. It is nice to switch things up on the player every once in a while.


If you REALLY want to be mean to people / have an NPC doing mean things to the players...
Spoiler: show
Have one of them do a spell that makes you type the incantation words in backwards. People who can reflexively type 'wiggle and jiggle' are going to have their fingers suffer a panic attack when they see 'elggiw dna elggij'!
User avatar
sansuki
---
 
Posts: 1593
Joined: Fri Aug 22, 2008 11:00 pm
Location: New England

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby Kavvanshrike » Sun Aug 14, 2022 12:53 pm

hunts with sis seem to be broken for version 2.7.1
User avatar
Kavvanshrike
Participator
 
Posts: 260
Joined: Fri Sep 30, 2011 1:34 pm

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby kairos64 » Sun Aug 14, 2022 1:48 pm

sansuki wrote:
ryanshowseason3 wrote:
Azirovka wrote:I wanted to ask, are there any plans about adding the youngest sister to the game ?


Nope none yet. That would have to be commissioned but I'm about to pause further donations in the game. I've got enough content scheduled for the rest of the year!

ThrowawayA1D wrote:I really enjoy Momo and her content! She's fun and super hot; she's crazy too, but it's nice that she genuinely thinks she's doing the right thing. I just wish she had different dialogue depending on your current condition when you win an encounter against her: Other NPCs all say different things depending on whether or not their friendship bar maxed during the encounter and whether or not you orgasmed. Momo just doesn't care about that (except for the ultimate encounter, but even she still doesn't care about the friendship bar) and that's unfortunate. It'd be really fun if her dialogue before she eats you changed as well depending on how often you actually cum whenever she tries to churn you — I mean, if every time she eats you, you finger yourself almost to death, there's no way you can just deny that you're a gutslut, right?

So yeah, really fun stuff here. The only other criticism(ish) I have is that a bunch of words you have to type contain typos in them. There are quite a few cases of that, but "disintigrate" (three Is, one E) instead of "disintegrate" (two Is, two Es) is the only one I can name off the top of my head. It'd be nice if more words or incantations were added, too. The actual typing part of the game is super enjoyable. Words like "grumble", "tingle", "asphyxiate", "demise", "groan" and "dissolve" are examples of words that could be added assuming none of these are in already.


I hear you. I've skimped in the area for sure. Momo had way more content than others with her texts and dual paths that some areas got skinny to compensate.

Whoops on the spell check. I should run the whole file through. And good suggestions on the new digestion words. I'll try to remember to throw them in.

Incantation wise I might have an idea. It is nice to switch things up on the player every once in a while.


If you REALLY want to be mean to people / have an NPC doing mean things to the players...
Spoiler: show
Have one of them do a spell that makes you type the incantation words in backwards. People who can reflexively type 'wiggle and jiggle' are going to have their fingers suffer a panic attack when they see 'elggiw dna elggij'!


Would even ahve to go that far. just swap "wiggle and jiggle" to "jiggle and wiggle" and it would be as infuriating (and keeps with the spirit of a typing game)
User avatar
kairos64
Been posting for a bit
 
Posts: 57
Joined: Tue Nov 24, 2015 12:11 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby CrystalKiller88 » Sun Aug 14, 2022 7:25 pm

Just a little something I'm curious about.

When recruiting girls, what do you guys pay more attention to? Looks? Or their stats? Personally, I kinda do a bit of both tbh.
User avatar
CrystalKiller88
Participator
 
Posts: 172
Joined: Sat Jul 11, 2015 10:53 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby ryanshowseason3 » Mon Aug 15, 2022 11:31 am

sansuki wrote:
If you REALLY want to be mean to people / have an NPC doing mean things to the players...
Spoiler: show
Have one of them do a spell that makes you type the incantation words in backwards. People who can reflexively type 'wiggle and jiggle' are going to have their fingers suffer a panic attack when they see 'elggiw dna elggij'!


Oh that's evil! You'll regret that!
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby ryanshowseason3 » Mon Aug 15, 2022 11:37 am

Kavvanshrike wrote:hunts with sis seem to be broken for version 2.7.1


How so? I'll check it out later but a little hint could help.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.7.1 Childhood friend 8/11/22

Postby ThrowawayA1D » Mon Aug 15, 2022 1:07 pm

ryanshowseason3 wrote:
Kavvanshrike wrote:hunts with sis seem to be broken for version 2.7.1


How so? I'll check it out later but a little hint could help.

I'm getting errors when digesting people during the hunts. They're pretty similar to the summer break bugs we were having a couple versions ago.
ThrowawayA1D
Been posting for a bit
 
Posts: 46
Joined: Mon Oct 19, 2020 1:59 am

PreviousNext

Return to Vore game