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.6 Childhood friend 7/24/22

Postby ryanshowseason3 » Wed Jul 27, 2022 6:28 am

Userunnown wrote:
ryanshowseason3 wrote:
Userunnown wrote:Searching this topic, it looks like there is some pain on the summer vacation scene, so maybe I'm late to the game, but wanted to report an issue I had if it is helpful. After my freshman year, I attempt to be eaten with one of my friends by the other and when it asks what I want to do, I get a crash.

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

While running game code:
  File "game/script.rpy", line 439, in script call
    call freshmanYearLoop from _call_freshmanYearLoop
  File "game/script.rpy", line 602, in script call
    call upgradeFriends from _call_upgradeFriends_1
  File "game/YearEndUpgrade.rpy", line 84, in script call
    call SummerBreakMain from _call_SummerBreakMain
  File "game/SummerBreakMain.rpy", line 122, in script call
    call foolAroundWithFriendsBeach from _call_foolAroundWithFriendsBeach
  File "game/FoolAroundWithFriendsSummer.rpy", line 184, in script call
    call EatenByFriendWithFriend from _call_EatenByFriendWithFriend
  File "game/FoolAroundWithFriendsSummer.rpy", line 271, in script
    menu:
SyntaxError: invalid syntax (game/FoolAroundWithFriendsSummer.rpy, line 286)

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

Full traceback:
  File "game/script.rpy", line 439, in script call
    call freshmanYearLoop from _call_freshmanYearLoop
  File "game/script.rpy", line 602, in script call
    call upgradeFriends from _call_upgradeFriends_1
  File "game/YearEndUpgrade.rpy", line 84, in script call
    call SummerBreakMain from _call_SummerBreakMain
  File "game/SummerBreakMain.rpy", line 122, in script call
    call foolAroundWithFriendsBeach from _call_foolAroundWithFriendsBeach
  File "game/FoolAroundWithFriendsSummer.rpy", line 184, in script call
    call EatenByFriendWithFriend from _call_EatenByFriendWithFriend
  File "game/FoolAroundWithFriendsSummer.rpy", line 271, in script
    menu:
  File "C:\Users\Admin\Downloads\Typing-2.6-pc\Typing-2.6-pc\renpy\ast.py", line 1562, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "C:\Users\Admin\Downloads\Typing-2.6-pc\Typing-2.6-pc\renpy\exports.py", line 878, in menu
    if renpy.python.py_eval(condition) ]
  File "C:\Users\Admin\Downloads\Typing-2.6-pc\Typing-2.6-pc\renpy\python.py", line 1942, in py_eval
    code = py_compile(code, 'eval')
  File "C:\Users\Admin\Downloads\Typing-2.6-pc\Typing-2.6-pc\renpy\python.py", line 674, in py_compile
    raise e
SyntaxError: invalid syntax (game/FoolAroundWithFriendsSummer.rpy, line 286)

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Typing of the Digested 2.6
Mon Jul 25 15:22:58 2022


If you have a save from right before that crash I'd be mighty interested.

I can see a mistake there and I've corrected it for the next version, but it would help loads to be able to directly test the conditions that got you there.



I have a save right before it. How can I get it to you?


Attach it in a pm or a post. Might have to be in a zip file, can't remember if the site will let you.

Renpy save location: https://savelocation.net/renpy
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Miz Sunshine » Fri Jul 29, 2022 12:16 pm

Here's a bug at
seminar->demonstration->swallowed by friend->choose mind mage

Spoiler: show

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

Executing ATL code at game/script.rpy:156
  File "game/script.rpy", line 479, in script call
    call startfacultyYear from _call_startfacultyYear
  File "game/facultyEndlessMode.rpy", line 63, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_4
  File "game/DailyEvents.rpy", line 57, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/seminarExpansion.rpy", line 91, in script call
    call preySeminar from _call_preySeminar
  File "game/seminarExpansion.rpy", line 375, in script call
    call gameLoop from _call_gameLoop_35
  File "game/script.rpy", line 791, in script
    $ ui.interact()
  File "game/script.rpy", line 791, in <module>
    $ ui.interact()
Exception: ATL appears to be in an infinite loop.

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

Full traceback:
  File "game/script.rpy", line 479, in script call
    call startfacultyYear from _call_startfacultyYear
  File "game/facultyEndlessMode.rpy", line 63, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_4
  File "game/DailyEvents.rpy", line 57, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/seminarExpansion.rpy", line 91, in script call
    call preySeminar from _call_preySeminar
  File "game/seminarExpansion.rpy", line 375, in script call
    call gameLoop from _call_gameLoop_35
  File "game/script.rpy", line 791, in script
    $ ui.interact()
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 791, in <module>
    $ ui.interact()
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\core.py", line 3148, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\core.py", line 2065, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\image.py", line 497, in render
    return wrap_render(self.target, width, height, st, at)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 97, in renpy.display.accelerator.transform_render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\transform.py", line 1033, in update_state
    fr = self.execute(self, self.st, self.at)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\atl.py", line 556, in execute
    action, arg, pause = block.execute(trans, timebase, self.atl_state, events)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\atl.py", line 791, in execute
    raise Exception("ATL appears to be in an infinite loop.")
Exception: ATL appears to be in an infinite loop.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Typing of the Digested 2.6
Sat Jul 30 02:12:52 2022

User avatar
Miz Sunshine
New to the forum
 
Posts: 8
Joined: Mon Feb 07, 2011 2:25 pm

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby fsatti2000 » Fri Jul 29, 2022 9:01 pm

I feel dumb asking, but how do you get around the silence spell when cast by your friend?
fsatti2000
New to the forum
 
Posts: 15
Joined: Mon Jul 23, 2007 11:00 pm

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby ryanshowseason3 » Sat Jul 30, 2022 12:04 am

Miz Sunshine wrote:Here's a bug at
seminar->demonstration->swallowed by friend->choose mind mage

Spoiler: show

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

Executing ATL code at game/script.rpy:156
  File "game/script.rpy", line 479, in script call
    call startfacultyYear from _call_startfacultyYear
  File "game/facultyEndlessMode.rpy", line 63, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_4
  File "game/DailyEvents.rpy", line 57, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/seminarExpansion.rpy", line 91, in script call
    call preySeminar from _call_preySeminar
  File "game/seminarExpansion.rpy", line 375, in script call
    call gameLoop from _call_gameLoop_35
  File "game/script.rpy", line 791, in script
    $ ui.interact()
  File "game/script.rpy", line 791, in <module>
    $ ui.interact()
Exception: ATL appears to be in an infinite loop.

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

Full traceback:
  File "game/script.rpy", line 479, in script call
    call startfacultyYear from _call_startfacultyYear
  File "game/facultyEndlessMode.rpy", line 63, in script call
    call performDailyEvents( dayOfSchool ) from _call_performDailyEvents_4
  File "game/DailyEvents.rpy", line 57, in script call
    $ exec( "renpy.call( '" + labelToExecute + "')" )
  File "game/seminarExpansion.rpy", line 91, in script call
    call preySeminar from _call_preySeminar
  File "game/seminarExpansion.rpy", line 375, in script call
    call gameLoop from _call_gameLoop_35
  File "game/script.rpy", line 791, in script
    $ ui.interact()
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 791, in <module>
    $ ui.interact()
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\core.py", line 3148, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\core.py", line 2065, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\image.py", line 497, in render
    return wrap_render(self.target, width, height, st, at)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 97, in renpy.display.accelerator.transform_render
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\display\transform.py", line 1033, in update_state
    fr = self.execute(self, self.st, self.at)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\atl.py", line 556, in execute
    action, arg, pause = block.execute(trans, timebase, self.atl_state, events)
  File "G:\torrents\Typing-2.6\Typing-2.6-pc\renpy\atl.py", line 791, in execute
    raise Exception("ATL appears to be in an infinite loop.")
Exception: ATL appears to be in an infinite loop.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Typing of the Digested 2.6
Sat Jul 30 02:12:52 2022



You chose to reduce your stats by 100% which lead to basically a division by zero and your word speed would basically be instant. Renpy didn't like that. For now don't go on a suicidal death trap in seminars.

Next version will prevent the issue.

fsatti2000 wrote:I feel dumb asking, but how do you get around the silence spell when cast by your friend?


Keep typing digestion words until you can cast the incantation again.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby ryanshowseason3 » Sun Jul 31, 2022 1:24 pm

Would anyone like to be a guinea pig?

I want to use some new image manipulators but to do so I'll have to update to the new version of renpy.

This terrifies me because none of this typing game nonsense was ever meant to happen in the engine.

I've got the new SDK and can make a new version in it but I'd like to continue making new content. If one or a few people could go through the game and try all the features to make sure they are intact it would be an amazing help.

That way I'll know if I need to back off the new version and abandon the image manipulators.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Panzershark » Sun Jul 31, 2022 3:07 pm

ryanshowseason3 wrote:Would anyone like to be a guinea pig?

I’d be down to test it out, but I must admit I play largely on the easier difficulties, so maybe someone else would be better. If that’s not a concern though, I’m available. It would be a Typing 2.6 shakedown in the new Ren’Py version, right?
Hello there! For those interested here is the current listing for my bots for C.AI:
viewtopic.php?p=2984781#p2984781
User avatar
Panzershark
Participator
 
Posts: 289
Joined: Fri Feb 16, 2018 11:13 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby ryanshowseason3 » Sun Jul 31, 2022 6:33 pm

Panzershark wrote:
ryanshowseason3 wrote:Would anyone like to be a guinea pig?

I’d be down to test it out, but I must admit I play largely on the easier difficulties, so maybe someone else would be better. If that’s not a concern though, I’m available. It would be a Typing 2.6 shakedown in the new Ren’Py version, right?


Honestly it will be good to get a variety of play styles. I'll pm you the link.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Panzershark » Sun Jul 31, 2022 8:42 pm

ryanshowseason3 wrote:
Panzershark wrote:
ryanshowseason3 wrote:Would anyone like to be a guinea pig?

I’d be down to test it out, but I must admit I play largely on the easier difficulties, so maybe someone else would be better. If that’s not a concern though, I’m available. It would be a Typing 2.6 shakedown in the new Ren’Py version, right?


Honestly it will be good to get a variety of play styles. I'll pm you the link.

Alright then, I’ll look forward to helping!
Hello there! For those interested here is the current listing for my bots for C.AI:
viewtopic.php?p=2984781#p2984781
User avatar
Panzershark
Participator
 
Posts: 289
Joined: Fri Feb 16, 2018 11:13 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby BurningRuby1909 » Mon Aug 01, 2022 6:03 pm

ryanshowseason3 wrote:
Panzershark wrote:
ryanshowseason3 wrote:Would anyone like to be a guinea pig?

I’d be down to test it out, but I must admit I play largely on the easier difficulties, so maybe someone else would be better. If that’s not a concern though, I’m available. It would be a Typing 2.6 shakedown in the new Ren’Py version, right?


Honestly it will be good to get a variety of play styles. I'll pm you the link.


I love to help test it out too please!
User avatar
BurningRuby1909
---
 
Posts: 1583
Joined: Thu Dec 29, 2016 3:22 pm

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby ryanshowseason3 » Mon Aug 01, 2022 8:15 pm

I think that'll be enough testers for now then. Thanks everyone who volunteered!
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Revx_Z » Fri Aug 05, 2022 12:00 pm

This was a surprisingly good game!

What does Clique Reputation do?
User avatar
Revx_Z
Intermediate Vorarephile
 
Posts: 448
Joined: Sat Sep 29, 2007 11:00 pm

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Panzershark » Fri Aug 05, 2022 4:10 pm

Revx_Z wrote:This was a surprisingly good game!

What does Clique Reputation do?

As Clique Reputation decreases, it increases the chance for girls to go after you/your clique. If you do more preyish actions, it decreases your reputation. Depending on your intentions this can be a good or very bad thing.
Hello there! For those interested here is the current listing for my bots for C.AI:
viewtopic.php?p=2984781#p2984781
User avatar
Panzershark
Participator
 
Posts: 289
Joined: Fri Feb 16, 2018 11:13 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby fsatti2000 » Fri Aug 05, 2022 9:39 pm

Panzershark wrote:
Revx_Z wrote:This was a surprisingly good game!

What does Clique Reputation do?

As Clique Reputation decreases, it increases the chance for girls to go after you/your clique. If you do more preyish actions, it decreases your reputation. Depending on your intentions this can be a good or very bad thing.


Where do you see clique reputation at?
fsatti2000
New to the forum
 
Posts: 15
Joined: Mon Jul 23, 2007 11:00 pm

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Panzershark » Sun Aug 07, 2022 8:20 pm

fsatti2000 wrote:
Panzershark wrote:
Revx_Z wrote:This was a surprisingly good game!

What does Clique Reputation do?

As Clique Reputation decreases, it increases the chance for girls to go after you/your clique. If you do more preyish actions, it decreases your reputation. Depending on your intentions this can be a good or very bad thing.


Where do you see clique reputation at?

Unfortunately it is a bit of a hidden feature, it shows up when it changes negatively in the upper left corner of the screen. It also shows as it wears off I believe.
Hello there! For those interested here is the current listing for my bots for C.AI:
viewtopic.php?p=2984781#p2984781
User avatar
Panzershark
Participator
 
Posts: 289
Joined: Fri Feb 16, 2018 11:13 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby ryanshowseason3 » Sun Aug 07, 2022 10:33 pm

I'll think about making it visible on future versions. As well as max checks for it so you can see how high it needs to be to avoid encounters that aren't exceptionally strong or stupid preds.
User avatar
ryanshowseason3
???
 
Posts: 2484
Joined: Thu Jan 05, 2006 12:00 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Amon258877 » Tue Aug 09, 2022 3:48 pm

hi i plaied the game but in the version of furry (sorry but i liked more in this way) and i admit that i loved the game but if i can ask,
when she get update the furry version? i loved so much the story and the mecanics of the gamplay good job you done a good game
User avatar
Amon258877
Been posting for a bit
 
Posts: 51
Joined: Mon Dec 21, 2020 7:06 pm

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby kairos64 » Tue Aug 09, 2022 4:03 pm

Long story short, the furry version is made by someone else, not by Ryanshowseason3. IIRC, they haven't had time to do the newer versions. Last part might be wrong, but I do know its not made by the game's creator
User avatar
kairos64
Been posting for a bit
 
Posts: 57
Joined: Tue Nov 24, 2015 12:11 am

Re: Typing of the Digested 2.6 Childhood friend 7/24/22

Postby Amon258877 » Wed Aug 10, 2022 6:12 pm

kairos64 wrote:Long story short, the furry version is made by someone else, not by Ryanshowseason3. IIRC, they haven't had time to do the newer versions. Last part might be wrong, but I do know its not made by the game's creator

Ok thank for the news bro
User avatar
Amon258877
Been posting for a bit
 
Posts: 51
Joined: Mon Dec 21, 2020 7:06 pm

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

Postby ryanshowseason3 » Wed Aug 10, 2022 8:11 pm

New version. New engine. Also SAVES ARE BROKEN.

Upgraded renpy to a more modern but not latest version. I was too chicken for that. There were a few things that went wacky with this engine update. Spacing and keymapping nonsense.

New stuff in this update consists of two new girls. One very normal one, a submission by a fan and Missy.

Missy is another special character like Momo, step sister, etc.

This one has quite a few ways things can turn out by graduation time. She is entirely driven by eating prey though! Once you've eaten enough stages of her progress will come up.

pc https://bit.ly/3BX4NvG
mac https://bit.ly/3BVJFGc

changes:
Spoiler: show
Fixed ANOTHER CRASH IN SUMMER BREAK. IT IS EVIL
Fixed silence detriment letting you type the first letter of incantation without a mistake being registered
Fixed momo not recognizing a seduction loss in her ultimate story fight
Prevented a crash in seminars when letting a mind mage friend go all out on you with full digestives.
Added girl submitted by ironman362 to juniors in oral vore and seniors in anal vore.
Added obituaries for fallen friends
Added obituaries for the player's prey
Added Missy the editor for the obituaries section. She is activated by predding on girls at school.


Next up are mechanics mechanics mechanics! After school activities and flirting with preds are the ones I'm thinking of targeting first.
Last edited by ryanshowseason3 on Thu Aug 11, 2022 6:34 am, edited 1 time in total.
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 MissedIt » Thu Aug 11, 2022 1:39 am

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
MissedIt
---
 
Posts: 1325
Joined: Fri Mar 19, 2010 12:59 am

PreviousNext

Return to Vore game