Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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!

(+1)

The updated version of Our Life, 1.7.0, just got released. I originally had only version 1.6.3, so I downloaded the newer version. Then, I placed all the .rpa dlc files into the "game" folder of the newer version.

Everything runs without exceptions! I suppose I simply needed to update my game to the newest version.

Anyways, thank you GBPatch for the game and dlc!