Win a copy of FM24 in our Prediction League. Prizes are given out to the best predictor each month, so you have multiple chances to win.


Matt Nunn
9 years ago
6 years ago
65
Does anyone else have a problem with a certain John Palmer? For some reason, if a club doesn't have a manager or an assigned captain/vice captain, instead of saying 'None currently selected', it will say 'John Palmer' so I can look at a team where the manager, captain AND vice captain are all the same John Palmer.
Orange2000
17 years ago
3 days ago
7
The same problem. Some problems i think with edited base. I have some addition leagues and Real Name Fix


Find the solution! This is because of using downloaded skin. With default skin there is no problem!
TomDixon77
17 years ago
1 year ago
911
Which skin is it? As that sounds a bit unlikely
Orange2000
17 years ago
3 days ago
7
Something wrong with "club overview staff panel.xml" which is linked with "wannachupbrew person snapshot club overview". Last generate this problem.
To reproduce this BUG I`ve downloaded 80 leagues with 260 000 persons database.

But there is no problem if I start game with 2-3 leagues and 10 000-20 000 persons database.

Scorpio and Unofficial Dark Skin By MurChupKampSantArtS8 have this problem
DazS8
14 years ago
39 minutes ago
11,413
COPIED GAME By any chance guys

I believe so and we do not take too kindly to you spreading lies about skins where it only appears you and others with pirated games have the problem
If this is not the case then I apologize but instead of starting threads would it not be best to contact the skin makers themselves.
Which is not me by the way as I have not made a skin this year and have no intention of doing so.
kfnielsen
17 years ago
3 hours ago
2,630
Premium
I use Unofficial Dark Skin and have NOT seen John Palmer anywhere
Now I use Scorpio and still no Freaking JP
btw I use PAID game
wannachupbrew
10 years ago
1 month ago
567
Premium
Something wrong with "club overview staff panel.xml" which is linked with "wannachupbrew person snapshot club overview". Last generate this problem.
To reproduce this BUG I`ve downloaded 80 leagues with 260 000 persons database.

But there is no problem if I start game with 2-3 leagues and 10 000-20 000 persons database.

Scorpio and Unofficial Dark Skin By MurChupKampSantArtS8 have this problem
The skins and the panels are not the issue. You've been posting this on a few forums with no evidence to back it up. Here is a screenshot of the club overview screen using the Scorpio skin displaying perfectly fine. https://sortitoutsi.net/uploads/mirrored_images/cYtfgHzSFfV2rrjlBAjSqQMHYYVlT6cvvY2HpVVo.jpg
Matt Nunn
9 years ago
6 years ago
65
Just to clear things up as I started the thread. I have a copy of FM15 which I purchased from Game, I am using the susie name fix, the official Martin Odegaard, the official Gibraltar leagues and an Indian Hero Super League with the Unofficial Dark Skin and Scorpio before that and I have this issue. When starting a new game, they are the editor data files that I have available to select/deselect along with one that comes with the metallic logos I believe.

Despite what has been said in previous posts, I still don't believe this is down to the skin. As has been pointed out by numerous people, a panel would have no effect on in-game names. I have next to no experience with skinning but even I can work that out. I can fully understand why you would ask whether or not the game is copied as a large number of people will take the 'cheaper' route and then complain when certain aspects don't work.

The way I see it, Does it have any impact on gameplay? No. There is no real problem here other than a cosmetic issue.
artdekdok
15 years ago
1 month ago
76
I found 'John Palmer' on Scopio 1.5.1

https://sortitoutsi.net/uploads/mirrored_images/MBAnLdriufBSjZbnQYRHixR9v8nzLVrf7DmqEf9D.jpg

Fix by change this code
  		<widget class="person_button" id="perM" size="10" style="bold" colour="title" alignment="centre,top" >
        <record id="object_property">
          <integer id="get_property" value="objt" />
          <integer id="set_property" value="valu" />
        </record>
		</widget> 	
to
   <container>
    <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
	<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
	<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  
            <container id="info">
			    <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
				<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
    
		      <widget class="person_button" id="perM" font="fonts/letterpressed" alignment="top" >
		        <record id="object_property">
		          <integer id="get_property" value="objt" />
		          <integer id="set_property" value="valu" />
		        </record>
		      </widget>
		      
			</container>
			
    <widget class="label" id="nofo" alignment="top">
      <translation id="text" translation_id="320493" type="use" value="None currently[COMMENT: text indicating that there is no person to view here currently (e.g. a manager, captain, vice captain etc.)]" />
    </widget>
  </container>
in 'wannachupbrew person snapshot club overview.xml'
Matt Nunn
9 years ago
6 years ago
65
So those 5 lines have to be replaced with all that?
TomDixon77
17 years ago
1 year ago
911
I think the problem is that this bit:


<widget class="label" id="nofo" alignment="top">
      <translation id="text" translation_id="320493" type="use" value="None currently[COMMENT: text indicating that there is no person to view here currently (e.g. a manager, captain, vice captain etc.)]" />
</widget>
Is missing. The rest of it is to ensure both the picture and the label display correctly (some of it might already be there, I've not looked at the panels in those skins)
Matt Nunn
9 years ago
6 years ago
65
Tom.So what you are saying is, in theory, if I paste the above into the appropriate config, it will work? Or would I need the whole lot? I appreciate you are currently working with your annual skin but thanks for the help.
TomDixon77
17 years ago
1 year ago
911
Without looking at it properly, I can't be certain. I'll have a look when I get home from work.
Orange2000
17 years ago
3 days ago
7
artdekdok, thank you! Everything is correct now!

You'll need to Login to comment