NPC target turrets(topic header by JONG)
Locked
Coding
-
Is there any way to make npc target capship and station turrets through editing the pilots_population.ini?
There is a line attack_subtarget_order = anything
there are words in content.dll like TOWERS TURRETS etc.
So maybe attack_subtarget_order = TURRETS?? Though it doesn’t seem to work…Anybody knows anything about it??
Please reply.
-
Maybe you need to finish the line with “anything”?
attack_subtarget_order = TURRETS, GUNS, LAUNCHERS, ANYTHING
-
Haven’t tried it, but I do think FL would require a fallback command as a last command. It can be quite picky!
-
Does not work. Noticed that delimiter is " ,\t\n"
Does it means that:attack_subtarget_order = ANYTHING , [tabulation]
GUNS , [tabulation]
TURRETS , [tabulation]
LAUNCHERS , [tabulation]
TOWERS , [tabulation]
ENGINES , [tabulation]
HULL , [tabulation]?