Have you merged Trek Battles 2 and Alliance with some other mods on Legacy Files? Lol..you just installed Trek Battles on Alliance? The weapons should work, because I kept the sprites from Alliance in TB, but the races in Trek Battles use different names than in Alliance.
The easiest way to do this is probably this one:
Open the file
Dynamic_Localized_Strings_EN.xml in your Legacy Install and search for this:
Code:
<Entry id="GUI_RD_BORG">BORG COLLECTIVE</Entry>
<Entry id="GUI_RD_VULCAN">VULCAN</Entry>
<Entry id="GUI_RD_Vulcan">VULCAN</Entry>
<Entry id="GUI_RD_FEDERATION">FEDERATION</Entry>
<Entry id="GUI_RD_KLINGON">KLINGON</Entry>
<Entry id="GUI_RD_NORACE">Uninhabited</Entry>
<Entry id="GUI_RD_ROMULAN">ROMULAN</Entry>
<Entry id="GUI_RD_DOMINION">DOMINION</Entry>
<Entry id="GUI_RD_TERRAN">TERRAN</Entry>
<Entry id="GUI_RD_CARDASSIAN">CARDASSIAN</Entry>
<Entry id="GUI_RD_MISC">MISCELLANEOUS</Entry>
<Entry id="GUI_RD_8472">BREEN</Entry>
Then change >BORG COLLECTIVE<, >VULCAN<, ETC. to whatever you want. and edit the ships race correctly. eg.: If you want the Type 11 shuttle to be a part of the >Alliance Fraction< you do not have to change anything, if you changed
Code:
<Entry id="GUI_RD_FEDERATION">FEDERATION</Entry>
to
Code:
<Entry id="GUI_RD_FEDERATION">Alliance Fraction</Entry>
because the game thinks it is the federation, but displays it as Alliance Fraction.
If your ship shall be a part of the Goa'Uld and you changed
Code:
<Entry id="GUI_RD_ROMULAN">ROMULAN</Entry>
to
Code:
<Entry id="GUI_RD_ROMULAN">Goa'Uld</Entry>
you have to edit the Goa'Uld ship's odf:
You can also create a new race, but that's difficult to do and even more difficult to explain.