open up "\MetaAssets\ServerProfiles\SinglePlayer MetaMap.gf
Find this
Code:
[PoliticalTension/StartingTensions/Federation]
Federation=0
Klingon=145
Romulan=800
Borg=1000
Species8472=1000
Cardassian=800
Ferengi=200
Rakellian=1000
Pirate=1000
Neutral=800
[PoliticalTension/StartingTensions/Klingon]
Federation=145
Klingon=0
Romulan=800
Borg=1000
Species8472=1000
Cardassian=800
Ferengi=200
Rakellian=1000
Pirate=1000
Neutral=800
and replace with something like this
Code:
[PoliticalTension/StartingTensions/Federation]
Federation=0
Klingon=1000
Romulan=800
Borg=1000
Species8472=1000
Cardassian=800
Ferengi=200
Rakellian=1000
Pirate=1000
Neutral=800
[PoliticalTension/StartingTensions/Klingon]
Federation=1000
Klingon=0
Romulan=800
Borg=1000
Species8472=1000
Cardassian=800
Ferengi=200
Rakellian=1000
Pirate=1000
Neutral=800
Changing the nembers makes the Race Allied or not. Just be carefull not to Put anything but "0" yes thats "ZERO" next to the same race as the section, not sure what number makes them turn against you but i use "1000".
Hope this helps