Jump to content

Adding determination column in the mentoring panel


klaasjan
 Share

Recommended Posts

To find the translation ID for determination I’d try this: bluestilidie posted this a while back:

You can find translation IDs by looking in example.rtf in C:\Users\Tom\Documents\Sports Interactive\Football Manager 2021\languages

Search for "Landmarks", you'll get "KEY-320441: Landmarks[COMMENT - manager table screen; view option text for league/cup and award wins]"

The Six Digits are you translation IDs

 

 - Once I’d found the ID I would add this code between the age and personality records, mirroring what’s already there:

  <record alignment="left,centre_y">
          <translation id="text" translation_id="??????" type="use" value="Determination" />
        </record>
 

Obviously filling in the “???????” with the 6 digit translation ID.

 

EDIT* So playing around with this the table (ID="tbCN") needs to be edited to display the numbers for determination. Changing the layout of the table to include the new heading (determination)(227803 btw) adds the heading but just shunts the hardcoded information along the table. I can't find the table in question. It maybe that it's hardcoded and cannot be accessed.

image.thumb.png.d01ea49e978928d23a0572ebcf6b88f2.png

Edited by Tyburn
Link to post
Share on other sites

In my case, almost removes the Estimated effect  from the group :)
Might be a solution to do what @keysi did with the team training mentoring add player.xml by transforming the table to a list. But again, it's a different beast and I can't do it myself

fm_2021-05-16_18-57-29.png

team training mentoring add player.xml team training mentoring add player DEFAULT.xml

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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