Wed May 21, 2003 4:06 pm by Captain Flint
As BakedPotatoe said, you can change the initial money and ship by editing \data\missions\M01A\m01a.ini and under the mission heading change the reward from 2000 to what you feel is appropriate. However, to change the ship Juni gives you and you can actually use, it is in the same file further down:
[Trigger
nickname = mrp_accept
system = Li01
Cnd_MsnResponse = accept
Act_SetShipAndLoadout = ge_fighter, msn_playerloadout
where you can change the ship and loadout. The ship is any ship defined in shiparch.ini. The loadout must be listed in \data\ships\loadout.ini so you can either pick a ship and add a custom loadout or choose one of the already built ones. For instance, if you wanted to use Juni's ship, you could change it to
Act_SetShipAndLoadout = li_elite2, MSN03_Juni
The other file listed sets the ship for MP. In SP the player does initially get that ship but it is destroyed on Freeport 7.