From 149966113fee3245a852f5966af7c9e9552c1b4c Mon Sep 17 00:00:00 2001 From: d10sfan Date: Wed, 15 Nov 2023 21:28:55 -0600 Subject: [PATCH] openlara - Add fixes for cutscenes --- engines/openlara/assets/run-openlara.sh | 1 - metadata/packagessniper_v2.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/engines/openlara/assets/run-openlara.sh b/engines/openlara/assets/run-openlara.sh index dc03bac43..9a81711f9 100755 --- a/engines/openlara/assets/run-openlara.sh +++ b/engines/openlara/assets/run-openlara.sh @@ -3,6 +3,5 @@ cd data mkdir DATA -ln -rsf TITLEH.PCX DATA ./OpenLara diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index aa3469b8e..1f7371523 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -5280,7 +5280,7 @@ } ], "setup": { - "complete_path": "./ready-rust", + "complete_path": "./ready-rust2", "command": "./setup-tr1.sh", "bchunk": { "bin_file": "GAME.GOG", @@ -5293,8 +5293,8 @@ }, "iso_extract": { "file_path": "TRACK01.iso", - "extract_prefix": "/DATA", - "extract_to_prefix": "data" + "extract_prefix": "/", + "extract_to_prefix": "data/" } }, "command": "./run-openlara.sh",