joshua4687 Posted May 21, 2013 Share Posted May 21, 2013 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.