Results 1 to 6 of 6

Thread: Any idea how to change victory conition?

  1. #1

    Default Any idea how to change victory conition?

    I want to change victory conition such as number of regions need to hold until last tun. Any idea?

  2. #2
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Any idea how to change victory conition?

    Victory conditions in S2TW use identical system to ETW/NTW.

    If you use esf2xml, then you have them in victory_conditions/tut_chosokabe.xml and other files for other factions.
    They look like this:

    Code:
      <rec type="VICTORY_CONDITIONS_BLOCK">
       <rec type="CAMPAIGN_VICTORY_CONDITIONS" version="6">
        <str_ary>
         <s>jap_tut_awa</s>
         <s>jap_tut_awaji</s>
         <s>jap_tut_iyo</s>
         <s>jap_tut_sanuki</s>
         <s>jap_tut_settsu</s>
         <s>jap_tut_tosa</s>
        </str_ary>
        <no/>
        <u>4</u>
        <rec type="DATE" version="2">
         <u>1750</u>
         <u>3</u>
         <u>11</u>
         <u>2</u>
        </rec>
        <u>4</u>
        <no/>
        <u>1</u>
        <no/>
        <no/>
        <u>0</u>
        <rec type="DATE" version="2">
         <u>0</u>
         <u>0</u>
         <u>0</u>
         <u>0</u>
        </rec>
       </rec>
      </rec>

    If you prefer Esf Editor, look for VICTORY_CONDITIONS_BLOCK array.

  3. #3

    Default Re: Any idea how to change victory conition?

    Hmmm... I can find three Victory_Conditions_Block arrays for (almost) every faction (i.e. the Hattori are missing) which are almost identical. Anyone an idea what those numbers might mean? At least I couldn't find any "25", "40" or - what is it - "65"(?) for the regions needed to win a short, long and domination campaign. Also I couldn't find anything that would hint at the specific victory regions of a faction...

  4. #4

    Default Re: Any idea how to change victory conition?

    its similar to ETW and NTW.... I do find 25 40 and 60... same to NTW but its not working after i change it.

  5. #5
    Broke1980's Avatar Civis
    Join Date
    Sep 2009
    Location
    My happy little world, buried inside french Canada
    Posts
    107

    Default Re: Any idea how to change victory conition?

    I'd like some help with this also.
    How do I change the number of regions to win?

  6. #6
    Broke1980's Avatar Civis
    Join Date
    Sep 2009
    Location
    My happy little world, buried inside french Canada
    Posts
    107

    Default Re: Any idea how to change victory conition?

    bump!
    I'd really like some help, if anyone's willing...

Posting Permissions

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