Please, can anyone tell me what I'm doing wrong here.. Modified some kits, saved them, made subdirectory in \data\graphics\pictures\kits\clubs\, copied xml from the usa/mls folder, changed what I thought were the variables (using my intuition, I have no coding/programming skills).. nothing.
Here's what it looks like:
Quote:
<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">
<!-- B2 -->
<record from="caracal_home" to="graphics/pictures/team/1501/kits/home"/>
<record from="caracal_away" to="graphics/pictures/team/1501/kits/away"/>
<record from="caracal_third" to="graphics/pictures/team/1501/kits/third"/>
</list>
</record>
|
Now.. my team was originally in the Romanian Second Division Group 2 (I found it's ID in the Editor, has three names, one full -the one mentioned above-, one short -Second Division Group 2-, and the three letter name -B2-). It also has an ID, meaning 7540081. Also got the ID for the team, 1501. I'm running FM 2006, v 6.0.2.
Can anyone tell me where exactly I messed up with this? Thank you.