herbertfilby: (HALF-ASS) SOLVED
You can get past these missions by changing the victory conditions. So if you are missing a hostage in a level (ie. Ghost Dance) you can go to:
C:\Program Files (x86)\GOGcom\Tom Clancy's Rainbow Six\data\mission
and look for your missing file that starts with "VicCondM"
So for Ghost Dance, which is the 5th mission and is missing 1 hostage, and if you were playing on "Easy Mode" you would open:
"VicCondM5Easy.txt"
And change the victory condition for saving the hostages from:
// Condition 0: Rescue the hostages
HUMAN_CLASS_CONDITION HOSTAGES
DESCRIPTION VC_GEN_RESCUE_ALL_HOSTAGES
GOAL_TYPE PRIMARY_GOAL
HAS_REACHED_EXTRACTION_ZONE 1
NUMBER ALL RESULT SUCCESS
to
// Condition 0: Rescue the hostages
HUMAN_CLASS_CONDITION HOSTAGES
DESCRIPTION VC_GEN_RESCUE_ALL_HOSTAGES
GOAL_TYPE PRIMARY_GOAL
HAS_REACHED_EXTRACTION_ZONE 1
NUMBER 4 RESULT SUCCESS
Basically saying "if you get 4 hostages to the safe zone, the victory will be triggered. Obviously you would change this to the total number of hostages that are visible in that level. Like in Ghost Dance, there are supposed to be 5 hostages, but you can only actually escort 4 of them... While the last white dot on the radar just sits there (with no visible hostage on the screen).
Likewise, you can change the total number of terrorists you need to kill by changing "ALL" to whatever number of terrorists will trigger the "Victory"
Not the best solution, but it helps me justify paying $9.99 for a game that came out over a decade ago :P
Works like a charm :) Thanks for the tip.