So i just figured out how to change ur starting ship.
Just follow this small tutorial
1a. Think about wich ship you wanna have
1b Search the name of the ship in ships_init.c in ur Program/Ships folder
Tartane <------- <b>This is not the SHIPS NAME that you need to use</b>
//-------------------------------------------------------------------------
// PS -->
makeref(refShip,ShipsTypes[n]);
n++;
// PS <-- makeref(refShip,ShipsTypes[SHIP_TARTANE]);
refShip.Name = "Tartane1"; <----<b>this is the ships name</b>
refShip.id = "Tartane1"; // PS
////curid = refShip.id; ShipLookupTable.id.(curid) = `n-1`; // PS
refShip.Class = 7;
refShip.Cannon = CANNON_TYPE_NONECANNON;
refShip.MaxCaliber = 0;
refShip.Weight = Tonnes2CWT(10);
After you copy the name goto BuildSettings.h in ur Program folder
And find this line
string START_SHIP() {return "AND PASTE UR SHIP NAME HERE"; }
with the " " save the file and boot up the game and start an new game <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid="
" border="0" alt="onya.gif" />
Just follow this small tutorial
1a. Think about wich ship you wanna have
1b Search the name of the ship in ships_init.c in ur Program/Ships folder
Tartane <------- <b>This is not the SHIPS NAME that you need to use</b>
//-------------------------------------------------------------------------
// PS -->
makeref(refShip,ShipsTypes[n]);
n++;
// PS <-- makeref(refShip,ShipsTypes[SHIP_TARTANE]);
refShip.Name = "Tartane1"; <----<b>this is the ships name</b>
refShip.id = "Tartane1"; // PS
////curid = refShip.id; ShipLookupTable.id.(curid) = `n-1`; // PS
refShip.Class = 7;
refShip.Cannon = CANNON_TYPE_NONECANNON;
refShip.MaxCaliber = 0;
refShip.Weight = Tonnes2CWT(10);
After you copy the name goto BuildSettings.h in ur Program folder
And find this line
string START_SHIP() {return "AND PASTE UR SHIP NAME HERE"; }
with the " " save the file and boot up the game and start an new game <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid="
