diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 396880fb..fbb946e8 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -146,6 +146,7 @@ init python: build.archive("sounds", "all") build.archive("music", "all") build.archive("gui", "all") + build.archive("old", "all") build.classify("game/scripts/**.rpy", "scripts") build.classify("game/scripts/**.rpyc", "scripts")