Hey! I placed the dlc_step_2.rpa file into the "game" folder on the base game. Unfortunately, I encountered an exception:
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not load from archive DLC_Step_2/moment_selection_dlc2.rpyc.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 706, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive DLC_Step_2/moment_selection_dlc2.rpyc.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Mon May 22 17:55:55 2023
The exception also occurs with the step 3 dlc too.
It appears that I might be missing a .rpyc file. Do you have any tips or solutions? Thank you!