<a href="http://www.game-advertising-online.com/" target="_blank">Game Advertising Online</a><br /> banner requires iframes
Results 1 to 19 of 19

Thread: CTD

  1. #1
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Icon9 CTD

    I am making a small mod, and when I exceed 3972 lines for DMB(descr_model_battle), the app CTD(crash to destop). I know that isn't the limit to the engine because Rome Surrectum has twice as many lines, which means twice as many units.

  2. #2
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    I mean like, is there a limit to how many units each faction can have?

  3. #3
    Raritу's Avatar ♢Pride and Passion♢
    Join Date
    Aug 2010
    Location
    Equestria
    Posts
    2,763

    Default Re: CTD

    Do you get any error message?

  4. #4
    Spike's Avatar Cute Lil' Dragon
    Join Date
    Nov 2009
    Location
    Bandung
    Posts
    4,013

    Default Re: CTD

    the DMB limit is 255, unless you are using Alexander (512), the EDU unit limit is 512

    Annokerate Koriospera Yuinete Kuliansa


  5. #5
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    I did not get any errror message.

  6. #6
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    how does Rome Surrectum manage to put in twice as many DMB units as I?

  7. #7
    Aradan's Avatar Flame Imperishable
    Join Date
    Jun 2007
    Posts
    22,429

    Default Re: CTD

    THE DMB unit is 255 (511 if using the Alex.exe), the EDU unit is 500 (not 512).

    Twice as many lines doesn't mean twice as many model entries. An entry can have 6 - 59 lines.

  8. #8
    Raritу's Avatar ♢Pride and Passion♢
    Join Date
    Aug 2010
    Location
    Equestria
    Posts
    2,763

    Default Re: CTD

    Guys I think we're missing the point!

    I believe the CTD is not because of the limit, since limit exceeded crashes always get me an error message.

    Are you sure that the crash is due to a newly-added unit of yours? Can you give us it's EDU and DMC entries so we can have more informations?

  9. #9
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    Well.....................I have retried with various other units.......

  10. #10
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    and none worked...........

  11. #11
    Lü Bu's Avatar "Mightyest Man Alive"
    Join Date
    May 2008
    Location
    Split,Croatia
    Posts
    5,466

    Default Re: CTD

    add show_err line in shortcut properties...and than try to enter the game...this way err message should appear
    Proud patron of Wlesmana
    Assyria Total War
    Check update thread for new HQ models
    My Workshop™


  12. #12
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    Nope, even with show_err line properties, the message did not appear.

  13. #13
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    just CTD

  14. #14
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    I just put in a type of horse
    for DMB I put:


    type horse_covered_eastern
    skeleton fs_horse
    scale 0.875
    indiv_range 1800
    texture greek_cities, xgm/data/models_unit/textures/MTW_horse_cataphract.TGA
    model_flexi xgm/data/models_unit/MTW_horse_covered_eastern.cas, 15
    model_flexi xgm/data/models_unit/MTW_horse_covered_eastern.cas, 30
    model_flexi xgm/data/models_unit/MTW_horse_covered_eastern.cas, 60
    model_flexi xgm/data/models_unit/MTW_horse_covered_eastern.cas, 80
    model_flexi xgm/data/models_unit/MTW_horse_covered_eastern.cas, max
    model_sprite greek_cities, 100.0, xgm/data/sprites/horse_covered_sprite.spr
    model_tri 700, 0.3f, 0.3f, 0.3f

    for Descr_mount:


    type covered horse eastern
    class horse
    model horse_covered_eastern
    radius 1.4
    x_radius 0.4
    height 2.5
    mass 2.5
    banner_height 0
    bouyancy_offset 1.8
    water_trail_effect horse_water_trail
    root_node_height 1.6
    rider_offset 0.0, 0.15, 0.0

    I did not put a rider on the horse, only the horse. If I click XGM(my small mod is still running on XGM) it would put pop up, and then crash to desktop. I have made sure that all the paths are correct.

  15. #15
    Raritу's Avatar ♢Pride and Passion♢
    Join Date
    Aug 2010
    Location
    Equestria
    Posts
    2,763

    Default Re: CTD

    Quote Originally Posted by Zanjia98 View Post
    I did not put a rider on the horse, only the horse.
    What exactly do you mean by this?


  16. #16
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    I did not put the horse onto the battlefield. There were nobody riding the this type of horse. It did not get unto EDU.

  17. #17
    Raritу's Avatar ♢Pride and Passion♢
    Join Date
    Aug 2010
    Location
    Equestria
    Posts
    2,763

    Default Re: CTD

    Are you sure that the horse is the reason for CTD? Do you get rid of the problem if you remove it's entries?

  18. #18
    Zanjia98's Avatar Yari-hei
    Join Date
    Mar 2012
    Location
    Cairo
    Posts
    124

    Default Re: CTD

    Yes I did

  19. #19
    Spike's Avatar Cute Lil' Dragon
    Join Date
    Nov 2009
    Location
    Bandung
    Posts
    4,013

    Default Re: CTD

    the reason is horse animation have no attack sequence it must have a rider; I found it the hard way when making Pinkie Pie

    the workaround if you really want riderless horse is making invisible rider...

    Annokerate Koriospera Yuinete Kuliansa


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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