Difference between revisions of "Major"

From BotF2-Wiki
Jump to: navigation, search
m (Disable a major)
m
Line 2: Line 2:
  
 
A "Major", indeed a major race, is a playable race and represent an empire. There are [[Federation|<span style="color:#0000ff">Federation</span>]], [[Romulans|<span style="color:green">Romulans</span>]], [[Klingons|<span style="color:#e50000">Klingons</span>]], [[Cardassians|<span style="color:#804040">Cardassians</span>]] and [[Dominion|<span style="color:DarkMagenta">Dominion</span>]].
 
A "Major", indeed a major race, is a playable race and represent an empire. There are [[Federation|<span style="color:#0000ff">Federation</span>]], [[Romulans|<span style="color:green">Romulans</span>]], [[Klingons|<span style="color:#e50000">Klingons</span>]], [[Cardassians|<span style="color:#804040">Cardassians</span>]] and [[Dominion|<span style="color:DarkMagenta">Dominion</span>]].
 +
  
  
Line 7: Line 8:
 
= Disable a major =
 
= Disable a major =
  
There is an modding method to disable a major (source: http://botf2.star-trek-games.com/viewtopic.php?p=73872#p73872)
+
There is an modding method to disable a major (source: http://botf2.star-trek-games.com/viewtopic.php?p=73872#p73872).
 +
 
 +
(In MP-mode it should be working be de-activating yellow button left of empire's name without the need of the following method)
 +
 
  
 
Edit Resources\Data\Civilizations.xml and change
 
Edit Resources\Data\Civilizations.xml and change

Revision as of 19:39, 18 June 2013

Intro

A "Major", indeed a major race, is a playable race and represent an empire. There are Federation, Romulans, Klingons, Cardassians and Dominion.



Disable a major

There is an modding method to disable a major (source: http://botf2.star-trek-games.com/viewtopic.php?p=73872#p73872).

(In MP-mode it should be working be de-activating yellow button left of empire's name without the need of the following method)


Edit Resources\Data\Civilizations.xml and change

<CivilizationType>Empire</CivilizationType>

to

<CivilizationType>MinorPower</CivilizationType>

or some of the other minor types (doesn't really matter, there's no difference).