Watching this project with interest! Why don't you integrate event packs from mods as well? They were all good events, especially Goldo's, and the variety adds a lot.
#for older mods for canon Ashford Academy which still used orbsdefine blue_orb=0define red_orb=0define green_orb=0define yellow_orb=0
One comment - when staff support is negative it's impossible to change to any policy, even those which have negative cost or 0 cost. So now I'm at -100 support and cannot bring back teacher wages to normal for example
I'm sorry, but an uncaught exception occurred.While running game code: File "game/script/dse-schedule.rpy", line 82, in script call call events_run_period from _call_events_run_period File "game/script/classes/event.rpy", line 404, in script call call expression _event from call_expression_event_1 File "game/images/canon/events/sports_field.rpy", line 416, in script $ ranodm_say("", File "game/images/canon/events/sports_field.rpy", line 416, in <module> $ ranodm_say("",NameError: name 'ranodm_say' is not defined-- Full Traceback ------------------------------------------------------------Full traceback: File "game/script/dse-schedule.rpy", line 82, in script call call events_run_period from _call_events_run_period File "game/script/classes/event.rpy", line 404, in script call call expression _event from call_expression_event_1 File "game/images/canon/events/sports_field.rpy", line 416, in script $ ranodm_say("", File "C:\Users\Skrudzas\Desktop\AshfordAcademyRedux-0.1.1-pc\renpy\ast.py", line 882, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Skrudzas\Desktop\AshfordAcademyRedux-0.1.1-pc\renpy\python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "game/images/canon/events/sports_field.rpy", line 416, in <module> $ ranodm_say("",NameError: name 'ranodm_say' is not definedWindows-8-6.2.9200Ren'Py 7.1.0.882Ashford Academy Redux 0.1.1Sat Jan 05 15:32:27 2019
ThanksHere is an exception I had Code: [Select]I'm sorry, but an uncaught exception occurred.While running game code: File "game/script/dse-schedule.rpy", line 82, in script call call events_run_period from _call_events_run_period File "game/script/classes/event.rpy", line 404, in script call call expression _event from call_expression_event_1 File "game/images/canon/events/sports_field.rpy", line 416, in script $ ranodm_say("", File "game/images/canon/events/sports_field.rpy", line 416, in <module> $ ranodm_say("",NameError: name 'ranodm_say' is not defined-- Full Traceback ------------------------------------------------------------Full traceback: File "game/script/dse-schedule.rpy", line 82, in script call call events_run_period from _call_events_run_period File "game/script/classes/event.rpy", line 404, in script call call expression _event from call_expression_event_1 File "game/images/canon/events/sports_field.rpy", line 416, in script $ ranodm_say("", File "C:\Users\Skrudzas\Desktop\AshfordAcademyRedux-0.1.1-pc\renpy\ast.py", line 882, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Skrudzas\Desktop\AshfordAcademyRedux-0.1.1-pc\renpy\python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "game/images/canon/events/sports_field.rpy", line 416, in <module> $ ranodm_say("",NameError: name 'ranodm_say' is not definedWindows-8-6.2.9200Ren'Py 7.1.0.882Ashford Academy Redux 0.1.1Sat Jan 05 15:32:27 2019Also in another events there was a messages saying that cafeteria1-1 cannot be foundcafeteria6-1 cannot be found
Hey ho, this is worth the triple post :I just did a quick test with Goldo's event pack #1 :https://www.henthighschool.com/ashford-academy/goldo's-event-pack-1/And it appears to just work out of the box!!!!That's the reason that I tried to keep everything backwards compatible, but I would not have thought that it would work that well. I mean, I am sure there are a few crashes hiding in there somewhere, but loading up my advanced save game (so that my stats are high enough to trigger events) and running through a few days I just got sweet new events. To install, add a "mods" folder under game/images, and place the folder "Go1" from the zipfile into that. Everything should work then. Feel free to report any crashes (with the stacktrace, please!), and I will see where I have to tweak things to improve compatibility further.The next game version will contain the folder "mods", with a readme.txt with some info about using mods for canon Ashford Academy. I'll try other event packs from this forum later, but in principle they should work just as well as Goldo's does. EDIT:correction, I took just a look into the code of the mod and see that it modifies orb variables.Those do not exist in current canon Ashford Academy either, so I had made no provision for that.The game would probably crash on those events since it tries to modify undefined variables.To fix that, the next version will contain this code:Code: [Select]#for older mods for canon Ashford Academy which still used orbsdefine blue_orb=0define red_orb=0define green_orb=0define yellow_orb=0If you want to try out adding in the mod now, before I release the next version (which will happen sunday evening), add those lines of code at the end of game/script/backwards_compatible.rpy
Another problem with this was a missing picture grounds at "label go_grounds3:"Maybe there are more, but so far I stumbled upon this one only
Fast suggestion: normally in the "image" folder you should place only the images. More in general: I think the way you have organized the files is... strange and hard to navigate (at least for me).