Page 1 of 2 12 LastLast
Results 1 to 20 of 26

Thread: Giving pikemen armour

  1. #1
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Giving pikemen armour

    I've been trying to make a 17th century pikemen by taking the "euro_pikemen" line and change its unit's model to episodic_armour. Too bad for me, it doesn't work. If I load the game the pikemen just look like they are in vanilla. What am I doing wrong?

  2. #2

    Default Re: Giving pikemen armour

    There are different armour categories in the Db files but i dont think they change anything visually, probabaly more to do with a damage modification value.

  3. #3
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Giving pikemen armour

    Hmm... So how can I change the mesh? There has got to be a line somewere...

  4. #4

    Default Re: Giving pikemen armour

    Well if it is not working there is a good chance something is broken.

    But the best way to add armour to a unit is to change the armour type in the unit files, then just edit the texture to add armour.
    http://www.twcenter.net/forums/showthread.php?t=260572

    Game Scripter @ Reverie World Studios

  5. #5
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Giving pikemen armour

    I found out! I think... gonna test asap.

  6. #6

    Default Re: Giving pikemen armour

    Also, make sure you haven't mispelled anything, e.g. make sure it's "episodic_armoured". I got it to work by creating a new unit euro_pikemen_countryname and changing the model name (see thumbnail). In my experience, sometimes the program reacts strangely when you change the original entries.

  7. #7
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Giving pikemen armour

    You also had to edit something in "warscape_animated_lod"? And yes I tried the Hakapiikablabla guys but didn't succeeded...

  8. #8

    Default Re: Giving pikemen armour

    Quote Originally Posted by erasmus777 View Post
    Also, make sure you haven't mispelled anything, e.g. make sure it's "episodic_armoured". I got it to work by creating a new unit euro_pikemen_countryname and changing the model name (see thumbnail). In my experience, sometimes the program reacts strangely when you change the original entries.
    Those look pretty good!




    "Sometimes the best words are those left unsaid..."

  9. #9

    Default Re: Giving pikemen armour

    Here's what I did to make them show up in custom battle:

    1) Clone "euro_pikemen" in unit_stats_land.
    -Change the name to "euro_pikemen_xxxxxx" (whatever you want; in my case is was ..._denmark).
    -Change the model name to "episodic_armoured".
    -I also made recruitment global, but that's not necessary

    2) Clone "euro_pikemen" in units_tables.
    -Change the name to "euro_pikemen_xxxxxx"

    3) Clone "euro_pikemen" in units_to_groupings_military_permissions
    -Change the name to "euro_pikemen_xxxxxx".
    -Add to whatever faction group you would like.

    4) Extract the diffuse, gloss, and normal textures for episodic_armoured from models.pack.
    -Add them to your new .pack
    -Rename them "euro_pikemen_xxxxxx_diffuse.dds", etc.

    I think that should do it. To change the screen name and add the to the GC, change the .loc files and add to the building permissions.

  10. #10

    Default Re: Giving pikemen armour

    Thats wicked

    Means you shoud be able too create Conquistadors and similar.

    An English Civil War mod for ETW would be most nice.

  11. #11

    Default Re: Giving pikemen armour

    Quote Originally Posted by Dogmeat View Post
    Thats wicked

    Means you shoud be able too create Conquistadors and similar.

    An English Civil War mod for ETW would be most nice.
    Yup, but one that carried over into the late 1700's would be epic...




    "Sometimes the best words are those left unsaid..."

  12. #12
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Giving pikemen armour

    Thank you very much erasmus777. Now let's get those things ready for reskinning for my mod!

  13. #13

    Default Re: Giving pikemen armour

    Quote Originally Posted by stefaneke View Post
    Thank you very much erasmus777. Now let's get those things ready for reskinning for my mod!

  14. #14

    Default Re: Giving pikemen armour

    Im tempted to just change the textures/armour of the units and have myself some 17 century pike and musket battles. Change the pikemen armour and the musketeers range and accuracy.

  15. #15
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Giving pikemen armour

    Can you show us some screens?

  16. #16
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Giving pikemen armour

    Quote Originally Posted by erasmus777 View Post
    4) Extract the diffuse, gloss, and normal textures for episodic_armoured from models.pack.
    -Add them to your new .pack
    -Rename them "euro_pikemen_xxxxxx_diffuse.dds", etc.

    I think that should do it. To change the screen name and add the to the GC, change the .loc files and add to the building permissions.
    I don't understand it. I'm editing the main.pack. What to do? And were are those loc files?

    EDIT: I found the 2 files. My unit now has the right mesh, but it still has the old pikemen textures. Even thought I replaced them with the armoured textures...
    Last edited by S-te-Fan; April 07, 2009 at 08:43 AM.

  17. #17

    Default Re: Giving pikemen armour

    Quote Originally Posted by stefaneke View Post
    I don't understand it. I'm editing the main.pack. What to do? And were are those loc files?

    EDIT: I found the 2 files. My unit now has the right mesh, but it still has the old pikemen textures. Even thought I replaced them with the armoured textures...
    Weird.

    It's probably not a good idea to edit main.pack. Extract the tables you'll be editing (units, units_stats_land, and the one for groupings) from patch.pack. Then create a new .pack and add those tables to it. That's where you want to do your editing. Define it as patch. Add your textures to it and make sure they're named correctly. Hopefully that will work.

    I'll recreate what I did yesterday and upload it.

  18. #18

    Default Re: Giving pikemen armour

    Here's what I got. Extract to your data folder. I've given the armoured pikemen to Great Britain for custom battles.

  19. #19
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Giving pikemen armour

    I've succesful managed to get them ingame. I also tried to get an arquebusier unit but it crashes when loading .

  20. #20

    Default Re: Giving pikemen armour

    i did a new ranged unit that have the episodic armor

Page 1 of 2 12 LastLast

Posting Permissions

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