Results 1 to 4 of 4

Thread: How to add new projectile

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    sinople's Avatar These Romans are crazy!
    Join Date
    Apr 2007
    Location
    France
    Posts
    2,447

    Default How to add new projectile

    Hello to everyone,

    I tried to add new projectiles into the descr_projectile.txt (i copied from a mod), but I get a CTD the error log said :
    Spoiler Alert, click show to read: 
    Code:
     
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 56, column 14
    Unknown delay ammo type [arrow3]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 57, column 14
    Unknown delay ammo type [arrow2]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 58, column 14
    Unknown delay ammo type [pesarrow]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 59, column 14
    Unknown delay ammo type [arrowhorse]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 60, column 14
    Unknown delay ammo type [arrow3horse]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 61, column 14
    Unknown delay ammo type [crossbow_bolt2]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 62, column 14
    Unknown delay ammo type [crossbow_bolt]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 63, column 14
    Unknown delay ammo type [steel_crossbow_bolt]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 64, column 14
    Unknown delay ammo type [hand_gun_bullet]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 65, column 14
    Unknown delay ammo type [arquebus_bullet]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 66, column 14
    Unknown delay ammo type [musket_bullet]
    17:18:49.609 [script.err] [error] Script Error in mods/Europe_Total_War/data/descr_projectile.txt, at line 67, column 14
    Unknown delay ammo type [elephant_cannon_shot]


    I think I have to add them into another file but wich ?

    Thanks

  2. #2
    sinople's Avatar These Romans are crazy!
    Join Date
    Apr 2007
    Location
    France
    Posts
    2,447

    Default Re: How to add new projectile

    Nobody know ?

  3. #3

    Default Re: How to add new projectile

    What I do when I'm adding or changing a projectile is just copy a projectile (all of its data) that is close to what I want. Then I paste it at the top or bottom of descr_projectile.txt, so it's easy to find. Then you also have to rename it (if this projectile is intended for English troops, I put english_projectile_name).
    Never blame computers for they always do what they are told.
    - Me

  4. #4
    sinople's Avatar These Romans are crazy!
    Join Date
    Apr 2007
    Location
    France
    Posts
    2,447

    Default Re: How to add new projectile

    Ok thanks

Posting Permissions

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