tr2/data: create images directory
This updates the game flows to look in a dedicated images directory in order to tidy up the main data folder. Default images provided as PNG to avoid users having to copy manually.
|
@ -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/title.pcx",
|
"main_menu_picture": "data/images/title_eu.png",
|
||||||
"savegame_fmt_legacy": "savegame.%d",
|
"savegame_fmt_legacy": "savegame.%d",
|
||||||
|
|
||||||
"cmd_init": {"action": "exit_to_title"},
|
"cmd_init": {"action": "exit_to_title"},
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"path": "data/title.tr2",
|
"path": "data/title.tr2",
|
||||||
"music_track": 64,
|
"music_track": 64,
|
||||||
"sequence": [
|
"sequence": [
|
||||||
{"type": "display_picture", "path": "data/legal.pcx"},
|
{"type": "display_picture", "path": "data/images/legal.png"},
|
||||||
{"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"},
|
||||||
|
@ -382,15 +382,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/credit01.pcx", "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/credit02.pcx", "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/credit03.pcx", "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/credit04.pcx", "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/credit05.pcx", "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/credit06.pcx", "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/credit07.pcx", "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/credit08.pcx", "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": "total_stats", "background_path": "data/end.pcx"},
|
{"type": "total_stats", "background_path": "data/images/end.png"},
|
||||||
],
|
],
|
||||||
"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/title_eu_gm.pcx",
|
"main_menu_picture": "data/images/title_eu_gm.png",
|
||||||
"savegame_fmt_legacy": "savegame_gm.%d",
|
"savegame_fmt_legacy": "savegame_gm.%d",
|
||||||
|
|
||||||
"cmd_init": {"action": "exit_to_title"},
|
"cmd_init": {"action": "exit_to_title"},
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"path": "data/title_gm.tr2",
|
"path": "data/title_gm.tr2",
|
||||||
"music_track": 64,
|
"music_track": 64,
|
||||||
"sequence": [
|
"sequence": [
|
||||||
{"type": "display_picture", "path": "data/legal.pcx"},
|
{"type": "display_picture", "path": "data/images/legal.png"},
|
||||||
{"type": "exit_to_title"},
|
{"type": "exit_to_title"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -93,16 +93,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/credit00_gm.pcx", "display_time": 15, "fade_in_time": 0.5, "fade_out_time": 0.5},
|
{"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/credit01.pcx", "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/credit02.pcx", "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/credit03.pcx", "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/credit04.pcx", "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/credit05.pcx", "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/credit06.pcx", "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/credit07_gm.pcx", "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/credit08.pcx", "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": "total_stats", "background_path": "data/end.pcx"},
|
{"type": "total_stats", "background_path": "data/images/end.png"},
|
||||||
{"type": "level_complete"},
|
{"type": "level_complete"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -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/title.pcx",
|
"main_menu_picture": "data/images/title_eu.png",
|
||||||
"savegame_fmt_legacy": "savegame.%d",
|
"savegame_fmt_legacy": "savegame.%d",
|
||||||
|
|
||||||
"cmd_init": {"action": "exit_to_title"},
|
"cmd_init": {"action": "exit_to_title"},
|
||||||
|
|
BIN
data/tr2/ship/data/images/credit00_gm.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
data/tr2/ship/data/images/credit01.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
data/tr2/ship/data/images/credit02.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
data/tr2/ship/data/images/credit03.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
data/tr2/ship/data/images/credit04.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
data/tr2/ship/data/images/credit05.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
data/tr2/ship/data/images/credit06.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
data/tr2/ship/data/images/credit07.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
data/tr2/ship/data/images/credit07_gm.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
data/tr2/ship/data/images/credit08.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
data/tr2/ship/data/images/end.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
data/tr2/ship/data/images/legal.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
data/tr2/ship/data/images/title_eu.png
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
data/tr2/ship/data/images/title_eu_gm.png
Normal file
After Width: | Height: | Size: 184 KiB |
BIN
data/tr2/ship/data/images/title_us.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
data/tr2/ship/data/images/title_us_gm.png
Normal file
After Width: | Height: | Size: 180 KiB |