Jump to content

Couple of Questions


Syze

Recommended Posts

Hi, I'm making a 1991-92 season database, I've put in months of work and am nearly finished. One thing, I haven't added contract expiry dates on players contracts and it seems it can't be done by grouping. In running test games a lot of players leave their current clubs on frees after one season. Anything I can do about this other than going through each contract one by one? I just couldn't face that.

Also, anyone got some good guidelines for club finances? I did set clubs roughly in order that they should be in terms of the money the have, but I left everyone debt free and now everyone seems super rich.

Link to post
Share on other sites

go to: Program files/steam/steamapp/common/football manager 2017 editor/data/format/database  - open person.xml  file with notepad ++ or some other text editor. notepad is good enough.

find this:

 

<!-- contract expires -->
            <record>
                <flags id="field" value="Pcex" />
                <translation id="name" translation_id="227785" type="use" value="Contract Expires" />
                <flags id="type" value="date" />
                <list id="dependencies">
                    <record field="Pcti" exists="true" />
                     <record field="Pirc" not_equals="true" />
                </list>
            </record>

delete lines between "list" so you have this

            <record>
                <flags id="field" value="Pcex" />
                <translation id="name" translation_id="227785" type="use" value="Contract Expires" />
                <flags id="type" value="date" />
            </record>

 

 

save your file, exit and start editor

 

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...