Jump to content

Editing Nation Records


joshua4687

Recommended Posts

I was wondering if a developer or editor expert could provide some of the database fields for nation records, which seem to be missing in the "nation ui" file.

These include biggest win, biggest defeat, most games without scoring etc.

However they are specified in club UI, for example:

<record>

<string id="name" value="Biggest Win"/>

<boolean id="is_tab" value="true"/>

<flags id="type" value="record"/>

<list id="fields">

<record db_field="club,CBWo"/> <!-- biggest win, opposition -->

<record db_field="club,CBWf"/> <!-- biggest win, for -->

<record db_field="club,CBWa"/> <!-- biggest win, against -->

<record db_field="club,CBWd"/> <!-- biggest win, date -->

</list>

</record>

My assumption was that changing "club" to "nati" and the CXXX to NXXX would work for the nation ui file. However this does not show editable fields within the editor. I have tried a few other combinations but nothing seems to work. Could anyone please help provide the correct database fields so that I can edit these records? Thanks in advance.

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