Jump to content

FAO radestock


leedsforever

Recommended Posts

Ok I have a problem which I hope you can solve for me :D.

I have been editing about with a few colours and views to tweak the game for me.

Here are the things I've changed:

In team squad.xml:

<!-- shown for club teams -->

<record id="sltn">

<string id="name" value="Selection[COMMENT: button in view_menu on squad screens; choose to view club stats]"/>

<record id="view">

<flags id="Ppkd"/> <!-- picked info -->

<flags id="Ppsq"/> <!-- preferred squad number-->

<flags id="Pnfa"/> <!-- full player status/info -->

<flags id="Pnam"/> <!-- person name -->

<flags id="Page"/> <!-- person age -->

<flags id="Ppos"/> <!-- position -->

<flags id="Pmor"/> <!-- player morale -->

<flags id="Pfrm"/> <!-- player form -->

<flags id="Pcon"/> <!-- player condition -->

<flags id="Poap"/> <!-- overall appearances -->

<flags id="Pogl"/> <!-- overall goals -->

<flags id="Poas"/> <!-- overall assists -->

<flags id="Pomo"/> <!-- overall man of match -->

In settings.xml:

<!-- profile attribute colours -->

<colour name="low attribute" red="204" green="204" blue="204"/>

<colour name="normal attribute" red="0" green="153" blue="51" />

<colour name="good attribute" red="255" green="153" blue="0" />

<colour name="excellent attribute" red="255" green="0" blue="0" />

In player profile.xml:

<!-- attribute colouring -->

<integer id="exca" value="15" />

<!-- excellent threshold -->

<integer id="excn" value="10" />

<!-- normal threshold -->

<integer id="excl" value="5" />

<!-- low threshold -->

And the problem that I am having is that all of the player colours are appearing the same. By that I mean loan players appear white, players that should be 'greyed-out' are white, loan players in/out are white and co-owned players in/out are white. I can't see why this is happening, especially as this is my player colouring in the settings.xml file:

<!-- player colours -->

<colour name="virtual player" red="204" green="204" blue="0" alpha="100"/><!-- virtual player -->

<colour name="loan out" red="39" green="186" blue="66"/> <!-- on loan to other club -->

<colour name="loan in" red="153" green="204" blue="255"/> <!-- on loan from other club -->

<colour name="co own in" red="255" green="204" blue="51"/> <!-- co owned at club -->

<colour name="co own out" red="255" green="204" blue="51" alpha="100"/> <!-- co owned not at club -->

<colour name="trial in" red="102" green="255" blue="102"/> <!-- on trial at this club -->

<colour name="trial out" red="102" green="255" blue="102" alpha="100"/> <!-- on trial at other club -->

<colour name="shortlisted" red="255" green="255" blue="100"/> <!-- shortlisted -->

Please can you tell me what to do to fix this?

Thanks in advance.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...