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

Create factions ???

The general place to discuss MOD''ing Freelancer!

Post Thu Jun 19, 2003 9:53 am

Create factions ???

I look all the tutorials, there are very useful..
But i don't find how to create new factions, i look some INIs but i can't find it....
Can somebody helps me ????

Life is an Endless war,
Death is the end of this war...

Post Thu Jun 19, 2003 12:47 pm

(This is, more or less, a repost of what i wrote in another thread. It describes how I created a faction. Actually it's rather about creating an alternative Order, to make it show up in the rep screen, but in the process a new faction is made, so I guess you might find some useful info.)


I was wondering how to make The Order show up in your rep screen, and I found a post by Grey Wolf , describing how he changed fc_or_grp into fc_ord_grp. (I can't find it thru the Search function, otherwise I would have posted a link).

As I just got the Order patrolling in their Anubises, I didn't want to change every reference to fc_or_grp, so I decided to create a new faction, co_or_grp, also called The Order, which would be very very close friends with the original Order, so that your rep with the original Order would be parallel to your rep with this new Order. And, huray!, it works!

This alternate Order doesn't do anything except showing up on my rep screen (o, you have to meet a faction before they show up, so I gave the bartender of my Order base the affiliation co_or_grp instead of fc_or_grp). But nevertheless it is a new faction, and of course I could also give them bases, and make them show up in encounters.

I don't want to write an elaboratre tutorial, but you have to alter at least the following files; study them and copy-and-paste existing sections to make a new faction. And, to each existing section, you have to enter a reference to your new faction! That's why I do'nt recommend to do this in the FLMM script.xml, but rather include altered copies of these files to your mod, but ofcourse that's up to you. Btw, the slightest typo will result in a desktop crash.

..\DATA\initialworld.ini
This initializes the factions, gives them an ids_name and ids_info, and sets how they relate to other factions.

..\DATA\MISSIONS\Empathy.ini
This files arranges how your rep with a faction changes when you deal with their friends and foes.

If you want to have your new faction flying around, you;ll have to create a new section in ..\DATA\MISSIONS\faction_prop.ini (and, if you want to fly them new NPC ships, a new section for each new NPC ship in ..\DATA\MISSIONS\npcships.ini)

You might also want to add your new faction to:
..\DATA\RANDOM MISSIONS\vignette_parms.ini
..\DATA\RANDOM MISSIONS\rmlootinfo.ini
..\DATA\RANDOM MISSIONS\killablesolars.ini
..\DATA\EQUIPMENT\commodies_per_faction.ini

If you are making a mod for MP then you need to alter \EXE\mpnewcharacter.fl

I am building my mod over OpenSP by Xerx, so I also had to alter..\DATA\MISSIONS\M13\m13.ini instead.

I'm not sure about ..\DATA\AUDIO\voices_base_male.ini and voices_base_female.ini; Grey Wolf mentions them I(but he was changing am existing faction's name, not adding a new faction. I haven't done anything with these files, and my new faction bartender does talk, so I guess these files are not relevant.

And of course you need some new ids_names and ids_infos.

I might have forgotten some files, so just use this post as a basic indication where to look, and make sure there aren't any references to non-extisting passages in files I forgot to mention.


"We are a way of the Cosmos to know itself"

-- Carl Sagan

Return to Freelancer General Editing Forum