Page 6 of 12 FirstFirst 123456789101112 LastLast
Results 101 to 120 of 221

Thread: A Beginner's Guide to the Export_Descr_Unit

  1. #101
    /|\/|\/|\/|\/|\/|\/
    Join Date
    Jun 2005
    Posts
    10,770

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Yes, it works for increasing the delay between melee attacks in some situations. But no, it has no effect at all on missile units... So yes, 'just seems'

  2. #102
    xxxMoRaVexxx's Avatar Ordinarius
    Join Date
    Apr 2008
    Location
    Philippines
    Posts
    764

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Haha... just as I thought. Thanks Taiji





  3. #103
    /|\/|\/|\/|\/|\/|\/
    Join Date
    Jun 2005
    Posts
    10,770

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    You're welcome

  4. #104
    UndyingNephalim's Avatar Primicerius
    Patrician Artifex

    Join Date
    Jan 2011
    Posts
    3,967

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    I'm curious, is there a way to make it so you can only have one of a unit type in a custom battle? In most cases, increasing the florin cost by 99999 after choosing the unit once works, but that's invalidated if the player sets it so they have max florins. It also seems the export_descr_units file will not read any amount passed 5 9's for the cost increase so I can't bypass using max florins to get two of a unique unit.

  5. #105

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    "stat_pri_armour 8, 5, 4, metal
    ;stat_armour_ex 8, 9, 0, 0, 5, 4, 4, metal"

    What ;stat_armour_ex means?

    Also.. the changes I made in that file won't have any effect on infocards, right?
    Last edited by ... where did it run?; March 23, 2011 at 02:40 PM.

  6. #106
    Moon's Avatar Centenarius
    Join Date
    Oct 2008
    Location
    The dark side
    Posts
    878

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Quote Originally Posted by ... where did it run? View Post
    "stat_pri_armour 8, 5, 4, metal
    ;stat_armour_ex 8, 9, 0, 0, 5, 4, 4, metal"

    What ;stat_armour_ex means?

    Also.. the changes I made in that file won't have any effect on infocards, right?
    I believe ;stat_armour_ex is a feature the devs were either going to implement or could'nt get to work correctly, it's commented out so the game engine will ignore that line.

    "stat_pri_armour 8, 5, 4, metal" Changing these numbers will show up on the unit cards.

  7. #107
    Gigantus's Avatar I am not special - I am a limited edition.
    Patrician took an arrow to the knee spy of the council

    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    53,125
    Blog Entries
    35

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    From the top of the EDU:

    Code:
    ; stat_armour_ex    Details of the man's defences
    ;                   armour factor. 4 values. First for base value, then 3 upgrade levels
    ;                   defensive skill factor (not used when shot at)
    ;                   shield factors. First for melee, second for missile fire
    ;                   sound type when hit = flesh, leather, or metal










  8. #108
    /|\/|\/|\/|\/|\/|\/
    Join Date
    Jun 2005
    Posts
    10,770

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Quote Originally Posted by Gigantus View Post
    From the top of the EDU:

    Code:
    ; stat_armour_ex    Details of the man's defences
    ;                   armour factor. 4 values. First for base value, then 3 upgrade levels
    ;                   defensive skill factor (not used when shot at)
    ;                   shield factors. First for melee, second for missile fire
    ;                   sound type when hit = flesh, leather, or metal
    Ignore it, mate. It's just describing a feature that hasn't been implemented in the final release.

  9. #109
    crzyrndm's Avatar Artifex
    Join Date
    Feb 2011
    Location
    New Zealand
    Posts
    2,576

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Is there a quick way to change the number of men in a class of unit, without going right through the EDU and editing every single o n e ...

    I ask because I am playing KGCM and finding 40 man cav units way too overpowered, even when used by the AI and I want to send them back to 30.

    EDIT

    Just realised thats going to cause cost problems also. Looks like I have to spend some time going through the EDU anyway.
    Last edited by crzyrndm; March 25, 2011 at 11:18 PM.

  10. #110

    Default

    Please help me guys . I changed a few things in my EDU . Every thing works great but my menu's are big and missing buttons . This is only in the game once i start the campaign in kingdoms using crusades . THe names of my city's are in big boxes highlighted green or white . The campaign menus are the same way . Every thing else works great .

    The in game interface is all messed up
    Last edited by Ishan; March 31, 2011 at 10:47 AM. Reason: Double Post

  11. #111

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    @kingsaul
    Ah the classic problem.
    Simply delete the:-
    1) battle.sd
    2) shared.sd
    3) strategy.sd
    files from the Data\UI folder of your mod and everything will be set.

  12. #112

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    can i increase the hit point of a unit?like 50 attacke and 50 defence?its unbalance i know

  13. #113

  14. #114

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    So what if I wanted to add units from MTW2 to my Kingdoms ? How would I go about that ?

  15. #115

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    You never told me that your in game interface is alright or not first. Is it ok now?

  16. #116

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    O ya it worked for the most part . Still one ore 2 glitchs but Thanks a lot . I wrote you a msg but i was having probs with this sight saying I was loged out when I hit submit reply .

  17. #117

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Alright thanks for confirming it. Onto your question as per post#114. It's the same process like adding some other unit from kingdoms\any other mod to your vanilla mod.
    In this case you will be dealing with the modeldb\EDU\export_units.txt etc files of your kingdoms campaign mod.
    Read this tutorial.

  18. #118

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Thanks . good basic Info . But I thought their might be an easier way . In MTW2 when you unpack the files The EDU folder has all the units from MTW2 and Crusades . Cant I just change the ownership OF the unit in EDU ?

  19. #119
    xxxMoRaVexxx's Avatar Ordinarius
    Join Date
    Apr 2008
    Location
    Philippines
    Posts
    764

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Quote Originally Posted by kingsaul View Post
    Thanks . good basic Info . But I thought their might be an easier way . In MTW2 when you unpack the files The EDU folder has all the units from MTW2 and Crusades . Cant I just change the ownership OF the unit in EDU ?
    You must also modify the units modeldb file block for example you want to add the english longbowmen to france, just ctrl+f to find the longbowmen, add lines for france on the longbowmans file block and also assign textures there and you've got a longbowmen for france.





  20. #120

    Default Re: A Beginner's Guide to the Export_Descr_Unit

    Quote Originally Posted by Ishan View Post
    Yes.
    how?

Posting Permissions

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