Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

Need help with adding missions.

The general place to discuss MOD''ing Freelancer!

Post Sun Dec 21, 2003 4:07 pm

Need help with adding missions.

I apologize if this topic has been answered already but i read all the topics i could find and couldnt solve my problem.

Im trying to add new missions to a planet but when i try all i get is "No missions available at this time. Come back later." The characters are there but they dont have anything to offer.

Here is the stuff from the mbase.ini file.

[MBase
nickname = HI03_01_Base
local_faction = fc_lh_grp
diff = 19
msg_id_prefix = gcs_refer_base_HI03_01_Base

[MVendor
num_offers = 5, 7

[BaseFaction
faction = fc_lh_grp
weight = 100
offers_missions = 0
mission_type = DestroyMission, 0.000000, 0.112387, 100
npc = hi0301_001_m
npc = hi0301_002_m
npc = hi0301_003_m
npc = hi0301_004_m

[GF_NPC
nickname = hi0301_fix_bartender
body = pl_male1_journeyman_body
head = br_bartender_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 245147
affiliation = fc_lh_grp
voice = rvp106
bribe = fc_c_grp, 10000, 16100
rumor = base_0_rank, mission_end, 1, 133240
rumor = base_0_rank, mission_end, 1, 133241
rumor = base_0_rank, mission_end, 1, 133242
rumor = base_0_rank, mission_end, 1, 133243
rumor = base_0_rank, mission_end, 1, 133245
rumor = base_0_rank, mission_end, 1, 133246
rumor = base_0_rank, mission_end, 1, 133247
rumor = base_0_rank, mission_end, 1, 133248

[GF_NPC
nickname = hi0301_fix_ship
body = pl_male1_journeyman_body
head = pi_pirate2_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 245148
affiliation = fc_lh_grp
voice = rvp106

[GF_NPC
nickname = hi0301_fix_trader
body = pl_male1_journeyman_body
head = sh_male4_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 245149
affiliation = fc_lh_grp
voice = rvp101

[GF_NPC
nickname = hi0301_fix_weaponsdealer
body = pl_male1_journeyman_body
head = pl_male2_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 245150
affiliation = fc_lh_grp
voice = rvp101

[GF_NPC
nickname = hi0301_004_m
body = li_commtrader_body
head = li_captain_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 458759
affiliation = fc_lh_grp
voice = rvp106
misn = DestroyMission, 28.478239, 73.051361
room = bar

[GF_NPC
nickname = hi0301_003_m
body = li_commtrader_body
head = li_captain_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 458759
affiliation = fc_lh_grp
voice = rvp106
misn = DestroyMission, 28.478239, 73.051361
room = bar

[GF_NPC
nickname = hi0301_002_m
body = li_commtrader_body
head = li_captain_head
lefthand = male_hand_left_left
righthand = male_hand_left_right
individual_name = 458758
affiliation = fc_lh_grp
voice = rvp106
misn = DestroyMission, 28.478239, 73.051361
room = bar

[GF_NPC
nickname = hi0301_001_m
body = li_commtrader_body
head = li_sales_head
lefthand = male_hand_left_left
righthand = male_hand_left_right
individual_name = 458757
affiliation = fc_lh_grp
voice = rvp131
misn = DestroyMission, 28.478239, 73.051361
room = bar

[MRoom
nickname = bar
character_density = 5
fixture = HI0301_fix_bartender, Zs/NPC/Bartender/01/A/Stand, scripts\vendors\li_bartender_fidget.thn, bartender

[MRoom
nickname = trader
character_density = 2
fixture = HI0301_fix_trader, Zs/NPC/Trader/01/A/Stand, scripts\vendors\li_commtrader_fidget.thn, trader

[MRoom
nickname = ShipDealer
character_density = 2
fixture = HI0301_fix_ship, Zs/NPC/Shipdealer/01/A/Stand, scripts\vendors\li_shipdealer_fidget.thn, ShipDealer

[MRoom
nickname = Equipment
character_density = 2
fixture = HI0301_fix_weaponsdealer, Zs/NPC/Equipment/01/

Thanx for your time.

Post Sun Dec 21, 2003 5:26 pm

Have you added any vignettes to the system, or mission eligible patrols?

Post Sun Dec 21, 2003 5:59 pm

AHHH, that worked i had vignettes but not patrols. it works great now. but there all lvl3 missions any idea on how to have them lvl 42?

Edited by - Blahb on 21-12-2003 18:08:41

Post Mon Feb 09, 2004 4:17 am

Hmm...I've tried everything I could find on the forums, but I still can not get my custom faction to give any missions. All other factions at their base will give missions, however...I'm sure I have valid patrols and vignettes, so there must be something else i'm doing wrong...can anyone help me with this? I would greatly appreciate it. My factions code is "ze". Thanks in advance.

P.S. My faction's base is Maine in the NY system.

Edited by - zeus660 on 2/9/2004 4:24:49 AM

Post Mon Feb 09, 2004 6:23 pm

Blahb,

Trying copying the

DestroyMission data of Planete Crete or Malta

Just make sure that the destroy mission data of npc are the same as that of declared. They will give level 38 (Class 19 Ships) Mission.


---------------- E·N·D O·F M·E·S·S·A·G·E ... ----------------

Post Tue Feb 10, 2004 10:05 am

If you want any higher level missions you need to edit the diff2money.ini file

Post Sat Feb 14, 2004 9:06 am

My god - i was blind:

posted 12/21/2003 16:07 PST
--------------------------------------------------------------------------------
I apologize if this topic has been answered already but i read all the topics i could find and couldnt solve my problem.

Im trying to add new missions to a planet but when i try all i get is "No missions available at this time. Come back later." The characters are there but they dont have anything to offer.

Here is the stuff from the mbase.ini file.

[MBase
nickname = HI03_01_Base
local_faction = fc_lh_grp
diff = 19
msg_id_prefix = gcs_refer_base_HI03_01_Base

[MVendor
num_offers = 5, 7

[BaseFaction
faction = fc_lh_grp
weight = 100
offers_missions = 0
mission_type = DestroyMission, 0.000000, 0.112387, 100
npc = hi0301_001_m
npc = hi0301_002_m
npc = hi0301_003_m


So sorry - cannot believe i overlooked that line. Firebase - shame on you too

offers_missions = true

Return to Freelancer General Editing Forum