Skip to content

Commit

Permalink
openlara - Add fixes for cutscenes
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Nov 16, 2023
1 parent 3e7b5e0 commit 1499661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion engines/openlara/assets/run-openlara.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
cd data

mkdir DATA
ln -rsf TITLEH.PCX DATA

./OpenLara
6 changes: 3 additions & 3 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5280,7 +5280,7 @@
}
],
"setup": {
"complete_path": "./ready-rust",
"complete_path": "./ready-rust2",
"command": "./setup-tr1.sh",
"bchunk": {
"bin_file": "GAME.GOG",
Expand All @@ -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",
Expand Down

0 comments on commit 1499661

Please sign in to comment.