KnightHawk75 -> RE: SAR pickup (9/26/2020 6:42:55 AM)
|
Indian Fury 3 - The problem is the script fails during the downed pilot reference-point creation silently because the side used is "Marker", later a null ref error is thrown because said reference-points never got created but are assumed to exist. You have two options, create a side called "Marker" (can probably be blind) if you don't want the ref points to show for NATO, or as I did, simple change "Marker" to "NATO" (or one of the other valid sides) in the 12 places (4 in create function, 4 in pickup function, 4 in the failed pickup fucntion) in the global startup script. It seems to work fine after that (I only tested aircraft). Carib Fury 3 - 2.5 issues 1 - Simple issue of line of the all scripts action was missing a comment "--" on line #2 where is says amended by TyphoonFr. 1.5 - You have the entire script pasted in there twice one with 'amended for ship support', one amended by above. I removed the first (upper) copy that looked like didn't have 'ship support', thus leaving the one matching what is used in indian fury 3. 2 - Same issue as Indian Fury3 above, only the non-existing side used instead of "Marker" is "Civilian". I change to "NATO" in the 12 places and seemed to work fine. Again I only tested a aircraft being shot down and the pilot being picked up by a helo flying into the zone. also attached - .txt version for you that lets you just set the sidename once at the top.
|
|
|
|