<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" />
G'day
Having added a retextured Corvette (unfortunately i don't know how to post images) <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid="
" border="0" alt="mybad.gif" />
my bad
the game sometimes crashes during entering the main menu or just in the game
Here's my error.log:
RUNTIME ERROR - file: shipsships.h; line: 24
invalid index 1000 [size:514]
RUNTIME ERROR - file: shipsships.h; line: 24
function 'GetShipByID' stack error
RUNTIME ERROR - file: shipsships_init.c; line: 7960
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7960
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7960
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7961
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7961
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7961
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7962
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7962
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7962
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7963
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7963
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7963
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7964
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7964
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7964
no rAP data
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
incorrect argument index
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
Invalid conversation
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
incorrect argument index
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
Invalid conversation
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
incorrect argument index
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
Invalid conversation
---------------------------------------------------------------------
and here are my ship's lines in ships_init:
//-------------------------------------------------------------------------
//Corvette OC , By El_Sith
//-------------------------------------------------------------------------
makeref(refShip,ShipsTypes[n]);
n++;
refShip.id = "Corvette_OC";
curid = refShip.id; ShipLookupTable.id.(curid) = `n-1`; // PS
refShip.name = "Corvette4";
refShip.all = "Corvette3_0";
refShip.sname = "CorvetteOC";
refShip.Class = 2;
refShip.Cannon = CANNON_TYPE_CANNON_LBS12;
refShip.MaxCaliber = 32;
refShip.Weight = Tonnes2CWT(570);
refShip.Capacity = 1600; // NK was 1500, now up to 80%
refShip.CannonsQuantity = 32;
refShip.MaxCrew = 250;
refShip.MinCrew = 38;
refShip.SpeedRate = 20.2; // NK - 18.5
refShip.TurnRate = 68; // NK - 45;
refShip.Price = 160000;
refShip.HP = 3800;
refShip.SP = 100;
//refShip.EmblemedSails.normalTex = "shipssail_Pirates.tga";
refShip.AbordageLocation = "BOARDING_CORVETTE";
refShip.WaterLine = 0.1;
refShip.SpeedDependWeight = 0.3;
refShip.SubSeaDependWeight = 0.55;
refShip.TurnDependWeight = 0.8;
refShip.InertiaAccelerationX = 0.2; refShip.InertiaBrakingX = 2.0;
refShip.InertiaAccelerationY = 12; refShip.InertiaBrakingY = 8;
refShip.InertiaAccelerationZ = 6.0; refShip.InertiaBrakingZ = 4.0;
refShip.GeraldSails.rey_b2 = 1;
refShip.GeraldSails.rey_b3 = 1;
------------------------------------------------------------------------------------
It crashes one in two times of starting the game and about every two hours
( Jumps to desktop)
I know it's not often but it SUX <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid=":c" border="0" alt="mad.gif" />
humph
(I'm German, I hope my English is acceptable)
G'day
Having added a retextured Corvette (unfortunately i don't know how to post images) <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid="

my bad
the game sometimes crashes during entering the main menu or just in the game
Here's my error.log:
RUNTIME ERROR - file: shipsships.h; line: 24
invalid index 1000 [size:514]
RUNTIME ERROR - file: shipsships.h; line: 24
function 'GetShipByID' stack error
RUNTIME ERROR - file: shipsships_init.c; line: 7960
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7960
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7960
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7961
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7961
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7961
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7962
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7962
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7962
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7963
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7963
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7963
no rAP data
RUNTIME ERROR - file: shipsships_init.c; line: 7964
Using reference variable without initializing
RUNTIME ERROR - file: shipsships_init.c; line: 7964
null ap
RUNTIME ERROR - file: shipsships_init.c; line: 7964
no rAP data
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
incorrect argument index
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
Invalid conversation
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
incorrect argument index
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
Invalid conversation
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
incorrect argument index
RUNTIME ERROR - file: locationslocations_loader.c; line: 849
Invalid conversation
---------------------------------------------------------------------
and here are my ship's lines in ships_init:
//-------------------------------------------------------------------------
//Corvette OC , By El_Sith
//-------------------------------------------------------------------------
makeref(refShip,ShipsTypes[n]);
n++;
refShip.id = "Corvette_OC";
curid = refShip.id; ShipLookupTable.id.(curid) = `n-1`; // PS
refShip.name = "Corvette4";
refShip.all = "Corvette3_0";
refShip.sname = "CorvetteOC";
refShip.Class = 2;
refShip.Cannon = CANNON_TYPE_CANNON_LBS12;
refShip.MaxCaliber = 32;
refShip.Weight = Tonnes2CWT(570);
refShip.Capacity = 1600; // NK was 1500, now up to 80%
refShip.CannonsQuantity = 32;
refShip.MaxCrew = 250;
refShip.MinCrew = 38;
refShip.SpeedRate = 20.2; // NK - 18.5
refShip.TurnRate = 68; // NK - 45;
refShip.Price = 160000;
refShip.HP = 3800;
refShip.SP = 100;
//refShip.EmblemedSails.normalTex = "shipssail_Pirates.tga";
refShip.AbordageLocation = "BOARDING_CORVETTE";
refShip.WaterLine = 0.1;
refShip.SpeedDependWeight = 0.3;
refShip.SubSeaDependWeight = 0.55;
refShip.TurnDependWeight = 0.8;
refShip.InertiaAccelerationX = 0.2; refShip.InertiaBrakingX = 2.0;
refShip.InertiaAccelerationY = 12; refShip.InertiaBrakingY = 8;
refShip.InertiaAccelerationZ = 6.0; refShip.InertiaBrakingZ = 4.0;
refShip.GeraldSails.rey_b2 = 1;
refShip.GeraldSails.rey_b3 = 1;
------------------------------------------------------------------------------------
It crashes one in two times of starting the game and about every two hours
( Jumps to desktop)
I know it's not often but it SUX <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid=":c" border="0" alt="mad.gif" />
humph
(I'm German, I hope my English is acceptable)