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.
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]
girl.make_topless()
girl.clothing_manager.restore_saved_outfit()
when you want to redress her.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
You have to put the "kingtut_mods" folder(containing all of his files) into the /game/_mods/ folder.hey kingtut maybe you need to look on you mod has som err like
I hope i was helpful in solving your problem, based on your post i didn`t have much information to go on about what was wrong.
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
Do you have Davemansters Clothing Mod already installed?I keep seeing this error when trying to add the kingtut mod.
Yeah.Do you have Davemansters Clothing Mod already installed?
Game starts and spits that error out. Mods: the kingtut mod, the davemanster clothing mod, andyrose bathroom mod, and PRIKOLNIY clinic mod.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?
KingTut | Content Exp | Extract 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 |
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 stuffYou 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 errorsYou 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.
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.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.
try take a look mt post whit all the erros post 2009 maybe that give you a better ideaLooks 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.