wirox

Member
Sep 18, 2017
102
300
Presenting my first stepmother - EVELYN CLAIRE

line 1 80.png

10 photoshoots:

Line 2 photo.png

80 vids, +FFM content. Daughter's face is always out of focus (Good for any brunette daughter).

Line 3 vids.png

And she has personal story Events:

Line 4 event.png



Enjoy!
 
Last edited:

BolHeX

Member
Nov 30, 2019
487
785
Maybe I can't find it, but is there an option to set the portrait during an (mod) event? Now one of the provided ones will be used, but it is really nice to use one that fits the event.
Python:
girl.image_manager.body_images["portrait"] = girl.image_manager.possible_body_images["portrait"][0]
girl.image_manager.body_images["tportrait"] = girl.image_manager.possible_body_images["tportrait"][0]
If you mean show her topless portrait or something you can just use
girl.make_topless()
and
girl.clothing_manager.restore_saved_outfit() when you want to redress her.
 

Trolle

New Member
Apr 5, 2020
12
4
hey kingtut maybe you need to look on you mod has som err like
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 24, in script call
    $ tutorials_enabled = False
  File "game/script.rpy", line 107, in script
    $ run_update_compatibilities()
  File "game/script.rpy", line 107, in <module>
    $ run_update_compatibilities()
  File "game/update_compatibilities.rpy", line 6, in run_update_compatibilities
    compatibility_update()
  File "game/update_compatibilities.rpy", line 18, in add_missing_attributes
    academy.max_shoot_willingness_bonus = 0
AttributeError: 'NoneType' object has no attribute 'max_shoot_willingness_bonus'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 24, in script call
    $ tutorials_enabled = False
  File "game/script.rpy", line 107, in script
    $ run_update_compatibilities()
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 107, in <module>
    $ run_update_compatibilities()
  File "game/update_compatibilities.rpy", line 6, in run_update_compatibilities
    compatibility_update()
  File "game/update_compatibilities.rpy", line 18, in add_missing_attributes
    academy.max_shoot_willingness_bonus = 0
AttributeError: 'NoneType' object has no attribute 'max_shoot_willingness_bonus'

and 
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 109, in script
    "News Broadcast" """
  File "renpy/common/00library.rpy", line 324, in say
    who(what, interact=interact, *args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 109, in script
    "News Broadcast" """
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 324, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 109, in script
    "News Broadcast" """
  File "renpy/common/00library.rpy", line 324, in say
    who(what, interact=interact, *args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 109, in script
    "News Broadcast" """
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 324, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 115, in script
    player.character """
AttributeError: 'NoneType' object has no attribute 'headmaster'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 115, in script
    player.character """
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'headmaster'

so wil you plz try to fix it
 

SilverFire

Member
Apr 28, 2017
176
39
hey kingtut maybe you need to look on you mod has som err like
You have to put the "kingtut_mods" folder(containing all of his files) into the /game/_mods/ folder.

This is exactly the reason why i`ve been asking all the modders to use the same structure and add the correct path to the archive, meaning adding the path all the way up to the game/ folder to their archive. Then even blind idiots would know where that stuff should go. I guess some modders are just lazy and uncaring if people have a hard time figuring out how to install their mods.

Also be aware that if you install kingtut`s mods and you also have Dexell`s rules expansion mod, they both contain files for rules for forced buttplug/vibrating buttplugs. One of them (either Dexell`s or kingtut`s) needs to be disabled/deleted. You can do that by either deleting or renaming the files force_buttplug_vibrating_buttplug.rpy and force_buttplug_vibrating_buttplug.rpyc adding something to the file`s extension (the stuff that comes after the . in the filename) like a letter or a number, so the game won`t load them. ( example: force_buttplug_vibrating_buttplug.rpy1 ) If you don`t do this, the game won`t start.

Also, i believe it should be common sense for the modder to first post a few words in this thread before adding the mod to the spreadsheet, so we should all know who to address if we have any feedback or questions.

I`ve installed his mod and renamed those 2 files and the game starts and loads my latest save fine for me, although i haven`t done anything else yet.
 
Last edited:

Trolle

New Member
Apr 5, 2020
12
4
it did not solv the problem
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/player_home/label_home.rpy", line 85, in script
    $ renpy.call_screen("home_menu")
  File "game/scripts/locations/player_home/label_home.rpy", line 85, in <module>
    $ renpy.call_screen("home_menu")
  File "game/scripts/hud/screen_player_hud.rpy", line 16, in execute
    screen player_hud():
  File "game/scripts/hud/screen_player_hud.rpy", line 16, in execute
    screen player_hud():
  File "game/scripts/hud/screen_player_hud.rpy", line 17, in execute
    frame:
  File "game/scripts/hud/screen_player_hud.rpy", line 32, in execute
    hbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 36, in execute
    frame:
  File "game/scripts/hud/screen_player_hud.rpy", line 42, in execute
    hbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 98, in execute
    vbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 120, in execute
    frame:
  File "game/scripts/hud/screen_player_hud.rpy", line 124, in execute
    vbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 125, in execute
    for stat_function in database_academy_hud_stats:
  File "game/scripts/hud/screen_player_hud.rpy", line 126, in execute
    $ stat_title, stat_value = stat_function()
  File "game/scripts/hud/screen_player_hud.rpy", line 126, in <module>
    $ stat_title, stat_value = stat_function()
AttributeError: 'NoneType' object has no attribute 'prestige'

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

Full traceback:
  File "game/scripts/locations/player_home/label_home.rpy", line 85, in script
    $ renpy.call_screen("home_menu")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/player_home/label_home.rpy", line 85, in <module>
    $ renpy.call_screen("home_menu")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/hud/screen_player_hud.rpy", line 16, in execute
    screen player_hud():
  File "game/scripts/hud/screen_player_hud.rpy", line 16, in execute
    screen player_hud():
  File "game/scripts/hud/screen_player_hud.rpy", line 17, in execute
    frame:
  File "game/scripts/hud/screen_player_hud.rpy", line 32, in execute
    hbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 36, in execute
    frame:
  File "game/scripts/hud/screen_player_hud.rpy", line 42, in execute
    hbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 98, in execute
    vbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 120, in execute
    frame:
  File "game/scripts/hud/screen_player_hud.rpy", line 124, in execute
    vbox:
  File "game/scripts/hud/screen_player_hud.rpy", line 125, in execute
    for stat_function in database_academy_hud_stats:
  File "game/scripts/hud/screen_player_hud.rpy", line 126, in execute
    $ stat_title, stat_value = stat_function()
  File "game/scripts/hud/screen_player_hud.rpy", line 126, in <module>
    $ stat_title, stat_value = stat_function()
  File "game/scripts/databases/HUD/academy_hud_stats_database_ren.py", line 14, in get_academy_prestige_text
    return "Academy Prestige:", academy.prestige
AttributeError: 'NoneType' object has no attribute 'prestige'

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 24, in script call
    $ tutorials_enabled = False
  File "game/script.rpy", line 107, in script
    $ run_update_compatibilities()
  File "game/script.rpy", line 107, in <module>
    $ run_update_compatibilities()
  File "game/update_compatibilities.rpy", line 6, in run_update_compatibilities
    compatibility_update()
  File "game/update_compatibilities.rpy", line 18, in add_missing_attributes
    academy.max_shoot_willingness_bonus = 0
AttributeError: 'NoneType' object has no attribute 'max_shoot_willingness_bonus'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 24, in script call
    $ tutorials_enabled = False
  File "game/script.rpy", line 107, in script
    $ run_update_compatibilities()
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 107, in <module>
    $ run_update_compatibilities()
  File "game/update_compatibilities.rpy", line 6, in run_update_compatibilities
    compatibility_update()
  File "game/update_compatibilities.rpy", line 18, in add_missing_attributes
    academy.max_shoot_willingness_bonus = 0
AttributeError: 'NoneType' object has no attribute 'max_shoot_willingness_bonus'



[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 109, in script
    "News Broadcast" """
  File "renpy/common/00library.rpy", line 324, in say
    who(what, interact=interact, *args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 109, in script
    "News Broadcast" """
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 324, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 115, in script
    player.character """
AttributeError: 'NoneType' object has no attribute 'headmaster'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 115, in script
    player.character """
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'headmaster'



[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 126, in script
    academy.headmaster.character "Are you sure this is a good idea? The board was {b}not{/b} happy to have an emergency meeting..."
Exception: Sayer 'academy.headmaster.character' is not defined.

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 126, in script
    academy.headmaster.character "Are you sure this is a good idea? The board was {b}not{/b} happy to have an emergency meeting..."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 581, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 470, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'academy.headmaster.character' is not defined.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 130, in script
    academy.headmaster.character "You are right, If you can't convince the board we are both done for."
Exception: Sayer 'academy.headmaster.character' is not defined.

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 130, in script
    academy.headmaster.character "You are right, If you can't convince the board we are both done for."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 581, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 470, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'academy.headmaster.character' is not defined.

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 132, in script
    menu(title_text="You think to yourself."):
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 280, in execute
    frame:
  File "game/screens.rpy", line 288, in execute
    vbox:
  File "game/screens.rpy", line 302, in execute
    viewport id "choice_viewport":
  File "game/screens.rpy", line 310, in execute
    vbox:
  File "game/screens.rpy", line 311, in execute
    for item in items:
  File "game/screens.rpy", line 315, in execute
    textbutton item.caption:
AttributeError: 'NoneType' object has no attribute 'headmaster'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 132, in script
    menu(title_text="You think to yourself."):
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 1625, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\menuexports.py", line 134, in menu
    rv = renpy.store.menu(new_items)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\menuexports.py", line 424, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 280, in execute
    frame:
  File "game/screens.rpy", line 288, in execute
    vbox:
  File "game/screens.rpy", line 302, in execute
    viewport id "choice_viewport":
  File "game/screens.rpy", line 310, in execute
    vbox:
  File "game/screens.rpy", line 311, in execute
    for item in items:
  File "game/screens.rpy", line 315, in execute
    textbutton item.caption:
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ui.py", line 1015, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\text\text.py", line 2059, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\text\text.py", line 2192, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'headmaster'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 144, in script
    "You walk into the school's conference room. It is filled with the familiar faces of the board but also a few faces you haven't seen before."
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 144, in script
    "You walk into the school's conference room. It is filled with the familiar faces of the board but also a few faces you haven't seen before."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 146, in script
    female_boardmember.character "[academy.headmaster], [player]. I hope you have a good reason to call an emergency meeting..."
AttributeError: 'NoneType' object has no attribute 'headmaster'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 146, in script
    female_boardmember.character "[academy.headmaster], [player]. I hope you have a good reason to call an emergency meeting..."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'headmaster'



[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 148, in script
    academy.headmaster.character "I-"
Exception: Sayer 'academy.headmaster.character' is not defined.

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 148, in script
    academy.headmaster.character "I-"
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 581, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 470, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'academy.headmaster.character' is not defined.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 156, in script
    "You hand out your short doccet outlining your plans for the academy.{w} The board reads through it silently..."
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 156, in script
    "You hand out your short doccet outlining your plans for the academy.{w} The board reads through it silently..."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 170, in script
    "[female_boardmember] looks around, and many of the board members seem convinced. The male board members in particular seem excited by the idea."
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 170, in script
    "[female_boardmember] looks around, and many of the board members seem convinced. The male board members in particular seem excited by the idea."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 172, in script
    menu:
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 280, in execute
    frame:
  File "game/screens.rpy", line 288, in execute
    vbox:
  File "game/screens.rpy", line 302, in execute
    viewport id "choice_viewport":
  File "game/screens.rpy", line 310, in execute
    vbox:
  File "game/screens.rpy", line 311, in execute
    for item in items:
  File "game/screens.rpy", line 315, in execute
    textbutton item.caption:
AttributeError: 'NoneType' object has no attribute 'headmaster'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 172, in script
    menu:
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 1625, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\menuexports.py", line 134, in menu
    rv = renpy.store.menu(new_items)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\menuexports.py", line 424, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 273, in execute
    screen choice(items, title_text=""):
  File "game/screens.rpy", line 280, in execute
    frame:
  File "game/screens.rpy", line 288, in execute
    vbox:
  File "game/screens.rpy", line 302, in execute
    viewport id "choice_viewport":
  File "game/screens.rpy", line 310, in execute
    vbox:
  File "game/screens.rpy", line 311, in execute
    for item in items:
  File "game/screens.rpy", line 315, in execute
    textbutton item.caption:
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ui.py", line 1015, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\text\text.py", line 2059, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\text\text.py", line 2192, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'headmaster'



[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 189, in script
    "[female_boardmember] scowls at you."
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 189, in script
    "[female_boardmember] scowls at you."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 228, in script
    "You notice a few members towards the back of the room not abstaining."
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 228, in script
    "You notice a few members towards the back of the room not abstaining."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 244, in script call
    call name_academy from _call_name_academy_1
  File "game/scripts/story/label_game_intro.rpy", line 90, in script
    $ academy.name = picked_name
  File "game/scripts/story/label_game_intro.rpy", line 90, in <module>
    $ academy.name = picked_name
AttributeError: 'NoneType' object has no attribute 'name'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 244, in script call
    call name_academy from _call_name_academy_1
  File "game/scripts/story/label_game_intro.rpy", line 90, in script
    $ academy.name = picked_name
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/label_game_intro.rpy", line 90, in <module>
    $ academy.name = picked_name
AttributeError: 'NoneType' object has no attribute 'name'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 246, in script
    female_boardmember.character "[academy.name]... Very well..."
AttributeError: 'NoneType' object has no attribute 'name'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 246, in script
    female_boardmember.character "[academy.name]... Very well..."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'name'

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 250, in script
    "Everyone filters out of the conference room."
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 250, in script
    "Everyone filters out of the conference room."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 627, in display_say
    callback("begin")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 91, in __call__
    c(*args, **kwargs)
  File "game/screens.rpy", line 127, in say_callback
    speaking_character = get_character_by_id(id)
  File "game/screens.rpy", line 111, in get_character_by_id
    speaking_character = academy.get_girl_by_id(character_id, include_pending=True)
AttributeError: 'NoneType' object has no attribute 'get_girl_by_id'




[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 254, in script
    "You find [academy.headmaster] waiting for you outside."
AttributeError: 'NoneType' object has no attribute 'headmaster'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 254, in script
    "You find [academy.headmaster] waiting for you outside."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'headmaster'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 256, in script
    academy.headmaster.character "Thank you for taking the lead in there, I sort of just froze up."
Exception: Sayer 'academy.headmaster.character' is not defined.

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 256, in script
    academy.headmaster.character "Thank you for taking the lead in there, I sort of just froze up."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 581, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 470, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'academy.headmaster.character' is not defined.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 277, in script
    academy.headmaster.character "I will see you on Monday then, hopefully all goes well and you can prove to the parents and the board that your changes are beneficial..."
Exception: Sayer 'academy.headmaster.character' is not defined.

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 28, in script call
    call lore_intro from _call_lore_intro
  File "game/scripts/story/label_game_intro.rpy", line 277, in script
    academy.headmaster.character "I will see you on Monday then, hopefully all goes well and you can prove to the parents and the board that your changes are beneficial..."
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 581, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 470, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'academy.headmaster.character' is not defined.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 33, in script
    $ rule_manager.unlock_rule("rule_free_use_law_1")
  File "game/scripts/story/label_game_intro.rpy", line 33, in <module>
    $ rule_manager.unlock_rule("rule_free_use_law_1")
AttributeError: 'NoneType' object has no attribute 'girl_manager'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 33, in script
    $ rule_manager.unlock_rule("rule_free_use_law_1")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/label_game_intro.rpy", line 33, in <module>
    $ rule_manager.unlock_rule("rule_free_use_law_1")
  File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 159, in unlock_rule
    if not rule.requirements_met():
  File "game/scripts/main_classes/rule/class_rule_ren.py", line 149, in requirements_met
    "voter_count": len(academy.girl_manager.get_student_ids()),
AttributeError: 'NoneType' object has no attribute 'girl_manager'

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 36, in script
    $ rule_manager.unlock_rule("rule_dress_code")
  File "game/scripts/story/label_game_intro.rpy", line 36, in <module>
    $ rule_manager.unlock_rule("rule_dress_code")
AttributeError: 'NoneType' object has no attribute 'girl_manager'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 36, in script
    $ rule_manager.unlock_rule("rule_dress_code")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/label_game_intro.rpy", line 36, in <module>
    $ rule_manager.unlock_rule("rule_dress_code")
  File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 159, in unlock_rule
    if not rule.requirements_met():
  File "game/scripts/main_classes/rule/class_rule_ren.py", line 149, in requirements_met
    "voter_count": len(academy.girl_manager.get_student_ids()),
AttributeError: 'NoneType' object has no attribute 'girl_manager'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 39, in script
    $ rule_manager.unlock_rule("rule_additional_exam_subjects")
  File "game/scripts/story/label_game_intro.rpy", line 39, in <module>
    $ rule_manager.unlock_rule("rule_additional_exam_subjects")
AttributeError: 'NoneType' object has no attribute 'girl_manager'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 39, in script
    $ rule_manager.unlock_rule("rule_additional_exam_subjects")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/label_game_intro.rpy", line 39, in <module>
    $ rule_manager.unlock_rule("rule_additional_exam_subjects")
  File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 159, in unlock_rule
    if not rule.requirements_met():
  File "game/scripts/main_classes/rule/class_rule_ren.py", line 149, in requirements_met
    "voter_count": len(academy.girl_manager.get_student_ids()),
AttributeError: 'NoneType' object has no attribute 'girl_manager'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 44, in script
    $ academy.modify_cash(-player_cash_bonus, f"Faculty:{player} - Bonus")
  File "game/scripts/story/label_game_intro.rpy", line 44, in <module>
    $ academy.modify_cash(-player_cash_bonus, f"Faculty:{player} - Bonus")
AttributeError: 'NoneType' object has no attribute 'modify_cash'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 44, in script
    $ academy.modify_cash(-player_cash_bonus, f"Faculty:{player} - Bonus")
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/label_game_intro.rpy", line 44, in <module>
    $ academy.modify_cash(-player_cash_bonus, f"Faculty:{player} - Bonus")
AttributeError: 'NoneType' object has no attribute 'modify_cash'


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/story/label_game_intro.rpy", line 64, in script
    $ academy.girl_manager.generate_initial_girls()
  File "game/scripts/story/label_game_intro.rpy", line 64, in <module>
    $ academy.girl_manager.generate_initial_girls()
AttributeError: 'NoneType' object has no attribute 'girl_manager'

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

Full traceback:
  File "game/scripts/story/label_game_intro.rpy", line 64, in script
    $ academy.girl_manager.generate_initial_girls()
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mikkt\Downloads\CorruptedAcademy-0.351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/label_game_intro.rpy", line 64, in <module>
    $ academy.girl_manager.generate_initial_girls()
AttributeError: 'NoneType' object has no attribute 'girl_manager'

and im hav do it ratig whit the mods
 

SilverFire

Member
Apr 28, 2017
176
39
Can both of you please give more details? What other mods do you have installed? Is the game starting without any errors? After the game started, are you starting a new game or loading an older save? When exactly and what are you doing ingame when the error kicks in? Do you have the latest hotfix installed(what version of the game you have)?
 
Last edited:

fakervaan

New Member
Dec 6, 2021
4
1
Can both of you please give more details? What other mods do you have installed? Is the game starting without any errors? After the game started, are you starting a new game or loading an older save? When exactly and what are you doing ingame when the error kicks in?
Game starts and spits that error out. Mods: the kingtut mod, the davemanster clothing mod, andyrose bathroom mod, and PRIKOLNIY clinic mod.
 

Trolle

New Member
Apr 5, 2020
12
4
HeX Exam Action "Extract file contents to where your find
your ""game"" folder.
Locations can be seen above" "Fixed Mods:
0.351 made some changes to Exam and Sex actions
These are updates to davemanster's footjob mod
and
Vonda's hypnotize mod"
Davemanster Content Exp "Delete all old Davemanster mods
Extract file contents to where your find
your ""game"" folder.
Incompatble with saves before 0.312i" "Clothing modV3 - adds 1,516 clothing images
Generic video expansionV3 - adds 831 new videos
Footjob modV3 - adds footjob and a handful of related videos

Notes:
The footjob mod is completely optional.
The clothing and video mods are combined into one download."
HeX "Thanks to
Molites and Balalaechnik
for providing the videoshoots." Girl/Mother "Extract file contents to where your find
your ""game"" folder.
Locations can be seen above" "Official Content
Girls: Dani Daniels, Dillion Harper,
Leana Lovings, Lulu Chu, Mia Malkova, Scarlet Skies
Mothers: Angela White, Asa Akira, India Summer, Lauren Phillips"
HeX Videos "Extract file contents to where your find
your ""game"" folder.
Locations can be seen above" "Official Content
Adds generic action videos"
andyrose "Thanks to
Davemanster
for the great main mod" Fixes Extract to folder, where your can find your "game" folder, with file replacement "Davemanster Clothing mod (see above) fixes
Fixes for incorrect mod behavior caused by an update. Added some missing tags, bikini moved to underwear slots, babydoll moved to bra slot. Fixed an issue of unreasonable breaking of the Forced Lingerie rule"
andyrose "Thanks to
Ramen-Jiro Enjoyer
for advising on useful tools" Event Extract to folder, where your can find your "game" folder "Bathroom Surprise Event Mod ver.1.1
Main character will feel the urge to go to the bathroom, and there may be a pleasant surprise waiting for him. Event can start in the office from 11 to 14.
What is in the mod?
- more than 60 new vids
- choices that influence the progress of the event
- stat checks and impacts, for a more personalized reaction of girls
- main character's choices impact his stats
Enjoy!"Vonda Content Exp Extract Contents to your "game" folder. "HeX says it's a bit overpowered. It replaces the original 'Train' option with
a new 'hypnotize' option which gets more powerful the more the girl has been
trained. Completely optional."
Vonda Content Exp Extract Contents to your "game" folder. New Head Pat mod. Head pats calm down freaked out girls in your classroom and makes them happy again.
Dexell Trait Exp "Extract file contents to where your find
your ""game"" folder.
Locations can be seen above
The ""dexell_traits"" folder should end up inside ""game/_mods""." "Small mod to add a couple more auto-generated traits to round up the stats and make them all useful beyond background mechanics, effect emulating some of the laws (similar to Corruption and photoshoots).
Discipline + Intellect traits will progressively allow more clothes to be removed. Stat growth bonus: negative Fear; positive Affection, Discipline, and Intellect.
Affection - fear traits will progressively allow more sexual action to be tolerated. Stat growth bonus: minor positive Discipline, Intellect, Corruption, and Naturism."
Dexell Rule Exp "Extract file contents to where your find
your ""game"" folder.
Locations can be seen above
The ""dexell_rules"" folder should end up inside ""game/_mods""." "Some more rules for the dress code. (compatible with Davemanster's Clothing Mod)
Ban Skimpy Outfits, Ban Nudity, Forced Buttplug, Forced Vibrating Buttplug, Forced Modesty, Forced Shoeless." did hav it
WiRoX Girl Normal version 300+300 Mb "Lexi Belle 10 photo, 6 video, 100+ vids, 7 events
Sasha Grey 9 photo, 5 video, 100+ vids, 7 events"
WiRoX Mother 2 Czech mothers 170+180 Mb "mother Kathia Nobili 7 photo, 6 video, 50 vids, 7 events
mother Belle Claire 7 photo, 5 video, 52 vids, 7 events"
WiRoX Content Exp 241 Mb "Geisha Kyd Large Content Expansion
6 photo, 5 video, 50 vids, 14 events"
WiRoX Mother normal version: 140 Mb mother Nicole Aniston 10 photo, 3 video, 50 vids, 5 events
WiRoX Mother normal version: 120 Mb mother Sophie Dee : 10 photo, 2 video, 50 vids
WiRoX Girl/Mother " Ashly Anderson, 15 photo, 1 video, 90 vids
Alison Tyler 9 photo, 1 video, 70 vids"
WiRoX Girl/Mother "Ana Foxxx 14 photo, 2 video, 100 vids
Daya Knight 7 photo, 1 video, 60 vids"
WiRoX Girl/Mother "Sybil A 14 photo, 3 video , 60 vids
Claire Castel 8 photo, 1 video, 45 vids"
WiRoX Girl/Mother 08/23 fullbody pics fix " Eva Elfie 11 photo, 3 video, 40+ vids
+Mother 11 photo, 1 video, 15 vids"
WiRoX Girl/Mother "Lana Rhoades 12 photo, 3 video, 40 vids
+Mother 8 photo, 30 vids"
WiRoX Girl/Mother " Kyler Quinn, 11 photo, 1 video, 50 vids
+Mother 7 photo, 25 vids "
WiRoX Girl Alex Grey, 11 photo, 1 videoshoot, 32 vids
RHL Content Exp Alex Grey, add 71 vids
WiRoX Girl Nancy Ace, 10 photo, 1 videoshoot, 40 vids
iowaboy1844 Girl/Mother Extract Contents to your "game" folder. "Natasha Nice: 10 photoshoots, 3 videoshoots, 49 vids
Tasha Nice: 16 photoshoots, 46 vids
A bit of a unique idea where the same model is both the girl and the mother
since she has enough content to fill both roles."
RHL Girl Sydney Cole, 6 photo, 1 video, 69 vids
RHL Girl Melissa Moore, 5 photo,1 video, 62 vids
RHL Girl Morgan Lee, 5 photo,1 video, 65 vids
RHL Girl Agatha Vega, 7 photo, 2 video, 89 vids
megaera with Mandra Girl copy mod's "game" folder over the game's "game folder "Red Fox/Michelle Starr (2.0),
92 vids, 9 photoshoots, 1 videoshoot,
4 shared photoshoots, 4 shared videoshoots
"
megaera Mother copy mod's "game" folder over the game's "game folder "mother Alix Lynx (1.0) (Elsa Jean's/random mom),
87 vids, 2 photoshoots,
2 shared videoshoots, 4 sharedvideoshoots"
megaera Content Exp copy mod's "game" folder over the game's "game folder "add on Elsa Jean (1.0)
+165 vids, +2 photoshoots, +1 videoshoots,
+1 shared photoshoot, +5 shared videoshoots"
megaera Content Exp copy mod's "game" folder over the game's "game folder. But you may want to only add the girls you have already installed "add on fullbody and legs
for Alex Grey, Blake Blossom, Cecilia Lion, Diana Rider,
Dolly Little, Kimmy Granger, Kristen Scott"
PRIKOLNIY
Academy Upgrade Extract Contents to your "game" folder. Mod to improve the clinic. Includes two improvements and two rule.
Mock Girl Copy into "game/_mods/girls" folder Aidra Fox, 8 photoshoots,1 video, 114 vids
Mock Girl Copy into "game/_mods/girls" folder Purple Bitch, 7 photo, 3 video, 52 vids
Mock Girl Copy into "game/_mods/girls" folder Ariana Marie, 7 photos, 5 videos, 67 vids
Warblgarbl Girl Copy into main folder "Alexia Anders, 4 photos, 82 vids
Marie Rose, 10 photos, 2 videos, 105 vids
Rae Lil Black, 6 photos, 2 videos, 64 vids, 1 event
Brittney White, 5 photos, 5 videos, 270 vids, 2 events"
uncool_guy Girl Copy into "game/_mods/girls" folder Belle Delphine, 6 photo, 0 video, 45 vids
Ramen-Jiro Enjoyer Content Exp Copy into "game/_mods/girls" folder "
Megan Rain - added 60 videos
AJ Applegate - added 100 videos"
Ramen-Jiro Enjoyer Content Exp "Copy into ""game/_mods/girls"" folder
Mirama Kunkelova REQUIRES downloading her from the BIBIMISSION pack found below" "Dakota Tyler - added 65 videos
Gina Valentina - added 55 videos
Piper Perri - added 55 videos
Miriama Kunkelova - added 55 videos"
Ramen-Jiro Enjoyer Girl Copy into "game/_mods/girls" folder "Kate Kuray - 8 photoshoots, 4 videoshoots, 135 vids
(with body image and full body)"
Ramen-Jiro Enjoyer Girl Important: Delete the original Stacie Jaxxx girl mod posted by Harvey Danger before installing this one. "Stacie Jaxxx - 7 photoshoots, 4 videoshoots, 110 vids
(with body image and full body)"
Ramen-Jiro Enjoyer Girl Copy into "game/_mods/girls" folder "Gina Gerson - 7 photoshoots, 4 videoshoots, 125 vids
(with body image and full body)"
Ramen-Jiro Enjoyer Girl Important: Delete the original Ava Hardy girl mod posted by Harvey Danger before installing this one. "Ava Hardy - 6 photoshoots, 3 videoshoots, 80 vids
(with body image and full body)"
Ramen-Jiro Enjoyer Girl Copy into "game/_mods/girls" folder "Elle Lee - 5 photoshoots, 4 videoshoots, 85 vids
(with body image and full body)"
" Ramen-Jiro Enjoyer
with
Warblgarbl" Girl Copy into "game/_mods/girls" folder "Skylar Vox - 8 photoshoots, 5 videoshoots, 160 vids
(with body image and full body)"
" Ramen-Jiro Enjoyer
with
Warblgarbl" Girl Copy into "game/_mods/girls" folder "Kylie Quinn - 5 photoshoots, 4 videoshoots, 130 vids
(with body image and full body)"
" Ramen-Jiro Enjoyer
with
Warblgarbl" Girl Copy into "game/_mods/girls" folder "Lola Fae - 6 photoshoots, 3 videoshoots, 125 vids
(with body image and full body)"
" Ramen-Jiro Enjoyer
with
Warblgarbl" Girl Important: Delete the original Kenzie Reeves girl mod posted by Last Beer before installing this one. "Kenzie Reeves - 8 photoshoots, 4 videoshoots, 120 vids
(with body image and full body)"
" Ramen-Jiro Enjoyer
with
Warblgarbl" Girl Copy into "game/_mods/girls" folder "Krystal Boyd - 8 photoshoots, 3 videoshoots, 125 vids
(with body image and full body)"
RanchFTW Girl/Mother Copy into "game/_mods" folder "Uma Jolie, 10 photo, 0 videoshoot, 35 vids
Chanel Preston (Mother), 3 photo, 0 videoshoot, 31 vids"
nnikoo98 Girl/Mother Copy into "game/_mods" folder Jade Kush + Asa Akira (Mother) Added more videos to Jade.
nnikoo98 Girl/Mother Copy into "game/_mods" folder Coco Lovecock + Dee Williams (Mother) Added more videos.
nnikoo98 Girl/Mother Copy into "game/_mods" folder Mandy Muse + Romi Rain (Mother) Added more videos.
NudeNoodle Girl "Kimmy Kimm - 10 photo, 0 video, 5 vids
Tia Ling - 9 photo, 0 video, 6 vids"
NudeNoodle Girl "Nicole Murkovski - 5 photo, 0 video, 9 vids
Aletta Ocean - 5 photo, 0 video, 6 vids
(Planning to add more content sometime soon)"
Zotscheetter Girl Copy into "game/_mods" folder hot404found/Lilith Brik, 0 photo, 0 videoshoot, 84 vids
Zotscheetter Girl Copy into "game/_mods" folder Violet Starr, 5 photo, 0 videoshoot, 107 vids
Zotscheetter Girl Copy into "game/_mods" folder Mewslut, 0 photo, 0 videoshoots, 55 vids
Zotscheetter Girl Copy into "game/_mods" folder Blake Blossom, 5 photo, 0 videoshoots, 36 vids
Zotscheetter Girl Copy into "game/_mods" folder Cecilia Lion, 5 photo, 0 videoshoots, 41 vids
Zotscheetter Girl Copy into "game/_mods" folder Diana Rider, 0 photo, 0 videoshoots, 166 vids
Zotscheetter Girl Copy into "game/_mods" folder Gabbie Carter, 5 photo, 0 videoshoots, 56 vids
Zotscheetter Girl Copy into "game/_mods" folder Kimmy Granger, 5 photo, 0 videoshoots, 70 vids
Zotscheetter Girl Copy into "game/_mods" folder Kristen Scott, 5 photo, 0 videoshoots, 73 vids
Zotscheetter Girl Copy into "game/_mods" folder Sweetie Fox, 0 photo, 0 videoshoots, 212 vids
Blargh Girl Copy into "game/_mods" folder Remy Lacroix, 13 photo, 1 videoshoot, over 40 personal vids
Last Beer Girl Copy into "game/_mods" folder Add 2 girls by the name of Dolly Little
Cirilla Girl Copy into "game/_mods" folder Polina Marchenko "Luxury Girl", 6 photoshoots, 0 videshoots, 62 vids
Cirilla Girl Copy into "game/_mods" folder "5 photoshoots, bodyparts and fullbody for Zotscheetter's Sweetie Fox

needs to be installed!!!"
Harvey Danger Girl Copy each girl folder into "game/_mods/girls" folder "BIBIMISSION - WTM port

These may be missing CA specific content."
Harvey Danger Girl Copy each girl folder into "game/_mods/girls" folder "gdiggers888 - WTM port
portraitMod.zip
These may be missing CA specific content." and it work fine befor im instold

KingTutContent ExpExtract file content to the "_mods" folder
under the "game" folder
Extra Content
Adds clothing boots for girls to buy and wear
Adds exam actions / sex actions / rules / traits
Perfers DaveMasters Clothing Mod installed
For more information see readme.txt in acrhive
mod

Jade Kimiko do i hav as well
 
Last edited:

GamerDaddy

Engaged Member
Feb 6, 2023
2,183
1,303
You have to put the "kingtut_mods" folder(containing all of his files) into the /game/_mods/ folder.

This is exactly the reason why i`ve been asking all the modders to use the same structure and add the correct path to the archive, meaning adding the path all the way up to the game/ folder to their archive. Then even blind idiots would know where that stuff should go. I guess some modders are just lazy and uncaring if people have a hard time figuring out how to install their mods.

Also be aware that if you install kingtut`s mods and you also have Dexell`s rules expansion mod, they both contain files for rules for forced buttplug/vibrating buttplugs. One of them (either Dexell`s or kingtut`s) needs to be disabled/deleted. You can do that by either deleting or renaming the files force_buttplug_vibrating_buttplug.rpy and force_buttplug_vibrating_buttplug.rpyc adding something to the file`s extension (the stuff that comes after the . in the filename) like a letter or a number, so the game won`t load them. ( example: force_buttplug_vibrating_buttplug.rpy1 ) If you don`t do this, the game won`t start.

Also, i believe it should be common sense for the modder to first post a few words in this thread before adding the mod to the spreadsheet, so we should all know who to address if we have any feedback or questions.

I`ve installed his mod and renamed those 2 files and the game starts and loads my latest save fine for me, although i haven`t done anything else yet.
i just seen kingtut_mods spreadsheet this morning (i had to remove close to 90% of it for it to work the clothes need to be defined and tagged correctly there is also a issue with his rules) the only thing i could get to work is the traits and the class stuff
 
  • Like
Reactions: Trolle

GamerDaddy

Engaged Member
Feb 6, 2023
2,183
1,303
You have to put the "kingtut_mods" folder(containing all of his files) into the /game/_mods/ folder.

This is exactly the reason why i`ve been asking all the modders to use the same structure and add the correct path to the archive, meaning adding the path all the way up to the game/ folder to their archive. Then even blind idiots would know where that stuff should go. I guess some modders are just lazy and uncaring if people have a hard time figuring out how to install their mods.

Also be aware that if you install kingtut`s mods and you also have Dexell`s rules expansion mod, they both contain files for rules for forced buttplug/vibrating buttplugs. One of them (either Dexell`s or kingtut`s) needs to be disabled/deleted. You can do that by either deleting or renaming the files force_buttplug_vibrating_buttplug.rpy and force_buttplug_vibrating_buttplug.rpyc adding something to the file`s extension (the stuff that comes after the . in the filename) like a letter or a number, so the game won`t load them. ( example: force_buttplug_vibrating_buttplug.rpy1 ) If you don`t do this, the game won`t start.

Also, i believe it should be common sense for the modder to first post a few words in this thread before adding the mod to the spreadsheet, so we should all know who to address if we have any feedback or questions.

I`ve installed his mod and renamed those 2 files and the game starts and loads my latest save fine for me, although i haven`t done anything else yet.
start a new save you will get tons of errors
 
  • Like
Reactions: Trolle

BolHeX

Member
Nov 30, 2019
487
785
I'm getting some wierd errors all of a sudden.

You don't have permission to view the spoiler content. Log in or register now.
Looks like one of the girl/mother mods you are using as a bad videoshoot config file. I cannot tell which it is from this but I assume its one of the most recently added ones.

As for all the errors with KingTut's mod, I think give him some time to fix them. It is definitely pushing some limits there so errors are expected.
 
  • Like
Reactions: Trolle

Trolle

New Member
Apr 5, 2020
12
4
Looks like one of the girl/mother mods you are using as a bad videoshoot config file. I cannot tell which it is from this but I assume its one of the most recently added ones.

As for all the errors with KingTut's mod, I think give him some time to fix them. It is definitely pushing some limits there so errors are expected.
try take a look mt post whit all the erros post 2009 maybe that give you a better idea
 

SilverFire

Member
Apr 28, 2017
176
39
Trolle i believe the first part of his answer was for phlore101, not you. Also, you only answered 1 of my 4 questions, and also, you could have simply said "all the mods in the spreadsheet" instead of copy-pasting here the entire content of the spreadsheet...:cautious:

phlore101, you can take out(move to some other folder outside the game) all the girls/mothers in the _mod folder and then gradually re-add some of them until you identify which one is the one generating errors. You`ll have to close/start the game for each new batch of girls you re-add. Also, after removing all the girls/mothers from the _mod folder, see if you still get that error with only the base game girls/mothers (again, close/start the game and check before re-adding any girls/mothers back to the _mod folder)
 
Last edited:
  • Like
Reactions: Trolle
4.40 star(s) 30 Votes