Age of Pirates: Caribbean Tales Message Board  

We currently don't have any Age of Pirates: Caribbean Tales trainers, cheats or editors for PC. Premium members may REQUEST new trainers and cheats using our request system as long as the game has not been permanently retired or multiplayer only in nature. Use our message board to discuss the game.
Age of Pirates: Caribbean Tales Trainer
Message Board for PC version
Page 1 of 1
Signup or Login to Post
more and more cheats and hack
  • Send a message to twister_x
    INACTIVE
    twister_x posted on Sep 28, 2006 10:04:58 AM - Report post
     
    XXXX\Age of Pirates - Caribbean Tales\Program

    in this folder ( Program ) you can find a lot of things to edit like cannons reloads time , main chractars stats , ships stats and many other things

    xxxxxx\Age of Pirates - Caribbean Tales\Program\items\initItems.c : here you can change the stats of the guns and blades like this example :

    //WEAPONS

    makeref(itm,Items[n]);
    itm.id = "blade1";
    itm.groupID = BLADE_ITEM_TYPE;
    itm.name = "itmname_blade1";
    itm.describe = "itmdescr_blade1";
    itm.model = "blade9";
    itm.folder = "items";
    itm.picIndex = 8;
    itm.picTexture = "WEAPONS";
    itm.price = 500;
    itm.dmg_min = 1.0;
    itm.dmg_max = 6.0;
    itm.miss = 16.0;
    itm.piercing = 6;
    itm.block = 2;
    itm.minlevel = 1;
    itm.rare = 32;
    itm.uniq = 0;
    itm.param.time = 0.05;
    itm.param.colorstart = argb(64, 64, 64, 64);
    itm.param.colorend = argb(0, 32, 32, 32);
    n++;


    xxxxxx\Age of Pirates - Caribbean Tales\Program\store\initGoods.c : here you can change the stats of the ammounatins and goods like this example :

    Goods[GOOD_BALLS].Name = "Balls";
    Goods[GOOD_BALLS].Cost = 1;
    Goods[GOOD_BALLS].Weight = 0.1;
    Goods[GOOD_BALLS].Units = 1;
    Goods[GOOD_BALLS].SpeedV0 = 1.0;
    Goods[GOOD_BALLS].DamageHull = 10.0;
    Goods[GOOD_BALLS].DamageRig = 3.0;
    Goods[GOOD_BALLS].DamageCrew = 0.05;
    Goods[GOOD_BALLS].AfraidWater = 0;
    Goods[GOOD_BALLS].type = TRADE_TYPE_AMMUNITION;
    Goods[GOOD_BALLS].canbecontraband = 0;


    xxxxx\Age of Pirates - Caribbean Tales\Program\ships\Ships_init.c : here you can change the stats of the ships like this example :

    Caravel
    ///////////////////////////////////////////////////////////////////////////
    makeref(refShip,ShipsTypes[SHIP_CARAVEL]);
    refShip.Name = "Caravel";
    refship.Soundtype = "lugger";
    refShip.Class = 5;
    refShip.Cannon = CANNON_TYPE_CANNON_LBS8;
    refShip.MaxCaliber = 32;
    refShip.Weight = Tonnes2CWT(500);
    refShip.Capacity = 6000;
    refShip.CannonsQuantity = 60;
    refShip.rcannon = 26;
    refShip.lcannon = 26;
    refShip.fcannon = 4;
    refShip.bcannon = 4;
    refShip.MaxCrew = 360;
    refShip.MinCrew = 32;
    refShip.BoardingCrew = 180;
    refShip.GunnerCrew = 30;
    refShip.CannonerCrew = 128;
    refShip.SailorCrew = 360;
    refShip.SpeedRate = 35.0;
    refShip.TurnRate = 105;
    refShip.Price = 41100;
    refShip.HP = 5000;
    refShip.SP = 100;


    i didnt bold all the lines i just wanted to give you an example now the rest of the list

    D:\Gamez\Age of Pirates - Caribbean Tales\Program\characters\characters_init.c : here you can change your main character stats and the ship default name


    well that is all i know for now but i think there is more to be done

    anyway see you later fellas
     
Page 1 of 1
Signup or Login to Post
All times are (GMT -06:00) Central Time (US & Canada). Current time is 9:46:02 AM