Deane9850

Active Member
Jan 4, 2018
598
612
why is the description to download the beta version from the first posting so complicated? install github, download batch file...

Why not just download the zip from that github site (under Code and download sourcecode zip)
Because the zip file is 1.8Gb per download and setting up git to pull changes is less than 100kb?
 

ehesse

Member
Jan 6, 2018
104
38
Playing old mod game saves in 2025.07_mod4.0.33 and 2025.07_mod4.0.36 got this:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/bugfix_additions/action_mod_core.rpy", line 77, in <module>
File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 9, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 22, in <module>
AttributeError: 'MainCharacter' object has no attribute 'schedule'
 

Burt

Ignoring Social Media
Dec 14, 2016
1,250
977
Playing old mod game saves in 2025.07_mod4.0.33 and 2025.07_mod4.0.36 got this:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/bugfix_additions/action_mod_core.rpy", line 77, in <module>
File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 9, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 22, in <module>
AttributeError: 'MainCharacter' object has no attribute 'schedule'
Rule of thumb never play old saves if you want the game to work
 

nobodx

Newbie
Nov 2, 2017
87
59
Playing old mod game saves in 2025.07_mod4.0.33 and 2025.07_mod4.0.36 got this:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/bugfix_additions/action_mod_core.rpy", line 77, in <module>
File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 9, in execute
File "game/game_screens/hud_screens/player_status_hud.rpy", line 22, in <module>
AttributeError: 'MainCharacter' object has no attribute 'schedule'
You should be able to open the Console from the main-menu and enter
MainCharacter.schedule = AppointmentScheduler()

that *should* work, but will fuck up your appointment-list (as in it wont show anything anymore)
 

Asia Argento

The Golden Dragon Princess
Donor
Apr 14, 2020
1,869
4,295
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'VTPerson' on <renpy.python.StoreModule object at 0x00000000041cd1c0>
 
4.60 star(s) 73 Votes