Results 1 to 30 of 227

Thread: Armor Upgrades Work Properly

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Member Member JaM's Avatar
    Join Date
    Jan 2007
    Location
    Slovakia
    Posts
    105

    Default Re: Armor Upgrades Work Properly

    Quote Originally Posted by SMZ
    well, actually armor 7 flesh (what moded pike militia have) ends up being the same as armor 3 (*7) breastplate (what upgraded pike militia have) - which shoots your whole theory to pieces


    have you even looked at the file? there IS such a table! look, right below stat_pri_armour, is ;stat_armour_ex in which the values to use after upgrades are listed - we know those values aren't just for display, because the display doesn't use them - the display uses 1, 2 & 3... so what are those values for? answer: the game mechanics

    Code:
    type             Pike Militia
    dictionary       Pike_Militia      ; Pike Militia
    category         infantry
    class            spearmen
    voice_type       Light
    banner faction   main_spear
    banner holy      crusade
    soldier          Pike_Militia, 60, 0, 1
    attributes       sea_faring, hide_forest, can_withdraw, free_upkeep_unit, pike
    formation        1.2, 1.2, 2.4, 2.4, 4, square, phalanx
    stat_health      1, 0
    stat_pri         4, 2, no, 0, 0, melee, melee_blade, piercing, spear, 25, 1
    ;stat_pri_ex      0, 0, 0
    stat_pri_attr    spear, long_pike, spear_bonus_8
    stat_sec         0, 0, no, 0, 0, no, melee_simple, blunt, none, 25, 1
    ;stat_sec_ex      0, 0, 0
    stat_sec_attr    no
    stat_pri_armour  0, 1, 0, flesh
    ;stat_armour_ex   0, 4, 5, 7, 1, 0, 0, flesh
    stat_sec_armour  0, 0, flesh
    stat_heat        2
    stat_ground      1, -2, 3, 2
    stat_mental      3, normal, highly_trained
    stat_charge_dist 10
    stat_fire_delay  0
    stat_food        60, 300
    stat_cost        1, 150, 125, 75, 60, 150, 4, 30
    armour_ug_levels 0, 1, 2, 3
    armour_ug_models Pike_Militia, Pike_Militia_ug1, Pike_Militia_ug2, Pike_Militia_ug3
    ownership        france, hre, spain, portugal, milan, venice, papal_states, sicily
    ;unit_info        7, 0, 1


    If you look at that line you will see ; - thats mean this line is ignored! You can easilly remove it and game will work without any problems. That line was linked with that system Dev's wanted to add, but they disabled it before release as it didnt worked. If you remove that ; - game will crash...
    Last edited by JaM; 02-20-2007 at 21:52.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO