Can you still replace the stuff in panels with this to get the option to select real fixtures or not?
Quote:
<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>
|
I was about to replace it with this untill i relised theres a hell of alot more stuff in panels so thought twice before deleting it and replacing it with that.
I made the real fixtures for Championship and put them in my documents sports inter... comps
Then loaded up the game but it did not load up the fixtures.
So just want to know will it still make a real fixtures tick box if i replace it with this in FM 2008,
If not does anyone know how to make one. Cheers