Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<country>
<name>England</name> // the name that will appear in the game
<symbol>flag_en.png</symbol> // a pixmap file
<sid>england</sid> // a unique string id
<leagues> // the list of leagues in the country
// the game will look for a file 'league_england1.xml'
<league>england1</league>
<league>england2</league>
<league>england3</league>
<league>england4</league>
<league>england5</league>
</leagues>
<cups> // the list of cups in the country
// the game will look for a file 'cup_england_fa.xml'
<cup>england_fa</cup>
<cup>england_league</cup>
<cup>champ_league</cup>
<cup>cwc</cup>
<cup>uefa</cup>
</cups>
</country>
see also the posts about the league files and cup files.
suggestions, criticism and such are, as always, welcome.
gyözö