mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
data: use HD assets
This commit is contained in:
parent
953f30205e
commit
eaa47f32a4
5 changed files with 31 additions and 24 deletions
|
@ -123,3 +123,9 @@ Please refer to the [detailed documentation](docs/tr2/).
|
||||||
further refined our identity by adopting the name TR1X. Meanwhile, TR2Main
|
further refined our identity by adopting the name TR1X. Meanwhile, TR2Main
|
||||||
follows a completely separate and unique path, unconnected to our
|
follows a completely separate and unique path, unconnected to our
|
||||||
development work.
|
development work.
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
- Endless GitHub contributors.
|
||||||
|
- TR1 title screen image by Kidd Bowyer. HD assets by goblan and posix.
|
||||||
|
- TR2 HD images by Arsunt.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// NOTE: bad changes to this file may result in crashes.
|
// NOTE: bad changes to this file may result in crashes.
|
||||||
// Lines starting with double slashes are comments and are ignored.
|
// Lines starting with double slashes are comments and are ignored.
|
||||||
|
|
||||||
"main_menu_picture": "data/images/title_eu.png",
|
"main_menu_picture": "data/images/title_eu.webp",
|
||||||
"savegame_fmt_legacy": "savegame.%d",
|
"savegame_fmt_legacy": "savegame.%d",
|
||||||
"savegame_fmt_bson": "save_tr2_%02d.dat",
|
"savegame_fmt_bson": "save_tr2_%02d.dat",
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
"path": "data/title.tr2",
|
"path": "data/title.tr2",
|
||||||
"music_track": 64,
|
"music_track": 64,
|
||||||
"sequence": [
|
"sequence": [
|
||||||
{"type": "display_picture", "path": "data/images/legal.png", "legal": true},
|
{"type": "display_picture", "path": "data/images/legal_eu.webp", "legal": true},
|
||||||
{"type": "play_fmv", "fmv_id": 0},
|
{"type": "play_fmv", "fmv_id": 0},
|
||||||
{"type": "play_fmv", "fmv_id": 1},
|
{"type": "play_fmv", "fmv_id": 1},
|
||||||
{"type": "exit_to_title"},
|
{"type": "exit_to_title"},
|
||||||
|
@ -386,15 +386,15 @@
|
||||||
{"type": "loop_game"},
|
{"type": "loop_game"},
|
||||||
{"type": "play_music", "music_track": 52},
|
{"type": "play_music", "music_track": 52},
|
||||||
{"type": "level_complete"},
|
{"type": "level_complete"},
|
||||||
{"type": "display_picture", "path": "data/images/credit01.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit01.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit02.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit02.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit03.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit03.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit04.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit04.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit05.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit05.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit06.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit06.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit07.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit07.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit08.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit08.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "total_stats", "background_path": "data/images/end.png"},
|
{"type": "total_stats", "background_path": "data/images/end.webp"},
|
||||||
],
|
],
|
||||||
"injections": [
|
"injections": [
|
||||||
"data/injections/house_itemrots.bin",
|
"data/injections/house_itemrots.bin",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// NOTE: bad changes to this file may result in crashes.
|
// NOTE: bad changes to this file may result in crashes.
|
||||||
// Lines starting with double slashes are comments and are ignored.
|
// Lines starting with double slashes are comments and are ignored.
|
||||||
|
|
||||||
"main_menu_picture": "data/images/title_eu_gm.png",
|
"main_menu_picture": "data/images/title_eu_gm.webp",
|
||||||
"savegame_fmt_legacy": "savegame_gm.%d",
|
"savegame_fmt_legacy": "savegame_gm.%d",
|
||||||
"savegame_fmt_bson": "save_trgm_%02d.dat",
|
"savegame_fmt_bson": "save_trgm_%02d.dat",
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
"path": "data/title_gm.tr2",
|
"path": "data/title_gm.tr2",
|
||||||
"music_track": 64,
|
"music_track": 64,
|
||||||
"sequence": [
|
"sequence": [
|
||||||
{"type": "display_picture", "path": "data/images/legal.png", "legal": true},
|
{"type": "display_picture", "path": "data/images/legal_eu_gm.webp", "legal": true},
|
||||||
{"type": "exit_to_title"},
|
{"type": "exit_to_title"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -104,16 +104,16 @@
|
||||||
{"type": "give_item", "object_id": "puzzle_1"},
|
{"type": "give_item", "object_id": "puzzle_1"},
|
||||||
{"type": "loop_game"},
|
{"type": "loop_game"},
|
||||||
{"type": "play_music", "music_track": 52},
|
{"type": "play_music", "music_track": 52},
|
||||||
{"type": "display_picture", "path": "data/images/credit00_gm.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit00_gm.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit01.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit01.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit02.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit02.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit03.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit03.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit04.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit04.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit05.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit05.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit06.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit06.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit07_gm.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit07_gm.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "display_picture", "path": "data/images/credit08.png", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"type": "display_picture", "path": "data/images/credit08.webp", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
||||||
{"type": "total_stats", "background_path": "data/images/end.png"},
|
{"type": "total_stats", "background_path": "data/images/end.webp"},
|
||||||
{"type": "level_complete"},
|
{"type": "level_complete"},
|
||||||
],
|
],
|
||||||
"injections": [
|
"injections": [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
// This file is used to enable the -l argument support.
|
// This file is used to enable the -l argument support.
|
||||||
|
|
||||||
"main_menu_picture": "data/images/title_eu.png",
|
"main_menu_picture": "data/images/title_eu.webp",
|
||||||
"savegame_fmt_legacy": "savegame_custom.%d",
|
"savegame_fmt_legacy": "savegame_custom.%d",
|
||||||
"savegame_fmt_bson": "save_tr2_custom_%02d.dat",
|
"savegame_fmt_bson": "save_tr2_custom_%02d.dat",
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
- added support for The Golden Mask (#1621)
|
- added support for The Golden Mask (#1621)
|
||||||
- added ability to turn off legal screen and FMVs (#2740)
|
- added ability to turn off legal screen and FMVs (#2740)
|
||||||
- added ability to turn off ingame cutscenes (#2127)
|
- added ability to turn off ingame cutscenes (#2127)
|
||||||
|
- added HD images from TR2Main (with Arsunt's consent)
|
||||||
- added sunglasses for graphic options (#1615)
|
- added sunglasses for graphic options (#1615)
|
||||||
- added control over the fog distances for players and level builders (#1622)
|
- added control over the fog distances for players and level builders (#1622)
|
||||||
- added control over the water color for players and level builders [see the reference](/docs/GAME_FLOW.md#water-color-table) (#1619)
|
- added control over the water color for players and level builders [see the reference](/docs/GAME_FLOW.md#water-color-table) (#1619)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue