@Tobbi
You need to add the NPC's to Data/Missions/mbases.ini. Find the entry for your base, and add NPC's like so:
[GF_NPC
nickname = MYBASE_BAR_NPC_1 ;<--
Change this
body = sh_male3_body
head = sh_male3_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 220002
affiliation = li_n_grp ;<--
Faction the NPC belongs to
voice = rvp111
room = bar
misn = DestroyMission, 0.000000, 0.112387 ;<--
Add lines like this to allow them to give missions
rumor_type2 = mission_07_loaded, freetime_07_08, 1, 393647 ;<--
This allows them to give out rumours
bribe = co_be_grp, 10000, 16101 ;<--
Add these lines to make them offer bribes to the specified faction.
When you have created the NPC's you need to add them to their factions. Find the corresponding "BaseFaction" section (or add one) and add "NPC = " and the NPC nickname. For example, to add the above NPC:
[BaseFaction
faction = li_n_grp
weight = 4
npc = MYBASE_BAR_NPC_1
to allow the faction to give missions to the player add these lines in the "BaseFaction" section:
offers_missions = true
mission_type = DestroyMission, 0.000000, 3.000000, 100
The 3.00000 is the mission difficulty
That's about it
Edited by - Accushot on 8/6/2004 4:13:49 AM