tr1/docs: fix cutscene sequence end docs

This commit is contained in:
Marcin Kurczewski 2025-01-26 23:54:13 +01:00
parent aeb121f7f3
commit afed9aae13

View file

@ -789,10 +789,10 @@ game will exit to title.
"path": "data/level1.phd",
"music_track": 57,
"sequence": [
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 1},
{"type": "exit_to_level", "level_id": 2},
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 1},
{"type": "exit_to_level", "level_id": 2},
],
},
@ -800,10 +800,10 @@ game will exit to title.
"path": "data/level2.phd",
"music_track": 57,
"sequence": [
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 2},
{"type": "exit_to_level", "level_id": 3},
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 2},
{"type": "exit_to_level", "level_id": 3},
],
},
@ -811,16 +811,16 @@ game will exit to title.
"path": "data/level3.phd",
"music_track": 57,
"sequence": [
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 3},
{"type": "play_music", "music_track": 19},
{"type": "display_picture", "path": "data/end.pcx", "display_time": 7.5},
{"type": "display_picture", "path": "data/cred1.pcx", "display_time": 7.5},
{"type": "display_picture", "path": "data/cred2.pcx", "display_time": 7.5},
{"type": "display_picture", "path": "data/cred3.pcx", "display_time": 7.5},
{"type": "total_stats", "background_path": "data/install.pcx"},
{"type": "exit_to_level", "level_id": 4},
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 3},
{"type": "play_music", "music_track": 19},
{"type": "display_picture", "path": "data/end.pcx", "display_time": 7.5},
{"type": "display_picture", "path": "data/cred1.pcx", "display_time": 7.5},
{"type": "display_picture", "path": "data/cred2.pcx", "display_time": 7.5},
{"type": "display_picture", "path": "data/cred3.pcx", "display_time": 7.5},
{"type": "total_stats", "background_path": "data/install.pcx"},
{"type": "exit_to_level", "level_id": 4},
],
},
@ -829,10 +829,12 @@ game will exit to title.
"type": "bonus",
"music_track": 57,
"sequence": [
{"type": "play_fmv", "fmv_path": "fmv/snow.avi"},
{"type": "load_level"},
{"type": "play_level"},
{"type": "play_cutscene", "cutscene_id": 0},
{"type": "play_fmv", "fmv_path": "fmv/snow.avi"},
{"type": "load_level"},
{"type": "play_level"},
{"type": "play_cutscene", "cutscene_id": 0},
{"type": "level_stats", "level_id": 4},
{"type": "exit_to_level", "level_id": 5},
],
},
@ -841,12 +843,12 @@ game will exit to title.
"type": "bonus",
"music_track": 57,
"sequence": [
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 5},
{"type": "play_music", "music_track": 14},
{"type": "total_stats", "background_path": "data/install.pcx"},
{"type": "exit_to_title"},
{"type": "load_level"},
{"type": "play_level"},
{"type": "level_stats", "level_id": 5},
{"type": "play_music", "music_track": 14},
{"type": "total_stats", "background_path": "data/install.pcx"},
{"type": "exit_to_title"},
],
},
],
@ -862,8 +864,6 @@ game will exit to title.
{"type": "set_cutscene_angle", "value": -23312},
{"type": "play_music", "music_track": 23},
{"type": "play_level"},
{"type": "level_stats", "level_id": 4},
{"type": "exit_to_level", "level_id": 5},
],
},
],