Jump to content

How to: Set how many years in advance a host nation is announced for int. competitions


Blue Lou

Recommended Posts

  • SI Staff

Open the file comp.xml in the steam\steamapps\common\Football Manager 2016 Editor\data\format\rule group\advanced folder with a text editor (I recommend Notepad++)

Copy the following:

<!-- competition host offset-->
         <record>
           <flags id="field" value="next_year_host_announced" />
           <translation id="name" type="use" value="Number of years in advance host nation is announced" />
           <flags id="type" value="integer" />
           <integer id="default_value" value="0" />
           <integer id="min_value" value="0" />
           <integer id="max_value" value="10" />
           <boolean id="is_optional" value="true" />
           <boolean id="is_invalid_name_variable" value="true" />
           <!-- do not use in parent fields name-->
           <list id="dependencies">
             <record field="is_league_fixtures" not_equals="true" />
           </list>
         </record>

Paste it to line 1513 and save the file.

When you load the editor, a new option is now available.

vRoH9G1.png

In the image above, I've set the host of the Pan American Games to be announced 6 years ahead of the competition. The host of the 2023 edition of the competition will now be announced in 2017 in game.

This is not likely to appeal to many people but I thought it was worth sharing. :thup:

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...