I have 91 files from Revenge, 88 of them mission files, 3 of them are the chapter files.
If you want, I can send you these files.
PS.
Here is a part of the mission file, regarding the targets: the words after the // are my own, not in the file
#Goals ;! 3 total
$Type: Secondary
+Name: Kreuzer bergen
$MessageNew: XSTR("Kreuzer bergen", -1) //Recover Cruisers
$end_multi_text
$Formula: ( and
( is-iff "Friendly" "GTC CMP-3" )
( is-iff "Friendly" "GTC CMP-5" )
)
+No music
$Type: Primary
+Name: Schützen sie die Marco Polo
$MessageNew: XSTR("Schützen sie die Marco Polo", -1) //Protect the Marco Polo
$end_multi_text
$Formula: ( and
( not
( is-destroyed-delay
0
"GTVA Marco Polo"
)
)
( has-time-elapsed 1200 )
)
+No music
$Type: Primary
+Name: Schützen sie die Malovolence
$MessageNew: XSTR("Schützen sie die Malovolence", -1) //Protect the Malovolence
$end_multi_text
$Formula: ( and
( not
( is-destroyed-delay
0
"GTCv Malovolence"
)
)
( has-time-elapsed 1200 )
)