Εμφάνιση στατιστικών στην οθόνη του squad

Backrounds, δυχτια, μπάλες και ότι άλλο γραφικό μπορεί να γίνει edit στο νέο FM2009!
Post Reply
Direct
Hot Prospect
Hot Prospect
Posts: 677
Joined: Fri Jun 01, 2007 3:56 pm
Football Manager της ομάδας: Α.Ο.Καβάλας
Αγαπημένη Ομάδα: Καβάλα
Location: Καβάλα
Has thanked: 0
Been thanked: 0
Contact:

Καλησπέρα.

Έχει αρκετό καιρό που είχα δει ένα topic όπου άλλαζες την γραμμή με τα στατιστικά στην οθόνη των παικτών.
Έβαζες καινούργια ή άλλαζες θέση στα ήδη υπάρχοντα, έβαζες πρώτο το name μετά τις εμφανίσεις και τα goal, πρόσθετες την ηλικία και το ύψος βάρος κτλ.. (view - selection)

Έχω φάει 20 λεπτά πάνω στο search μήπως και καταφέρω να βρω τίποτα, αλλά τζίφος..



Όποιος ξέρει πως γίνεται ή όποιος θυμάται που στο καλό είναι το topic τον υπερευχαριστώ και τον κερνάω μια μπύρα! -falaina
Image
DaWeed420
Youth Pro
Youth Pro
Posts: 276
Joined: Mon Nov 17, 2008 8:13 am
Football Manager της ομάδας: ΠΑΝΑΘΗΝΑΪΚOΣ k μονο..
Αγαπημένη Ομάδα: PAO UBER ALLES
Status: Kapou edw trigyrw...
Location: UK
Has thanked: 0
Been thanked: 0

Ελπιζω απο αγγλικα να την παλευεις :D
Spoiler: show
michaeltmurrayuk wrote:
The first thing you need to do is to patch your game (the patch updates the file you'll need).

Now use the Resource Tool (that can with the game) to extract the following fmf file to somewhere outside the installation folder for fm09:

\Football Manager 2009\data\updates\update-910\data\panels.fmf
(Or if you haven't/don't want to patch extract \Football Manager 2009\data\panels.fmf)

Now if you are using the default skins that came with the all you need to do is locate the team squad.xml file that was extracted from the panels.fmf file and goto your User Data folder (My Docs/SI/FM09/) create a folder called panels and drop the team squad.xml file into there - for the skins that came with the game (and possibly any skin that doesn't have it's own team squad.xml file) the game will pick your file first.
(if you have downloaded a skin then just drop the file into the panels folder for your skin).

Now you need to edit the file with notepad/notepad++ or any webpage editor.

Each view has it's own list of columns, so it's just a case of copying and pasting the column code from other views so you get what you what on your screen - the only real limit to how much info you can put on the screen is your screen resolution.

Below is the default content for the selection view:

Code:

<!-- 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="Pnfo"/> <!-- player status/info -->
<flags id="Pnam"/> <!-- person name -->
<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="Poav"/> <!-- overall average rating -->
</record>

So say you want to add in the assists column to this view, you scan through the file until you locate the bit of code that displays the assists column, for example the assists code can be found under the stats view:

Code:

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

Now it's just a case of pasting that code into the selection view, where the first item in the list appears to the left of the screen and the bottom item appears to the right of the screen, so pasting the assist code into the selection view after the overall goals code, will show the assists column after the goals column in game:

Code:

<!-- 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="Pnfo"/> <!-- player status/info -->
<flags id="Pnam"/> <!-- person name -->
<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="Poav"/> <!-- overall average rating -->
</record>

The tactics panel can also be edited in the same way by editing the tactic person list.xml file

After you are done save the file, load the game turn the skin cache off and tick always reload skin (you can put these back when it works) and your new views should show.

To remove the file just delete it.

(PS some things won't show on the screen, as they are for debugging etc... I'm also still trying to find out how to put footness on that screen).
drewgraham wrote: Right kids, I've created a list of unique fields that you can use in your squad list and their descriptions. It's just an extracted and distilled version of the team squad xml file.

duni unique id
Pnam name
Pclb person club
Pnat nationality
Pdva value
Ppkd picked info
Ppsq preferred squad number
Pnfo player status/info
Ppos position
Phei height
Pwei weight
Page person age
Psnu squad number
Pccs squad status
Pcif full time or parttime contract
Pcww weekly wage
Pced contract expiry
Pwof contract wage offered
Pcof contract offered (date)
Pcoo transfer options
Pctr transfer status
Pcls loan status
Phgs home grown status
Phdd home grown due date
Pnfa full player status/info
Pcon player condition
Pbpc best position
Pscc scout recommendation
Pmor player morale
Poap overall appearances
Pogl overall goals
Poas overall assists
Pfrm player form
Poav overall average rating
Pcac currant ability
Pppc potential ability
Ppec personality
Pdta date
Pbps best position
Pmst strengths
Pwea weaknesses
Pscr scout recommendation
Pinj player injury
Pida player injured date
Pito player injury time out
Pcsr player condition string (match fit, lacking match fitness etc.)
Pomo overall man of match
Popa overall pass completion ratio
Pota overall tackles per game ratio
Podr overall dribbles per game ratio
Post overall shots on target ratio
Poyc overall yellow cards
Porc overall red cards
Pntm current international team picked for
Piap player int apps
Pigl player int goals
Puia player int u21 apps
Puig player int u21 goals
Pagg (m) aggression
Pant (m) anticipation
Pbra (m) bravery
Pcmp (m) composure
Pcnt (m) concentration
Pdec (m) decisions
Pdet (m) determination
Pinf (m) influence
Ptwr (m) teamwork
Pcre (m) creativity
Pcor (t) corner taking
Pfla (m) flair
Pfrk (t) free kick taking
Phea (t) heading
Plth (t) long throws
Ppsn (m) positioning
Potb (m) off the ball
Ppen (t) penalty taking
Ptec (t) technique
Paab aerial ability
Pcoa command of area
Pcom communication
Pecc eccentricity
Phan handling
Pkic kicking
Pooo one on ones
Pref reflexes
Prou rushing out
Pttp tendency to punch
Pthr throwing
Pacc acceleration
Pjum jumping
Pmar marking
Ppac pace
Psta stamina
Pstr strength
Ptac tackling
Pcro crossing
Pdri dribbling
Pfin finishing
Pfrs first touch
Plsh long shots
Ppas passing

You can download the CSV from here if you like:
http://www.drewgraham.net/external/f...Attributes.csv

original post @ SI forums << Εχει μπολικες περαιτερω πληροφοριες για το editing της Squad screen.
User avatar
dforlan9
Graphics' Expert
Graphics' Expert
Posts: 15608
Joined: Tue Apr 29, 2003 11:00 pm
Football Manager της ομάδας: Ολυμπιακός
Αγαπημένη Ομάδα: Ολυμπιακός / Arsenal
facebook προφίλ: dforlan9
twitter: dforlan9
Location: Piraeus
Has thanked: 1 time
Been thanked: 1 time
Contact:

http://www.fmgreece.gr/page.php?page=guides&id=276
Α, και DaWeed420 όχι μεγάλες εικόνες στις υπογραφές, μόνο σε μέγεθος userbars.
Direct
Hot Prospect
Hot Prospect
Posts: 677
Joined: Fri Jun 01, 2007 3:56 pm
Football Manager της ομάδας: Α.Ο.Καβάλας
Αγαπημένη Ομάδα: Καβάλα
Location: Καβάλα
Has thanked: 0
Been thanked: 0
Contact:

Ευχαριστώ πολύ dforlan9! Ευτυχώς που υπήρχε γιατί με αγγλικά δε θα την πάλευα DaWeed :D

Στα άρθρα ήταν.. :?
Image
Post Reply

Return to “Backgrounds κ.α.”