Thu May 18, 2006 2:27 pm by Chips
Okay, in the game the reps part works off of the relationships the factions have with others. Its a tad bit more complicated as there are two files, and it only works off the rep changes (not the initial rep values) in the game. Whilst factions may hate each other, their feelings towards you can change dependant upon what you do. This is where the bribes text finds out whom your bribe will annoy. They look down to see whom gets upset if you bribe/do missions for the faction, and then sticks their names in.
For instance, if you take a look at the bounty hunters, the text will be generated by checking out who gets upset if you do things for bounty hunters (missions, bribes etc) and finds out its the corsairs, outcasts and liberty rogues whom get the most upset (I can't actually remember if it is, but this is for examples sake). This means that those faction names appear in the bribe text as the people that the bribe will piss off. The text will be something like this:
"You should know that %S%, %S% and %S% will look down upon our transaction."
The corsairs, outcasts and liberty rogues get put into those places (its just a reference to the names of three factions that get annoyed is all), so that it turns out like "You should know that the Corsairs, Outcasts and the Liberty Rogues will look down upon our transaction."
The Zoners don't annoy anyone though, no-one gets annoyed if you do them favours.This means that the text of "You should know that %S%, %S% and %S% will look down upon our transaction" will not find any names to implement in the bribe, so the bribe will appear on screen without any names in those spaces.
hence it looks like:
"You should know that , , and will look down upon our transaction" instead. To fix this they needed to make three factions get annoyed with the Zoners, but that defeats the whole Zoners raison d'etre - a completely neutral and universely loved faction. I think that is why they didn't make any Zoners bribes at all, this coupled with the idea that although the Xenos are terrorists, it shouldn't be such that you can kill them to make everyone love you without recompense. Hence, they make it so that if you kill too many of them, the Zoners start to dislike you instead. Kinda balances out somewhat, you cannot abuse the Xenos too much in order to make everyone love you, as the Zoners (whom you cannot fix your rep with afterwards) will hate you.
K - now that was really long.