Results 1 to 3 of 3

Thread: AI money script

  1. #1

    Default AI money script

    does anyone know how to edit the amount of money that AI recives depending of difficulty level?

  2. #2
    The Hedge Knight's Avatar Fierce When Cornered
    Artifex

    Join Date
    Oct 2009
    Location
    England
    Posts
    5,875

    Default Re: AI money script

    campaign_difficulty_handicap_effects
    Column 1 = difficulty
    Column 2 = is player? (so you want the values set to false)
    Column 3 = effect (get these from the effects tables)
    Column 4 = amount (generally a % but sometimes an arbitrary amount.

    -1 false = easy
    0 false = normal
    1 false =hard
    2 false = very hard
    3 false = legendary

    the effect you want (probably) is gdp_mod_all

  3. #3

    Default Re: AI money script

    Thanks for info

Posting Permissions

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