mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Prevent FP7 escorts from colliding with each other
This commit is contained in:
parent
a5eac40d84
commit
990d8246fd
@ -424,8 +424,18 @@ Delay = 600
|
|||||||
[ObjList]
|
[ObjList]
|
||||||
nickname = ol_fp7_goto_convoy1
|
nickname = ol_fp7_goto_convoy1
|
||||||
Avoidance = false
|
Avoidance = false
|
||||||
|
GotoVec = goto_cruise, 3520, 1190, -21923, 1, true, -1
|
||||||
|
|
||||||
|
[ObjList]
|
||||||
|
nickname = ol_fp7_goto_convoy2
|
||||||
|
Avoidance = false
|
||||||
GotoVec = goto_cruise, 3520, 1200, -21923, 1, true, -1
|
GotoVec = goto_cruise, 3520, 1200, -21923, 1, true, -1
|
||||||
|
|
||||||
|
[ObjList]
|
||||||
|
nickname = ol_fp7_goto_convoy3
|
||||||
|
Avoidance = false
|
||||||
|
GotoVec = goto_cruise, 3520, 1210, -21923, 1, true, -1
|
||||||
|
|
||||||
[ObjList]
|
[ObjList]
|
||||||
nickname = lifeboat_escapes
|
nickname = lifeboat_escapes
|
||||||
Avoidance = false
|
Avoidance = false
|
||||||
@ -543,8 +553,8 @@ nickname = fp7_convoy1_spawn_escorts
|
|||||||
system = FP7_system
|
system = FP7_system
|
||||||
Cnd_True = no_params
|
Cnd_True = no_params
|
||||||
Act_GiveObjList = fp7base_escort1, ol_fp7_goto_convoy1
|
Act_GiveObjList = fp7base_escort1, ol_fp7_goto_convoy1
|
||||||
Act_GiveObjList = fp7base_escort2, ol_fp7_goto_convoy1
|
Act_GiveObjList = fp7base_escort2, ol_fp7_goto_convoy2
|
||||||
Act_GiveObjList = fp7base_escort3, ol_fp7_goto_convoy1
|
Act_GiveObjList = fp7base_escort3, ol_fp7_goto_convoy3
|
||||||
Act_ActTrig = destroy_escorts
|
Act_ActTrig = destroy_escorts
|
||||||
|
|
||||||
[Trigger]
|
[Trigger]
|
||||||
|
Loading…
Reference in New Issue
Block a user