Results 1 to 12 of 12

Thread: Movement: Can I increase the range of units?

  1. #1

    Default Movement: Can I increase the range of units?

    Is it possible to increase the range of certain units on the EB campaign map, or is it stuck to a general limit?

    I want to increase the range of naval power.
    I hope this will increase the realism of the game, as well as AI aggression on the seas.
    Μηδεν εωρακεναι φoβερωτερον και δεινοτερον φαλλαγγος μακεδονικης

  2. #2
    Member Member anubis88's Avatar
    Join Date
    Apr 2007
    Location
    Slovenia
    Posts
    3,400

    Default Re: Movement: Can I increase the range of units?

    It's posible, but i don't know how. I think there's a guy who moded the movement posting in the Progression thread. If no one will answer you you can ask him.

    However i don't believe this would add realism to your game... The AI could do some wierd stuff. For example Carthage could have Italy overrun in a turn, without the romans even noticing it (bad if i assume you would play with rome), or any other wierd action. Like a huge army landing in the peleponessus, even if you had a navy stronger than your opponent, since you wouldn't be able to prevent the landing.

    That seems kinda unrealistic
    Europa Barbarorum Secretary

  3. #3

    Default Re: Movement: Can I increase the range of units?

    Quote Originally Posted by anubis88 View Post
    It's posible, but i don't know how. I think there's a guy who moded the movement posting in the Progression thread. If no one will answer you you can ask him.

    However i don't believe this would add realism to your game... The AI could do some wierd stuff. For example Carthage could have Italy overrun in a turn, without the romans even noticing it (bad if i assume you would play with rome), or any other wierd action. Like a huge army landing in the peleponessus, even if you had a navy stronger than your opponent, since you wouldn't be able to prevent the landing.

    That seems kinda unrealistic
    Well, the AI rarely uses naval invasion in RTW.exe coding, so I think it would be fine.
    The changes would devastate BI.exe though.

    Triremes could achieve cruising speeds of 4-6 knots in decently calm seas.
    That's 96-144 nautical miles per day. An EB turn lasts 3 months, which is theoretically more than enough to cross the entire Mediterranean Sea, even if you coast-hug the whole way.

    I don't intend to go that far, but I think a move towards better proportionality would be good for those using RTW.exe.
    Μηδεν εωρακεναι φoβερωτερον και δεινοτερον φαλλαγγος μακεδονικης

  4. #4
    urk! Member bobbin's Avatar
    Join Date
    Aug 2008
    Location
    Tin Isles
    Posts
    3,668

    Default Re: Movement: Can I increase the range of units?

    You need to look in the descr_characters.txt file if you want to change the movement points. The drawback is you can't change it for individual character classes it has to be for all of them, also the ai pathfinding apparantly gets pretty buggy if you put it up too high.


  5. #5

    Default Re: Movement: Can I increase the range of units?

    Quote Originally Posted by bobbin View Post
    You need to look in the descr_characters.txt file if you want to change the movement points. The drawback is you can't change it for individual character classes it has to be for all of them, also the ai pathfinding apparantly gets pretty buggy if you put it up too high.
    So I can't put up ship movements alone?
    Are class movement ranges hardcoded, and only modified as a whole?
    Last edited by IrishHitman; 10-19-2009 at 15:11.
    Μηδεν εωρακεναι φoβερωτερον και δεινοτερον φαλλαγγος μακεδονικης

  6. #6
    urk! Member bobbin's Avatar
    Join Date
    Aug 2008
    Location
    Tin Isles
    Posts
    3,668

    Default Re: Movement: Can I increase the range of units?

    No there is only one value that you can change, it governs the number of action (movment) points all classes get at the start of a turn. So if you were increase it, all classes (ie agents, FM's, admirals) would get a movement increase;.

    A possible way to give just navies a movement increase would be to play around with the trait files to give all admirals a trait that increases movement speed but I'm not too knowledgable when it comes to that area.


  7. #7

    Default Re: Movement: Can I increase the range of units?

    Quote Originally Posted by bobbin View Post
    No there is only one value that you can change, it governs the number of action (movment) points all classes get at the start of a turn. So if you were increase it, all classes (ie agents, FM's, admirals) would get a movement increase;.

    A possible way to give just navies a movement increase would be to play around with the trait files to give all admirals a trait that increases movement speed but I'm not too knowledgable when it comes to that area.
    Hmmm, not a bad idea...
    Μηδεν εωρακεναι φoβερωτερον και δεινοτερον φαλλαγγος μακεδονικης

  8. #8
    Member Member Antonivs Silvicola's Avatar
    Join Date
    Aug 2009
    Location
    Lurking in the forests of the Tabletop Mountains...
    Posts
    60

    Default Re: Movement: Can I increase the range of units?

    You could edit the export_descr ancillaries file in the data folder. Pick an ancillary such as seamaster, shipwright, etc and edit its effects. Example-
    Ancillary seamaster
    Image 1107.tga
    Description seamaster_desc
    EffectsDescription seamaster_effects_desc
    Effect NavalCommand 2
    to
    Ancillary seamaster
    Image 1107.tga
    Description seamaster_desc
    EffectsDescription seamaster_effects_desc
    Effect NavalCommand 2
    Effect MovementPoints 10
    You can change the value from 1-10 until you find the area of movement you prefer. Then, scroll down to the triggers section and adjust like so from-
    Trigger trigger_seamaster
    WhenToTest NewAdmiralCreated
    Condition SettlementBuildingExists >= dockyard

    AcquireAncillary seamaster chance 20
    to
    Trigger trigger_seamaster
    WhenToTest CharacterTurnEnd
    Condition FactionType seleucid
    and RemainingMPPercentage <= 100
    and IsAdmiral

    AcquireAncillary navigator chance 100

    Be sure to change the faction name accordingly. If you want all factions to have it then just change the original trigger description to <= dockyard and chance 100 and voila! Hope this helps.
    Last edited by Antonivs Silvicola; 10-20-2009 at 00:37.
    De inimico non loquaris sed cogitas-Do not wish ill for your enemy, plan it.

  9. #9

    Default Re: Movement: Can I increase the range of units?

    Quote Originally Posted by Antonivs Silvicola View Post
    You could edit the export_descr ancillaries file in the data folder. Pick an ancillary such as seamaster, shipwright, etc and edit its effects. Example-
    Ancillary seamaster
    Image 1107.tga
    Description seamaster_desc
    EffectsDescription seamaster_effects_desc
    Effect NavalCommand 2
    to
    Ancillary seamaster
    Image 1107.tga
    Description seamaster_desc
    EffectsDescription seamaster_effects_desc
    Effect NavalCommand 2
    Effect MovementPoints 10
    You can change the value from 1-10 until you find the area of movement you prefer. Then, scroll down to the triggers section and adjust like so from-
    Trigger trigger_seamaster
    WhenToTest NewAdmiralCreated
    Condition SettlementBuildingExists >= dockyard

    AcquireAncillary seamaster chance 20
    to
    Trigger trigger_seamaster
    WhenToTest CharacterTurnEnd
    Condition FactionType seleucid
    and RemainingMPPercentage <= 100
    and IsAdmiral

    AcquireAncillary navigator chance 100

    Be sure to change the faction name accordingly. If you want all factions to have it then just change the original trigger description to <= dockyard and chance 100 and voila! Hope this helps.
    Brilliant.
    One last question.

    Would it be save game compatible?
    Μηδεν εωρακεναι φoβερωτερον και δεινοτερον φαλλαγγος μακεδονικης

  10. #10
    Member Member Antonivs Silvicola's Avatar
    Join Date
    Aug 2009
    Location
    Lurking in the forests of the Tabletop Mountains...
    Posts
    60

    Default Re: Movement: Can I increase the range of units?

    Yes, as far as I am aware but I could be wrong. I am certain it will work on a new campaign and saves thereafter. Just be sure to use the correct EB-vanilla faction. Ie; Romani=seleucid.
    Last edited by Antonivs Silvicola; 10-20-2009 at 01:33.
    De inimico non loquaris sed cogitas-Do not wish ill for your enemy, plan it.

  11. #11

    Default Re: Movement: Can I increase the range of units?

    Quote Originally Posted by Antonivs Silvicola View Post
    Yes, as far as I am aware but I could be wrong. I am certain it will work on a new campaign and saves thereafter. Just be sure to use the correct EB-vanilla faction. Ie; Romani=seleucid.
    Thanks a lot.
    Μηδεν εωρακεναι φoβερωτερον και δεινοτερον φαλλαγγος μακεδονικης

  12. #12
    Member Member Antonivs Silvicola's Avatar
    Join Date
    Aug 2009
    Location
    Lurking in the forests of the Tabletop Mountains...
    Posts
    60

    Default Re: Movement: Can I increase the range of units?

    You're quite welcome. If you have any problems let me know. Happy hunting!
    De inimico non loquaris sed cogitas-Do not wish ill for your enemy, plan it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO