Adding Order patrols/NPC ships - advice?
Hello, all, I have been wokring a lot in a couple systems on adding Order bases and other objects. I have several zones set up for Order parols/scouts, but no ships ever appear. That's when I realized that maybe there isn't any NPC ship/pilot settings for the Order, so I looked in the MISSIONS files.
I have found the Order in faction_prop.ini and empathy.ini, but I cannot get them to use the Anubis in a patrol. See, this I what I mean:
I have a few population zones in Tohoku set up with
"[Zone
nickname = Zone_Ku07_pop_ambient_04
pos = 40153, 0, -49766
rotate = 0, 19, 0
shape = ELLIPSOID
size = 22011, 15264, 15264
sort = 51
toughness = 4
density = 3
repop_time = 25
max_battle_size = 4
damage = 0
spacedust = puffdust
spacedust_maxparticles = 0
interference = 0.000000
pop_type = Background
relief_time = 35
population_additive = false
faction_weight = fc_or_grp, 1
faction_weight = fc_bd_grp, 1
faction_weight = fc_gc_grp, 1
faction_weight = fc_n_grp, 1
faction_weight = gd_z_grp, 1
faction_weight = ku_n_grp, 1
encounter = area_defend, 4, 0.800000
faction = fc_or_grp, 0.800000
faction = fc_bd_grp, 0.800000
faction = fc_gc_grp, 0.800000
encounter = area_nobattleship, 4, 0.800000
faction = fc_n_grp, 0.800000
encounter = area_trade_freighter, 4, 0.800000
faction = gd_z_grp, 0.800000
encounter = area_trade_trader, 4, 0.800000
faction = gd_z_grp, 0.800000
encounter = area_assault, 4, 0.800000
faction = ku_n_grp, 0.800000
encounter = area_nomads, 4, 0.100000
faction = fc_n_grp, 0.800000"
And I never see any Order ships. I have added a ship to npcships.ini -
"[NPCShipArch
nickname=or_or_elite_d19
loadout=MSN12_Order_Heavy_Fighter
level=d19
ship_archetype=or_elite
pilot=MSN12_Order_Heavy_Fighter
state_graph=FIGHTER
npc_class=unlawful, class_fighter, d19"
I made this at the bottom of the file. I then put "or_or_elite_d19" in the faction_prop.ini entry for fc_or_grp:
"npc_ship = or_or_elite_d19 " but I still don't get any Anubis flying around.
Can anyone give me a pointer on this? Has this ever been done? I have looked in the "Check here, got it all" forum up there, but I didn't find too much help in this there. Thanks for any ideas.
I have found the Order in faction_prop.ini and empathy.ini, but I cannot get them to use the Anubis in a patrol. See, this I what I mean:
I have a few population zones in Tohoku set up with
"[Zone
nickname = Zone_Ku07_pop_ambient_04
pos = 40153, 0, -49766
rotate = 0, 19, 0
shape = ELLIPSOID
size = 22011, 15264, 15264
sort = 51
toughness = 4
density = 3
repop_time = 25
max_battle_size = 4
damage = 0
spacedust = puffdust
spacedust_maxparticles = 0
interference = 0.000000
pop_type = Background
relief_time = 35
population_additive = false
faction_weight = fc_or_grp, 1
faction_weight = fc_bd_grp, 1
faction_weight = fc_gc_grp, 1
faction_weight = fc_n_grp, 1
faction_weight = gd_z_grp, 1
faction_weight = ku_n_grp, 1
encounter = area_defend, 4, 0.800000
faction = fc_or_grp, 0.800000
faction = fc_bd_grp, 0.800000
faction = fc_gc_grp, 0.800000
encounter = area_nobattleship, 4, 0.800000
faction = fc_n_grp, 0.800000
encounter = area_trade_freighter, 4, 0.800000
faction = gd_z_grp, 0.800000
encounter = area_trade_trader, 4, 0.800000
faction = gd_z_grp, 0.800000
encounter = area_assault, 4, 0.800000
faction = ku_n_grp, 0.800000
encounter = area_nomads, 4, 0.100000
faction = fc_n_grp, 0.800000"
And I never see any Order ships. I have added a ship to npcships.ini -
"[NPCShipArch
nickname=or_or_elite_d19
loadout=MSN12_Order_Heavy_Fighter
level=d19
ship_archetype=or_elite
pilot=MSN12_Order_Heavy_Fighter
state_graph=FIGHTER
npc_class=unlawful, class_fighter, d19"
I made this at the bottom of the file. I then put "or_or_elite_d19" in the faction_prop.ini entry for fc_or_grp:
"npc_ship = or_or_elite_d19 " but I still don't get any Anubis flying around.
Can anyone give me a pointer on this? Has this ever been done? I have looked in the "Check here, got it all" forum up there, but I didn't find too much help in this there. Thanks for any ideas.