Results 1 to 3 of 3

Thread: modding

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default modding

    Hey could anyone create a mod where there is 0 turn build time limit for units and 1 turn build for buildings? I know it seems as if I'm lazy and all that , but it would be appreciated. also could someone take the region recruitment limit off? thanks guys. by the way, great mod!

  2. #2

    Default Re: modding

    You mean like a mod of FATW? the first part is quite easy, you can do it yourself.

    0-turn recruitment: Open export_descr_units.txt. Change the first value of all such lines to 0.
    Code:
    stat_cost        1, 980, 218, 90, 117, 1073
    To save time you can ctrl+h, and replace all
    Code:
    stat_cost        1,
    instances with
    Code:
    stat_cost        0,
    . Then do the same for stats-cost 2,3 and 4.

    Building times: Open up export_descr_buildings.txt. You are looking for lines like this:
    Code:
    construction  4
    Replace the number with 1.

    Regarding the regional recruitment, I'd say leave it as it is, it's quite more complex than simple aor recruitment most mods use and it is designed in a way to also completely block the rebellion-CTD.

  3. #3

    Default Re: modding

    thanks very much. it is appreciated.

Posting Permissions

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