Results 1 to 8 of 8

Thread: "Spartan" Campaign Script Editing

  1. #1

    Icon4 "Spartan" Campaign Script Editing

    Can someone please let me know by what name the "Sparta" are called in the 'background_script'...??????????
    I just want my hard earned money back...(I just wanna surpass the 200K Denarii mark)
    I searched thoroughly...there is no "Sparta" faction in there....
    Marcus Claudius Aurelius

  2. #2
    Ybbon's Avatar The Way of the Buffalo
    spy of the council

    Join Date
    Apr 2009
    Location
    locally
    Posts
    7,234

    Default Re: "Spartan" Campaign Script Editing

    well the cimmerian bosporans and epirots were removed from 1.6, not that I've checked the script but they were the ones removed.

  3. #3
    MDT's Avatar Decanus
    Join Date
    Mar 2009
    Location
    Germany
    Posts
    504

    Default Re: "Spartan" Campaign Script Editing

    How exactly does this script work? Does it apply to the end turn treasury (which I wouldn't mind) or after you get the money for the next turn?

  4. #4

    Default Re: "Spartan" Campaign Script Editing

    For a list of who is who, have a look in the descr_sm_factions.
    Sparta is greek_cities

    How exactly does this script work? Does it apply to the end turn treasury (which I wouldn't mind) or after you get the money for the next turn?
    After you get the money, probably as soon as the new turn starts.

  5. #5
    MDT's Avatar Decanus
    Join Date
    Mar 2009
    Location
    Germany
    Posts
    504

    Default Re: "Spartan" Campaign Script Editing

    I guess you are right, but this somehow feels stange as it forces you to raise your upkeed so that you expenses are less then 200k behind your income, which makes the game for me at least easier, as I normally tend to have a to small standing army ^^

  6. #6

    Default Re: "Spartan" Campaign Script Editing

    Some people also stock their money by filling the constructions queues with costly buildings.
    If you need instant cash, you just need to remove them from the queue.

  7. #7
    MDT's Avatar Decanus
    Join Date
    Mar 2009
    Location
    Germany
    Posts
    504

    Default Re: "Spartan" Campaign Script Editing

    I normally have no money left after a turn.
    But I just checked that normally I would earn 300k + each turn.
    So I guess I should leavy legions for 150k upkeep and conquer the british with them, or those roman rebells east of sweden.

    Or even better, how do I edit the script?
    Last edited by MDT; October 26, 2010 at 10:10 AM.

  8. #8

    Default Re: "Spartan" Campaign Script Editing

    Go to data\script, and open the background_script.txt. (back it up before)
    Then, look for MONEY MONITOR SCRIPT, and comment out (by putting ;; at the start of the line) the line with the cap.

    Code:
    monitor_event FactionTurnStart FactionType romans_brutii
    and Treasury > 280000
    console_command add_money romans_brutii, -40000
    console_command add_money romans_brutii, -40000
    end_monitor
    monitor_event FactionTurnStart FactionType romans_brutii
    and Treasury > 200000
    console_command add_money romans_brutii, -40000
    end_monitor

Tags for this Thread

Posting Permissions

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