Results 1 to 5 of 5

Thread: descr_campaign_db's full list of values

  1. #1
    The Great Khan of Rome's Avatar Civis
    Join Date
    Dec 2016
    Location
    In your prison cell...
    Posts
    157

    Default descr_campaign_db's full list of values

    I'm looking for something related to campaign movement related for types of units. I think it was a multiplier of some kind. Can't 'member the name of it tho.
    Creator of UNREAL, balance mod series that promises changes to everything Total War, and it's offshoots, MEGA for other games. Basically, I'm reject Radious.

  2. #2
    alhoon's Avatar Comes Rei Militaris
    took an arrow to the knee

    Join Date
    Apr 2008
    Location
    Chania, Greece
    Posts
    24,765

    Default Re: descr_campaign_db's full list of values

    It is in one of the data files, forget some. It is not a multiplier, you decide on number of movement points.
    alhoon is not a member of the infamous Hoons: a (fictional) nazi-sympathizer KKK clan. Of course, no Hoon would openly admit affiliation to the uninitiated.
    "Angry Uncle Gordon" describes me well.
    _______________________________________________________
    Beta-tester for Darthmod Empire, the default modification for Empire Total War that does not ask for your money behind patreon.
    Developer of Causa Belli submod for Darthmod, headed by Hammeredalways and a ton of other people.
    Developer of LtC: Random maps submod for Lands to Conquer (that brings a multitude of random maps and other features).

  3. #3
    The Great Khan of Rome's Avatar Civis
    Join Date
    Dec 2016
    Location
    In your prison cell...
    Posts
    157

    Default Re: descr_campaign_db's full list of values

    No it's something along the lines of cavarly_action_points_modfier. You're referring to this in descr_character:

    Code:
    starting_action_points	80	; default value for all characters and pathfinding calculations
    
    
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    type			named character
    
    
    actions			moving_normal, moving_quickmarch, garrison, assault, attack, besiege, entrench, ambush, diplomacy, bribe, exchange, building_fort, building_watchtower
    wage_base		200
    starting_action_points	80
    which is just for strat characters like captains. The modifier I'm talking about makes it so that in campaign, inf units get less action points and siege gets even less.
    Creator of UNREAL, balance mod series that promises changes to everything Total War, and it's offshoots, MEGA for other games. Basically, I'm reject Radious.

  4. #4
    The Great Khan of Rome's Avatar Civis
    Join Date
    Dec 2016
    Location
    In your prison cell...
    Posts
    157

    Default Re: descr_campaign_db's full list of values

    From EBII's descr_campaign_db.xml:

    Code:
    <siege_movement_points_modifier float="1.0"/>  <!-- movement points modifier for siege units -->
    <cavalry_movement_points_modifier float="1.0"/> <!-- movement points modifier for cavalry units -->
    These are what I'm looking for.
    Last edited by The Great Khan of Rome; September 18, 2022 at 09:20 PM.
    Creator of UNREAL, balance mod series that promises changes to everything Total War, and it's offshoots, MEGA for other games. Basically, I'm reject Radious.

  5. #5
    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,126
    Blog Entries
    35

    Default Re: descr_campaign_db's full list of values

    Usually siege is set 0.8 and cavalry at 1.2 with infantry (setting not available) being 1.0 as base.










Posting Permissions

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