If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
Hi! Just wondering if anybody knows of a save game editor where I can alter the team colours (as with the current colours the match report, on pitch view, is difficult to read), I would also like to change the clubs home match day.
Thanks
06-20-2006, 01:52 AM
Editing team colours and match day in save game Post #2
- Create a new text file with notepad, or open an existing file located inside the \data\db\lnc\all folder.
- Add the following code (replacing A-D with the required numbers)
- save the file into the \data\db\lnc\all folder, filename doesn't matter (avoid caps, spaces or none standard characters), if creating a new file make sure the file extentsion is .lnc rather than .txt
<pre class="ip-ubbcode-code-pre"># Home Kit"COLOUR_CHANGE"ABCCCDDD</pre>
# - Use this to comment out lines (so if you do #Arsenal you'll know who the team are and not interfere with the file).
"COLOUR_CHANGE" is the code to tell the game to change the colours.
A - replace with the clubs unique ID.
B - Replace with 0 to edit the home kit, 1 to edit the Away kit or 2 to edit the Third kit.
C - Controls the text colour in the title bar (number on the player icon), first one is amount of red, then green then blue (RGB value which runs from 0-255, 0 0 0 is black, 255 0 0 is red, 255 255 255 is white etc...)
D - is the background colour (player icon and title bar), again in RGB values.
Couple of notes:
- Trim/Outline colour defaults to the background colour (so you lose the trim colour).
- Kit designs are reset to plain style.
- Changes will only affect future games, any already played games will be played in the orignal colours.
- If you open the editor while having one of these files in place, the colours from the file will be written to the editor (so I'd advise you to copy these files out of the FM directory before opening the editor).