Fitness.com
Advertisement
Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 48,608
Threads: 84,984
Posts: 1,031,248
Top Poster: Rindalik (4,430)
Welcome to our newest member, opqr967
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.

Reply
 
LinkBack Thread Tools Display Modes
Old 11-24-2007, 04:51 PM   I want to add some player picture.. But i did something wrong Post #1
Member
 
Join Date: Oct 2007
Posts: 78
Rep Power: 3
Ramzinho is on a distinguished road
Default I want to add some player picture.. But i did something wrong

I know i must have done something wrong....

Well I have created a graphics folder and so it went like this

CDocuments and Settings\Mohamed Ramzy\My Documents\Sports Interactive\Football Manager 2008\Graphics

Got a picture for example for Andrea Pirlo and made it go PNG

created the Congig File like this

<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">

<record from="<Andrea Pirlo.png>" to="graphics/pictures/<person>/<703963>/<portrait>"/>

</list>
</record>

Pkaced the congig and the picture in the directory Graphics. but it still won't work.....

Tell me guys what did i do wrong.
Ramzinho is offline   Reply With Quote
Old 11-24-2007, 04:55 PM   I want to add some player picture.. But i did something wrong Post #2
Senior Member
 
Join Date: Nov 2007
Posts: 249
Rep Power: 2
SmurfDude is on a distinguished road
Default

Change

<record from="<Andrea Pirlo.png>" to="graphics/pictures/<person>/<703963>/<portrait>"/>

to

<record from="<Andrea Pirlo>" to="graphics/pictures/person/703963/portrait"/>
SmurfDude is offline   Reply With Quote
Old 11-24-2007, 05:04 PM   I want to add some player picture.. But i did something wrong Post #3
Member
 
Join Date: Oct 2007
Posts: 78
Rep Power: 3
Ramzinho is on a distinguished road
Default

Quote:
<record from="<Andrea Pirlo>" to="graphics/pictures/person/703963/portrait"/>
Thanks i will try that and i will report back..

Thanks Bro for help.
Ramzinho is offline   Reply With Quote
Old 11-24-2007, 05:07 PM   I want to add some player picture.. But i did something wrong Post #4
Member
 
Join Date: Oct 2007
Posts: 78
Rep Power: 3
Ramzinho is on a distinguished road
Default

Well It didn't work...

Where should i place the pics and the config file...

What size should be the PNG pic..

Thanks
Ramzinho is offline   Reply With Quote
Old 11-24-2007, 05:19 PM   I want to add some player picture.. But i did something wrong Post #5
Junior Member
 
Join Date: Nov 2004
Posts: 20
Rep Power: 0
DagenhamDave is infamous around these parts
Default

Is the problem too many <> (sorry don't know what they're called!)

you have:

<record from="<Andrea Pirlo.png>" to="graphics/pictures/<person>/<703963>/<portrait>"/>

try changing to:

<record from="Andrea Pirlo" to="graphics/pictures/person/703963/portrait"/>
DagenhamDave is offline   Reply With Quote
Old 11-24-2007, 05:32 PM   I want to add some player picture.. But i did something wrong Post #6
Member
 
Join Date: Oct 2007
Posts: 78
Rep Power: 3
Ramzinho is on a distinguished road
Default

Well Here exactly what i have done...

I made a graphics folder and created players folder inside it where i placed the picture there.

here is the path
CDocuments and Settings\Mohamed Ramzy\My Documents\Sports Interactive\Football Manager 2008\Graphics\Players

Now i have created a Config File. with this record.

<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">

<record from="Andrea Pirlo" to="graphics/pictures/person/703963/portrait"/>

</list>
</record>

And i unticked the use skin cach in the prefrences..

the picture size is 220x220

didn't work now..

What should i fix.
Ramzinho is offline   Reply With Quote
Old 11-24-2007, 05:44 PM   I want to add some player picture.. But i did something wrong Post #7
Junior Member
 
Join Date: Nov 2004
Posts: 20
Rep Power: 0
DagenhamDave is infamous around these parts
Default

Not sure why it's not working.
Obvious things to check:

The player picture filename should be Andrea Pirlo.png (with a space)

and saved in:

CDocuments and Settings\Mohamed Ramzy\My Documents\Sports Interactive\Football Manager 2008\Graphics\Players

The config file should be in the same location and called config.xml

Options>Preferences

Use Skin Cache - leave unticked
Always reload skin on confirm - tick

Click confirm

The only other thing may be a problem with the player picture. Try downloading a jpeg file, re-sizing to 190x190 and then saving in png format.
DagenhamDave is offline   Reply With Quote
Old 11-24-2007, 05:48 PM   I want to add some player picture.. But i did something wrong Post #8
Member
 
Join Date: Oct 2007
Posts: 78
Rep Power: 3
Ramzinho is on a distinguished road
Default

Where should the config.xml is saved.
Ramzinho is offline   Reply With Quote
Old 11-24-2007, 05:51 PM   I want to add some player picture.. But i did something wrong Post #9
Junior Member
 
Join Date: Nov 2004
Posts: 20
Rep Power: 0
DagenhamDave is infamous around these parts
Default

Quote:
Originally posted by Ramzinho:
Where should the config.xml is saved.
CDocuments and Settings\Mohamed Ramzy\My Documents\Sports Interactive\Football Manager 2008\Graphics\Players

(same location as the player picture)
DagenhamDave is offline   Reply With Quote
Old 11-24-2007, 05:55 PM   I want to add some player picture.. But i did something wrong Post #10
Member
 
Join Date: Oct 2007
Posts: 78
Rep Power: 3
Ramzinho is on a distinguished road
Default

Working Great Now.. Thanks
Ramzinho is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to I want to add some player picture.. But i did something wrong
Thread Thread Starter Forum Replies Last Post
Player Picture
Player Picture: Hi, Does anybody know if it is possible to add...
CCFC_Fossick Football Manager 4 04-22-2008 02:42 AM
Is it wrong to keep a player more than a few years?
Is it wrong to keep a player more than a few years?: There are a few very important players (giovinco,...
mermel Scout Report 4 01-31-2008 01:13 PM
Putting wrong player in lineup
Putting wrong player in lineup: Just put my sub keepers in as centre back against...
SiDolman Football Manager 8 11-17-2007 06:18 PM
Anyone find something wrong with this picture?
Anyone find something wrong with this picture?: Anyone find something wrong with this picture? ...
Konnan511 Football Manager 7 11-14-2007 06:56 AM
More than one picture per player?
More than one picture per player?: Just tried putting 5 pics for a player in the...
Cadijk van Kaarhandel Skinning Hideout 6 10-09-2007 03:52 AM

More threads of Ramzinho
Thread Date Forum Replies Last Post
LOL.... Henry missed much goals than he scored in his entire life :D
LOL.... Henry missed much goals than he scored in his entire life :D: If you want to have a nice laugh and if u r into...
11-29-2007 Tactics & Training Tips 0 11-29-2007 12:51 AM
Couple of questions.
Couple of questions.: Hey Guys i was asking if i can change the stadium...
11-27-2007 Skinning Hideout 0 11-27-2007 04:58 PM
A Great Tactic For High League Teams.. Post 801 Patch
A Great Tactic For High League Teams.. Post 801 Patch: After lots of time i had developed a tactic for...
11-26-2007 Tactics & Training Tips 4 11-26-2007 10:51 PM
What pushed that guy to do this
What pushed that guy to do this: I don't know how realistic that could be but a...
11-26-2007 Football Manager 4 11-26-2007 08:46 PM
i am Really Really Furious
i am Really Really Furious: Well i have done everything that can be done with...
11-26-2007 Tactics & Training Tips 3 11-26-2007 02:16 AM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Add Team To Club...
Add Team To Club...: In FM 06, and maybe 05 too, you had the option to...
03-05-2007 DietSpam 3 03-05-2007 01:49 PM
new update!
new update!: hiya guys havent been on here for a while so dont...
01-25-2007 ScottyWBF 2 01-26-2007 12:31 AM
Official data editor help, please.
Official data editor help, please.: I just got done a bunch of searches for answers...
07-11-2006 B. Stinson 5 07-16-2006 09:09 PM
question for all you edit-meisters out there
question for all you edit-meisters out there: one thing has bugged me for years now... please...
12-31-2004 icikle 4 12-30-2005 07:35 PM
Death Of A Player During Game
Death Of A Player During Game:
01-01-1970 picosq 0 01-01-1970 01:00 AM

» Online Users: 28
0 members and 28 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 06:58 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing I want to add some player picture.. But i did something wrong.