How to start an application from another .pck file?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By saulius

How to start an application from another .pck file containing resources. Is this possible or not?

:bust_in_silhouette: Reply From: Dlean Jeans

Call

ProjectSettings.load_resource_pack('/path/to/game.pck')

The problem is that I will have to delete the original .pck and use only the new .pck. But then the application does not start.

saulius | 2019-07-22 18:09

What do you mean? I can load a pck file from another directory without deleting anything.
See this docs page.

Dlean Jeans | 2019-07-23 00:53