Results 1 to 2 of 2

Thread: Abbasid silver horses fix

  1. #1

    Default Abbasid silver horses fix

    I'm playing a campaign with the Abbasids, and I've found that they are missing the textures for the "bc fast pony" mount. No Abbasid faction-specific units use these mounts, so only the following AOR units have the silver horses bug:
    • aor_iranian_archers (Turko-Persian Horsemen)
    • turkoman_northern_light_horse_archer (Kypchak Tribal Cavalry)
    • aor_anatolian_nobles (Turcoman Nobles)
    • aor_anatolian_horsearchers (Turcoman Tribesmen)


    Is there a way to fix this issue through editing the EDU/BMDB?

    EDIT: I managed to figure out a fix by editing the BMDB. I've changed this:
    Code:
    18 mount_bc_fast_pony 1.12 3 
    57 unit_models/Mounts/Medium_Horse/mount_fast_pony_lod0.mesh 121 
    57 unit_models/Mounts/Medium_Horse/mount_fast_pony_lod1.mesh 1225 
    57 unit_models/Mounts/Medium_Horse/mount_fast_pony_lod2.mesh 10000 
    13
    into this:
    Code:
    18 mount_bc_fast_pony 
    1.12 3 
    57 unit_models/Mounts/Medium_Horse/mount_fast_pony_lod0.mesh 121 
    57 unit_models/Mounts/Medium_Horse/mount_fast_pony_lod1.mesh 1225 
    57 unit_models/Mounts/Medium_Horse/mount_fast_pony_lod2.mesh 10000 
    14 
    5 moors 
    63 unit_models/_units/armenia/textures/heavy_horse_armenia.texture 
    62 unit_models/_units/armenia/textures/heavy_horse_normal.texture 
    47 unit_sprites/egypt_Mount_Heavy_Horse_sprite.spr
    Last edited by krigalo; December 21, 2015 at 05:43 PM. Reason: I found a solution to the bug.

  2. #2

    Default Re: Abbasid silver horses fix

    This bug have been fixed in the latest 2.4 version which should be released tomorrow.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •