Create and Fuck your AI Slut -70% OFF
x

jonquilnatrix

Member
Feb 27, 2024
254
1,420
229
Okay so I am working on updating the taboo patch and am halfway through S2E2, but I just had to come on here and vent...

This is definitely AI written trash now. EVERY single character in S2 is written with same personality with cocky/snarky turned up to 11, and the ability to speak normal sentences turned down to 3. Poor Gabriella especially, is not the least bit recognizable personality-wise from the character she was in Season 1. And I recall liking the Mom and Sister characters in S1, now they are just snarky bitches... Any bit of sweetness or caring in their personality has seemingly just evaporated. Ugh. If I wasn't doing the patch I would possibly be considering dropping this...
 
Last edited:

Pax Draconis

Active Member
Aug 18, 2023
502
1,043
276
Has anyone told the Dev that Miss does not end in a period? Seriously the punctuation of Miss. Carter and Miss. Nelson is distracting.
Ms. pronounced "Miz" - Neutral title for a woman, may be married, may not.
Miss - pronounced "Miss" - Unmarried woman
Mrs. - pronounced "Missus" - Married woman

UDbug.png

This scans as:
Hello, and welcome to you first day of university!
My name is Miss.
Carter, and I will be your instructor for this semester.
I hope you're all excited to be here and ready to learn.
 
  • Like
Reactions: CindersNAshes

Clarence2992

Member
Oct 14, 2021
201
292
186
Has anyone told the Dev that Miss does not end in a period? Seriously the punctuation of Miss. Carter and Miss. Nelson is distracting.
Ms. pronounced "Miz" - Neutral title for a woman, may be married, may not.
Miss - pronounced "Miss" - Unmarried woman
Mrs. - pronounced "Missus" - Married woman

View attachment 5346781

This scans as:
Hello, and welcome to you first day of university!
My name is Miss.
Carter, and I will be your instructor for this semester.
I hope you're all excited to be here and ready to learn.
There are bigger issues with this game than punctuation.
 

MysticExodus

Newbie
Nov 20, 2018
53
29
163
Anyone else getting error when using in game phone to check "Pic/Insta lookalike" ?

P.S Mr GreeboGames your view on this error

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

While loading <renpy.display.im.Image object ('images/images/Episode 2/b464x3.png') at 0x000000000b75ff20>:
  File "game/episodes/episode2.rpy", line 1958, in script call
  File "game/episodes/episode2.rpy", line 1978, in script call
  File "game/episodes/episode2.rpy", line 1984, in script call
  File "game/episodes/episode3.rpy", line 1292, in script
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1278, in execute
  File "game/mobile.rpy", line 1287, in execute
  File "game/mobile.rpy", line 1291, in execute
  File "game/mobile.rpy", line 1292, in execute
  File "game/mobile.rpy", line 1299, in execute
  File "game/mobile.rpy", line 1312, in execute
  File "game/mobile.rpy", line 1318, in execute
  File "game/mobile.rpy", line 1318, in keywords
  File "game/mobile.rpy", line 1323, in <module>
IndexError: list index out of range

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

Traceback (most recent call last):
  File "game/episodes/episode2.rpy", line 1958, in script call
  File "game/episodes/episode2.rpy", line 1978, in script call
  File "game/episodes/episode2.rpy", line 1984, in script call
  File "game/episodes/episode3.rpy", line 1292, in script
  File "renpy/ast.py", line 2915, in execute
    Say.execute(self)
    ~~~~~~~~~~~^^^^^^
  File "renpy/ast.py", line 991, in execute
    renpy.exports.say(who, what, *args, **kwargs)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/sayexports.py", line 129, in say
    who(what, *args, **kwargs)
    ~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 1543, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 1198, in do_display
    display_say(who, what, self.do_show, **display_args)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 888, in display_say
    rv = renpy.ui.interact(mouse="say", type=type, roll_forward=roll_forward)
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2216, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^               
  File "renpy/display/core.py", line 2754, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2754, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1278, in execute
  File "game/mobile.rpy", line 1287, in execute
  File "game/mobile.rpy", line 1291, in execute
  File "game/mobile.rpy", line 1292, in execute
  File "game/mobile.rpy", line 1299, in execute
  File "game/mobile.rpy", line 1312, in execute
  File "game/mobile.rpy", line 1318, in execute
  File "game/mobile.rpy", line 1318, in keywords
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/mobile.rpy", line 1323, in <module>
  File "renpy/revertable.py", line 191, in __getitem__
    rv = list.__getitem__(self, index)
         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
 

indio68

Forum Fanatic
Sep 26, 2020
4,590
4,103
387
==============================
Oct. 16, 2025:
Made a new Android port for Season 2, Ep3.
Included are a gallery/replay unlocker and the
available WT Mod from
here
==============================

Port for Season 2:
Android port from the game compressed
with integrated Mods S2Ep3 (~300MB)
Pixeldrain -
You don't have permission to view the spoiler content. Log in or register now.


====================================================================


Mod/port with gallery/replay unlock (not the bonus), renaming and resetting the relationships,
choice hints/WT ( but not really needed) + some more game settings.


Mod/port for Season 1:
Download Mod v0.17/Ep17 (~4MB)
Pixeldrain -

Android port from the game compressed
with integrated Mod v0.17/Ep17 (~620MB)
Pixeldrain -
You don't have permission to view the spoiler content. Log in or register now.

Ingame pics of the Mod (from Season 1):
View attachment 3382160 View attachment 3382161 View attachment 3382162 View attachment 3382163
no pc mod?
 
  • Sad
Reactions: Ursus4321

GreeboGames

Member
Game Developer
Feb 6, 2019
132
1,093
307
Anyone else getting error when using in game phone to check "Pic/Insta lookalike" ?

P.S Mr GreeboGames your view on this error

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

While loading <renpy.display.im.Image object ('images/images/Episode 2/b464x3.png') at 0x000000000b75ff20>:
  File "game/episodes/episode2.rpy", line 1958, in script call
  File "game/episodes/episode2.rpy", line 1978, in script call
  File "game/episodes/episode2.rpy", line 1984, in script call
  File "game/episodes/episode3.rpy", line 1292, in script
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1278, in execute
  File "game/mobile.rpy", line 1287, in execute
  File "game/mobile.rpy", line 1291, in execute
  File "game/mobile.rpy", line 1292, in execute
  File "game/mobile.rpy", line 1299, in execute
  File "game/mobile.rpy", line 1312, in execute
  File "game/mobile.rpy", line 1318, in execute
  File "game/mobile.rpy", line 1318, in keywords
  File "game/mobile.rpy", line 1323, in <module>
IndexError: list index out of range

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

Traceback (most recent call last):
  File "game/episodes/episode2.rpy", line 1958, in script call
  File "game/episodes/episode2.rpy", line 1978, in script call
  File "game/episodes/episode2.rpy", line 1984, in script call
  File "game/episodes/episode3.rpy", line 1292, in script
  File "renpy/ast.py", line 2915, in execute
    Say.execute(self)
    ~~~~~~~~~~~^^^^^^
  File "renpy/ast.py", line 991, in execute
    renpy.exports.say(who, what, *args, **kwargs)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/sayexports.py", line 129, in say
    who(what, *args, **kwargs)
    ~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 1543, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 1198, in do_display
    display_say(who, what, self.do_show, **display_args)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 888, in display_say
    rv = renpy.ui.interact(mouse="say", type=type, roll_forward=roll_forward)
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2216, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^              
  File "renpy/display/core.py", line 2754, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2754, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1278, in execute
  File "game/mobile.rpy", line 1287, in execute
  File "game/mobile.rpy", line 1291, in execute
  File "game/mobile.rpy", line 1292, in execute
  File "game/mobile.rpy", line 1299, in execute
  File "game/mobile.rpy", line 1312, in execute
  File "game/mobile.rpy", line 1318, in execute
  File "game/mobile.rpy", line 1318, in keywords
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/mobile.rpy", line 1323, in <module>
  File "renpy/revertable.py", line 191, in __getitem__
    rv = list.__getitem__(self, index)
         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
I'll get it fixed and a patch pushed, not getting it on my end weirdly - thanks for that
 
  • Like
Reactions: MysticExodus

onknight

Member
Feb 8, 2019
148
142
166
Whenever I turn the phone on in the game and I try to use the Instagram like object on the phone I get an error.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/episodes/episode2.rpy", line 1958, in script call
  File "game/episodes/episode2.rpy", line 1978, in script call
  File "game/episodes/episode2.rpy", line 1984, in script call
  File "game/episodes/episode3.rpy", line 1394, in script
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1278, in execute
  File "game/mobile.rpy", line 1287, in execute
  File "game/mobile.rpy", line 1291, in execute
  File "game/mobile.rpy", line 1292, in execute
  File "game/mobile.rpy", line 1299, in execute
  File "game/mobile.rpy", line 1312, in execute
  File "game/mobile.rpy", line 1318, in execute
  File "game/mobile.rpy", line 1318, in keywords
  File "game/mobile.rpy", line 1323, in <module>
IndexError: list index out of range

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

Traceback (most recent call last):
  File "game/episodes/episode2.rpy", line 1958, in script call
  File "game/episodes/episode2.rpy", line 1978, in script call
  File "game/episodes/episode2.rpy", line 1984, in script call
  File "game/episodes/episode3.rpy", line 1394, in script
  File "renpy/ast.py", line 2915, in execute
    Say.execute(self)
    ~~~~~~~~~~~^^^^^^
  File "renpy/ast.py", line 991, in execute
    renpy.exports.say(who, what, *args, **kwargs)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/sayexports.py", line 129, in say
    who(what, *args, **kwargs)
    ~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 1543, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 1198, in do_display
    display_say(who, what, self.do_show, **display_args)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/character.py", line 888, in display_say
    rv = renpy.ui.interact(mouse="say", type=type, roll_forward=roll_forward)
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2216, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^               
  File "renpy/display/core.py", line 2754, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2754, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1265, in execute
  File "game/mobile.rpy", line 1278, in execute
  File "game/mobile.rpy", line 1287, in execute
  File "game/mobile.rpy", line 1291, in execute
  File "game/mobile.rpy", line 1292, in execute
  File "game/mobile.rpy", line 1299, in execute
  File "game/mobile.rpy", line 1312, in execute
  File "game/mobile.rpy", line 1318, in execute
  File "game/mobile.rpy", line 1318, in keywords
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/mobile.rpy", line 1323, in <module>
  File "renpy/revertable.py", line 191, in __getitem__
    rv = list.__getitem__(self, index)
         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
IndexError: list index out of range

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.0.25071206
University Days Season 2 Episode 3 0.3
Fri Oct 17 11:07:37 2025
It looks like it's the same error from the above post

If I could make one suggestion to the author
To add to a patch fix add the ability to change the wallpaper on the phone from the pictures you've taken
 
Last edited:

Vazian

Member
Apr 30, 2017
213
277
234
Did any one manage to decompile the *.rpyc files for this? unrpyc is throwing loads of errors.
 
2.70 star(s) 35 Votes