Mon Nov 22, 2004 11:42 pm by Chips
Data\missions\m13\m13.ini - open it up, you will see this:
[Trigger
nickname = bse_initialize_init_li01
InitState= Active
Cnd_True= no_params
system = Li01
Act_ForceLand = Li01_01_Base
Cnd_BaseEnter = Li01_01_Base
Cnd_SpaceExit = no_params
Act_SetShipAndLoadout = ge_fighter, msn_playerloadout
System is the system you start in (new york)
force land/enter - that is the base you start on (manhatten)
To change the ship - you see the last line? That is ship/loadout from loadouts.ini file.
To make loadouts for new ships, you will have to create them in the loadouts.ini file. To do that? You will need to read a tutorial on factions that included some VERY indepth 'how to' loadouts creation for custom encounters ships. Alternative, copy the goods.ini package for your ship, then change all the lines to match the same sort of entry types in the loadouts.ini file.