Firstly, good work Zarkov
There is an error though...
Quote:
|
34 14 04 2006 1500 "685" "603"
|
should read...
<pre class="ip-ubbcode-code-pre">34 14 04 2007 1500 "685" "603"</pre>
For those that don't know how to get real fixtures working it's simply a case of changing one of the XML files, namely....
nation league panel.xml
Which should be in...
C
Program Files\Sports Interactive\Football Manager 2007\data\panels
...or wherever you installed it.
Open the file with notepad and replace the contents with the following code...
<pre class="ip-ubbcode-code-pre"> <panel title="Nation league Panel" save_current_state="true"><layout class="arrange_vertical_attachment" alignment="bottom, extend" gap="0" offset="1"/><layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/><widget class="table" id="natn" mode="keyboard, fill_rows" auto_size_rows="true" layout="-1, -2, 175, 100" ><!-- headings --><list id="headings"><record text="Selected Nations" alignment="left,centre_y"/><record text="Lowest Active League" alignment="left,centre_y"/><record text="Mode[COMMENT: Start New Game screen: league mode header in column where user picks Playable or View-Only]" alignment="left,centre_y"/><record text="Real Fixtures" alignment="centre"/></list><record id="default_properties"><flags id="alignment" value="left, centre_y"/></record><list id="column_properties"><record indx="0"></record><record indx="1"></record><record indx="2"><flags id="column_alignment" value="left,centre_y"/><flags id="auto_size" value="horizontal"/></record><record indx="3"><flags id="column_alignment" value="centre"/><flags id="auto_size" value="horizontal"/></record></list><list id="column_display_properties"><record index="0" sort_disabled="true" id="Cntn"/><record index="1" sort_disabled="true" id="Clal"/><record index="2" sort_disabled="true" id="Cexd"/><record index="3" sort_disabled="true" id="Crlf"/></list></widget><widget class="table" id="dbop" mode="keyboard, fill_rows" auto_size_rows="true" layout="-1, 10, -2" tstr="true" ><list id="headings"><record text="Options" alignment="left" column_span="3"/></list><record id="default_properties"><flags id="alignment" value="left, centre_y"/></record><list id="column_properties"><record index="1"><colour id="colour" name="selection"/></record></list><list id="column_display_properties"><record index="0" sort_disabled="true"/><record index="1" sort_disabled="true"/><record index="2" sort_disabled="true"/></list><widget class="label" row="0" col="0" text="Game Start Date"/><widget class="subtle_popup" id="gmsd" sele="gmsd" row="0" col="2" hint="Select game date" colour="selection"/><widget class="label" row="1" col="0" text="Database Size"/><widget class="subtle_popup" id="dbsz" sele="dbsz" row="1" col="2" colour="selection"><list id="items"><record name="Small[COMMENT: database size menu item text]" id="0"/><record name="Medium[COMMENT: database size menu item text]" id="1"/><record name="Large[COMMENT: database size menu item text]" id="2"/><!--<record name="Huge[COMMENT: database size menu item text]" id="3"/>--></list><string id="hint" value="Select Database Size"/></widget><widget class="label" row="2" col="0" text="Load All Players from"/><widget class="subtle_popup" id="lpfl" sele="lpfl" fixe="true" row="2" col="2" text="No additional nations selected" colour="selection" multiline="false" /><widget class="label" id="urpl" row="3" col="0" text="Players"/><widget class="check_box" id="urpn" text="Use Real Players" click_event="urpn" row="3" col="1" column_span="2" selection="1" /><widget class="label" id="epal" row="4" col="0" text="Attributes"/><widget class="check_box" id="epam" text="Enable Player Attribute Masking" click_event="epam" row="4" col="1" column_span="2" selection="1" /></widget></panel></pre>
Save the file and when you start a new game you'll have the option to select real fixtures...
...though only the ones you have .cmp files for in the following folder which you need to create:
C
Program Files\Sports Interactive\Football Manager 2007\data\comps
...or again wherever you installed it.
Hope this helps!
I'll be creating fixtures for all the English and major European leagues when I get time.