Jump to content

Help required - Mash up of player profile skins


karlcole
 Share

Recommended Posts

Morning guys,

 

fairly new to skinning so looking for some help please.

 

I would like to have the the analysts section from the below screen shot but the other sections from the section screen shot. I have marked them in red so hopefully this makes sense. Im guessing i just add some sort of player panels into the Base skin. Just not sure which to add to create my mixed skin.

 

Thanks

 

 

1.jpg

2.jpg

Link to post
Share on other sites

11 minutes ago, karlcole said:

Morning guys,

 

fairly new to skinning so looking for some help please.

 

I would like to have the the analysts section from the below screen shot but the other sections from the section screen shot. I have marked them in red so hopefully this makes sense. Im guessing i just add some sort of player panels into the Base skin. Just not sure which to add to create my mixed skin.

 

Thanks

 

 

1.jpg

2.jpg

It can be a hard thing and it can be a simply forward thing you're asking.

1st you need to setup the screen as you want it to look, my suggestion would be for you to build it this way (see picture)

which is made like this

 

<panel>
	<layout class="horizontal_arrange" horizontal_layout="260,-1"  />
    <boolean id="should_force_refresh" value="true"/>
	
	
	
	<!-- LEFT SIDE CONTAINER -->
    <container>
        <layout class="vertical_arrange" vertical_layout="-1, -1" />
 
        <!-- PIC AND PERSONAL DETAILS -->
        <container bkcl="red" >
        </container>
 
        <!-- SMALL SELECTOR 1 -->
        <container bkcl="red 200" >
        </container>    
    </container>

<container>
	  <attachment_group class="vertical_arrange" vertical_alignment="fill" />
 
	<!-- LEFT SIDE CONTAINER -->

        <container bkcl="red" >
        </container>
 
        <!-- SMALL SELECTOR 1 -->
        <container bkcl="red 200" >
        </container>    

</container>


</panel>

Code idea/setup is borrowed from a previous post somewhere by @bluestillidie00

 

Once you have your screen as you like it to look, you will have to find the panels from the skins and place them where you have the colours 

 

i hope this makes sense

Edit : typo's

buildup.PNG

Edited by snowofman
Link to post
Share on other sites

3 minutes ago, karlcole said:

Thank you very much.

 

Excuse the newbie question but i take it i just copy that code into a note and save it within the panel folder?

yes, just remember the extension has to be .xml and not .doc

 

Edit 1: as it's a player screen you're after, this code has to go into the player folder

Edit 2: the file you want to change is "player overview panel", so for the game to see your new page, it has to be called that, i would rename the old file so you have it as backup

Edited by snowofman
Link to post
Share on other sites

2 minutes ago, snowofman said:

yes, just remember the extension has to be .xml and not .doc

 

as it's a player screen you're after, this code has to go into the player folder

Thank you. Sorry for the newbie questions! just trying to get started skinning so completely new to all this! will have a play around this afternoon and see how it looks.

Link to post
Share on other sites

1 minute ago, karlcole said:

Thank you. Sorry for the newbie questions! just trying to get started skinning so completely new to all this! will have a play around this afternoon and see how it looks.

it's no problem at all, we all started somewhere and this is just the place for skinning questions :)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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