Some urgent questions about mbase.ini
-
I’m working on a mod called ‘Fusion’ .Before decompressing the mbase.ini ,I found some articles saying that BINI can’t read ‘offer_missions = true’ .So it seems that I have to add this line manually.
But I think in the original file there SHOULD be ‘offer_missions = false’ (as in some tutorials they say that just add ‘true’ is OK) .And I found that mbase.ini in some ‘huge’ Mods like Rebirth ,Discovery and CF only contains the true one (does this means every NPC in this base is able to offer a mission?)
If anyone knows how to fix this properly, I would appreciate it if you can tell me .Thanks a lot. -
“offer_missions = false” would be the default state of all NPCs
if that line is missing it is by default “false”that means only the true value is need, followed by what kind of mission the NPC actually offers.
-
Thanks for your reply. But I don’t think simply install the jflp patch is a good idea. Some of the .ini inside it have several serious mistakes. For example mbase.ini doesn’t contain any ‘offer_mission’ line.
And I have another question. When using the FLEC check mbase.ini, BINI Version and jflp Version will show a large mount of error. But except offermission, other things are all in the proper order(for example, it will show ‘can’t find li01_01_base’ or something else).So what causes this? Do you know how to fix it?
Please tell me, thanks. -
minerobba, check your inbox, i sent you a PM
-
does this means every NPC in this base is able to offer a mission?
No. Only those who have npc = within section which contains offer_missions = true or just offer_missions
Example:
[BaseFaction] offers_missions mission_type = DestroyMission, 0.000000, 90.112387, 30 faction = li_p_grp weight = 40 npc = li0111_lpolice_001_f npc = li0111_lpolice_002_m npc = li0110_fix_weaponsdealer ; <-- fun :D npc = li0110_fix_bartender ; <-- another one black market mission dealer :D
-
Minerobba wrote:
There is no PM in my inbox…? Strange.I just tried sending you a PM again. Let me know if you get it.
R