I'm having a problem now with an Encounter. It doesn't give any crash, but they won't pop up. Very weird, because i added more encounters that do work..., but i will post all the script and i hope you guys see the problem
Its to add the order encounters.
faction_prop.ini
npc_ship = order_anubis
formation = order_anubis, anubis_wall
formations.ini
[Formation
nickname = anubis_wall
pos = 0, 0, 0
pos = -50, 0, 14
pos = 50, 0, 14
pos = 0, -50, 0
pos = 50, -50, 14
pos = -50, -50, 14
pl_pos = 0, -50, 105
npcships.ini
[NPCShipArch
nickname = order_anubis
level = d19
loadout = MSN13_Order_Heavy_Fighter
ship_archetype = or_elite
state_graph = FIGHTER
pilot = fighter_order_ace
npc_class = unlawful, class_anubis, d19
shipclasses.ini
[ShipClass
nickname = sc_anubis
member = class_anubis
encounter anubis_theorder.ini
[EncounterFormation
ship_by_class = 6, 6, sc_anubis
pilot_job = assault_leader_job
make_class = wanderer
formation_by_class = order_anubis
behavior = wander
arrival = cruise
allow_simultaneous_creation = yes
zone_creation_distance = 0
times_to_create = infinite
[Creation
permutation = 0, 3
Universe EW05.ini
[EncounterParameters
nickname = capitalships_nomads
filename = missions\encounters\capitalships_nomads.ini
[EncounterParameters
nickname = anubis_theorder
filename = missions\encounters\anubis_theorder.ini
[Zone
nickname = Zone_Ew05_radiation
pos = -66, 0, 69
shape = SPHERE
size = 50000
damage = 100
visit = 128
spacedust = Special_attractdust
spacedust_maxparticles = 50
sort = 99.500000
toughness = 19
density = 33
repop_time = 25
max_battle_size = 33
pop_type = Background
relief_time = 35
faction_weight = fc_n_grp, 10
faction_weight = fc_or_grp, 10
encounter = capitalships_nomads, 19, 1.000000
faction = fc_n_grp, 1.000000
encounter = anubis_theorder, 19, 1.000000
faction = fc_or_grp, 1.000000
----------------------------------
As you can see, i also added nomads in this area. They respawn correctly. If i remove the fc_n_grp, so only the anubis can respawn they also won't respawn...
I tried everything and searched the whole forum for clues, but found nothing.
I found out that it can't be ew05.ini and the encounter settings... it has to do with something else
Edited by - Paniohitus on 3/14/2004 1:13:18 AM