Ah, you need to go to "BuildSetting.h" in folder "Program"
Then scroll down to find these lines.
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->#define PGMUS 0 //enable music from Pirates! Gold. Set to 0, and copy your old music_alias.ini back, to revert to stock POTC music.
#define SHOWHP_PLAYER 1 // show HP text (i.e. 65/128) for player
#define SHOWHP_OFFICERS 1 // for officers
#define SHOWHP_OTHERS 1 // for other characters
//MAINCH START PARAMS
#define START_RANK 40
#define START_MONEY 1000
string START_SHIP() {return "Lugger1_" + ENGLAND; } //omit the nation and the _ if ship has no nation
//check ships_init.c for all ships' IDs.
//**********SCHEFFNOWs MODS*******************************************
#define ENABLE_TAILORSMOD 1
#define ENABLE_NOSAVEMOD 1
#define ENABLE_RUSHMOD 1
#define ENABLE_WEAPONSMOD 1
#define ENABLE_WEAPONSMOD_DEBUG 0
#define ENABLE_POTCMODHELPER 1
#define POTCMODHELPER_LOCATION "Tutorial_deck"
#define POTCMODHELPER_HARBOUR "Oxbay_port"<!--QuoteEnd--></div><!--QuoteEEnd-->
Then go to this part of it.
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->//MAINCH START PARAMS
#define START_RANK 40
#define START_MONEY 1000
string START_SHIP() {return "<b>Lugger1_</b>" + ENGLAND; } //omit the nation and the _ if ship has no nation
//check ships_init.c for all ships' IDs. <!--QuoteEnd--></div><!--QuoteEEnd-->
Notice: Its says <b>Lugger1_</b>. This is where you edit your ship. You can also change, your money, and your starting rank.
If you want the Fearless, change it to this.
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->string START_SHIP() {return "<b>Warship1_</b>" + ENGLAND; } //omit the nation and the _ if ship has no nation<!--QuoteEnd--></div><!--QuoteEEnd-->
I think that should do it for you. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid="
" border="0" alt="onya.gif" />