Thu Mar 27, 2003 11:45 pm by Felon
For bretonian and liberty ships, you just need to rename the loadouts in the npcships.ini. There's a second loadout available for each in the loadouts_special.ini. Which is what I pointed the loadouts to.
This is how my liberty and bretonian cap ships look there. These sections are mixed around in the file
[NPCShipArch
nickname = li_n_cruiser_d22
loadout = li_cruiser
level = d17
ship_archetype = li_cruiser
pilot = cruiser_default
state_graph = CRUISER
npc_class = lawful, CRUISER, class_cruiser, d17, d18, d19
[NPCShipArch
nickname = li_n_dreadnought_d25
loadout = li_dreadnought
level = d19
ship_archetype = li_dreadnought
pilot = cruiser_default
state_graph = CRUISER
npc_class = lawful, battleship, class_battleship, d19
[NPCShipArch
nickname = br_n_destroyer_d22
loadout = br_destroyer
level = d17
ship_archetype = br_destroyer
pilot = destroyer_default
state_graph = CRUISER
npc_class = lawful, CRUISER, class_cruiser, d17, d18, d19
[NPCShipArch
nickname = br_n_battleship_d25
loadout = br_battleship
level = d19
ship_archetype = br_battleship
pilot = destroyer_default
state_graph = CRUISER
npc_class = lawful, battleship, class_battleship, d19
These are what I'm using and it works fine. You're just changing the loadout, the level (where needed), and the last line in each section.
Hope that helps.