Results 1 to 6 of 6

Thread: Any submod for balanced cavalry and big unit size?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Crunchy's Avatar Foederatus
    Join Date
    May 2012
    Location
    Both Ways..
    Posts
    28

    Default Any submod for balanced cavalry and big unit size?

    I noticed that when a cavalry charge happens it can wipe out a spearmen regiment...
    Is there a mod to balance the cavalry units and not overpower the Cavalry?


    And is there a mod to increase the unit size only? Example from 151(huge set) into 300 or some
    A battle is much cool if there is more units each regiment......


    And a small question... is there any way to stop or remove the pop out of "William Wallace Army" when u conquer a land of scotland? Kinda annoying...

  2. #2
    Paragon's Avatar Senator
    Join Date
    Dec 2011
    Location
    Granada, Spain
    Posts
    1,232

    Default Re: Any submod for balanced cavalry and big unit size?

    a) Sometimes it makes sense. If it was light calvary agaisnt pavise italia spearmen, that's a problem. If these were Lancers agaisnt spear militia, it is not. Cavalry was really that dominaing in the medieval era.

    b) http://www.twcenter.net/forums/showthread.php?t=322454

    You can also manually change the base size of all units in the data files, I don't know if you know what I'm talking about.

    c) Script editing again, although I'd recommend you not to do so.
    This is my Aragonese AAR, One Single Man

    If you read and comment, there WILL be cake!

  3. #3

    Default Re: Any submod for balanced cavalry and big unit size?

    Spoiler Alert, click show to read: 
    monitor_event FactionTurnStart FactionType scotland
    and I_TurnNumber = 60
    and I_NumberOfSettlements scotland < 4

    set_counter wallace_spawned 1

    terminate_monitor
    end_monitor

    monitor_event FactionTurnStart FactionType scotland
    and I_NumberOfSettlements scotland < 2

    set_counter wallace_spawned 1

    terminate_monitor
    end_monitor

    monitor_event GeneralCaptureSettlement FactionType england
    and TargetFactionType scotland

    set_counter wallace_spawned 1

    Change those 3 bolded 1's to 0's. Like Paragon said, you probably don't want to do this. Scotland is already weak enough as it is. No need to make them even weaker.

    Edit: Forgot to mention, that's in campaign_script
    Last edited by PapaRosario; June 23, 2012 at 10:36 AM.

  4. #4
    Paragon's Avatar Senator
    Join Date
    Dec 2011
    Location
    Granada, Spain
    Posts
    1,232

    Default Re: Any submod for balanced cavalry and big unit size?

    If you change that, can multiple wallaces appear? Just for fun, of course.
    This is my Aragonese AAR, One Single Man

    If you read and comment, there WILL be cake!

  5. #5

    Default Re: Any submod for balanced cavalry and big unit size?

    Quote Originally Posted by Paragon View Post
    If you change that, can multiple wallaces appear? Just for fun, of course.
    mongol invasion, it is time for the Mel Gipsons and the scots invasion.

  6. #6

    Default Re: Any submod for balanced cavalry and big unit size?

    Quote Originally Posted by Paragon View Post
    If you change that, can multiple wallaces appear? Just for fun, of course.
    Well I haven't tried it, but I don't see why it wouldn't be possible to script multiple Wallaces appearing.

Posting Permissions

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