The pictures are hard to come by, although the league doesn't kick off until the end of August so they may be launched shortly.
I got most of them (and guessed a couple), which you can get
here .
Add the following to a text file and save as
config.xml, in the same directory as the pictures:
<record>
<!-- resource manager options -->
<!-- dont preload anything in this folder -->
<boolean id="preload" value="false"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<!-- logo mappings -->
<!-- the following XML maps pictures inside this folder into other positions
in the resource system, which allows this folder to be dropped into any
place in the graphics folder and still have the game pick up the graphics
files from the correct places
-->
<list id="maps">
<!-- Clubs -->
<record from="perth_home" to="graphics/pictures/team/123001/kits/home"/>
<record from="perth_away" to="graphics/pictures/team/123001/kits/away"/>
<record from="melbourne_home" to="graphics/pictures/team/1300489/kits/home"/>
<record from="melbourne_away" to="graphics/pictures/team/1300489/kits/away"/>
<record from="sydney_home" to="graphics/pictures/team/1300490/kits/home"/>
<record from="central_home" to="graphics/pictures/team/1300491/kits/home"/>
<record from="adelaide_home" to="graphics/pictures/team/8457492/kits/home"/>
<record from="adelaide_away" to="graphics/pictures/team/8457492/kits/away"/>
<record from="queensland_home" to="graphics/pictures/team/130220/kits/home"/>
<record from="knights_home" to="graphics/pictures/team/122986/kits/home"/>
<record from="knights_away" to="graphics/pictures/team/122986/kits/away"/>
<record from="newcastle_home" to="graphics/pictures/team/426430/kits/home"/>
</list>
</record>