Skip to content

Commit

Permalink
data: add PDA model injection
Browse files Browse the repository at this point in the history
This injects the PDA model into the title screen level such that it is
available for future use as an inventory item as required.
  • Loading branch information
lahm86 committed Mar 29, 2024
1 parent d0ae12e commit 13543e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/ship/cfg/TR1X_gameflow.json5
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@
"type": "title",
"music": 2,
"inherit_injections": false,
"injections": [
"data/pda_model.bin",
],
"sequence": [
{"type": "display_picture", "picture_path": "data/images/eidos.webp", "display_time": 1},
{"type": "play_fmv", "fmv_path": "fmv/core.avi"},
Expand Down
3 changes: 3 additions & 0 deletions data/ship/cfg/TR1X_gameflow_ub.json5
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
"type": "title",
"music": 2,
"inherit_injections": false,
"injections": [
"data/pda_model.bin",
],
"sequence": [
{"type": "display_picture", "picture_path": "data/images/eidos.webp", "display_time": 1},
{"type": "play_fmv", "fmv_path": "fmv/core.avi"},
Expand Down
Binary file added data/ship/data/pda_model.bin
Binary file not shown.

0 comments on commit 13543e6

Please sign in to comment.