Skip to content

Commit

Permalink
Remove brief3intro
Browse files Browse the repository at this point in the history
Weird situation where 1 video in both brief3intro and brief3-a got used. We can use 1 file instead.
  • Loading branch information
KJeff01 committed Sep 12, 2024
1 parent fa08462 commit 76a992f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion data/base/messages/brief3-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "MB3A_MSG",
"sequences": [
{ "audio": "", "loop": 0, "subtitles": ["CAM3_MSG1", "CAM3_MSG2", "CAM3_MSG3"], "video": "cam3/cam3intp.ogg" },
{ "audio": "", "loop": 0, "subtitles": "TRANS_MSG1", "video": "brfcom.ogg" }
{ "audio": "", "loop": 0, "subtitles": "", "video": "cam3/cam3int.ogg" }
]
},
"video0001": {
Expand Down
16 changes: 0 additions & 16 deletions data/base/messages/brief3intro.json

This file was deleted.

2 changes: 1 addition & 1 deletion data/base/script/campaign/cam3-a.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ function eventStartLevel()
setTimer("truckDefense", camChangeOnDiff(camMinutesToMilliseconds(4.5)));
}

camPlayVideos([{video: "CAM3_INT", type: CAMP_MSG}, {video: "MB3A_MSG2", type: MISS_MSG}]);
camPlayVideos([{video: "MB3A_MSG", type: CAMP_MSG}, {video: "MB3A_MSG2", type: MISS_MSG}]);
startedFromMenu = false;
truckLocCounter = 0;

Expand Down
1 change: 0 additions & 1 deletion data/base/wrf/cam3/cam3a.wrf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/* Directory for Proximity messages and mission briefs */
directory "messages"
file FLIC "brief3-a.json"
file FLIC "brief3intro.json"
file PROX "prox3a.json"

directory "script"
Expand Down

0 comments on commit 76a992f

Please sign in to comment.