Jump to content

is there a (simple) way to add pitch position graphic to pop up player ?


The Threadstarter
 Share

Recommended Posts

7 hours ago, The Threadstarter said:

 Interesting, tnx. So is this a file , something you could share in between , or is that an existing skin?

 

The skin is currently WIP, it's my own skin (Champions League 2021) I'm working on at the moment.

The code for this position indicator I copied below and should be inserted in the xml (in this case it is "player personal details pop up panel")

          <widget class="player_basic_positions_indicator_widget" id="ppip" width="34" height="60">
            <record id="object_property">
              <list id="get_properties">
                <record>
                  <integer id="get_property" value="objt" />
                  <integer id="set_property" value="objt" />
                </record>
              </list>
            </record>
          </widget>

 

You will have to adjust size and location based on where you would like it to show

Link to post
Share on other sites

3 hours ago, a31632 said:

The skin is currently WIP, it's my own skin (Champions League 2021) I'm working on at the moment.

The code for this position indicator I copied below and should be inserted in the xml (in this case it is "player personal details pop up panel")

          <widget class="player_basic_positions_indicator_widget" id="ppip" width="34" height="60">
            <record id="object_property">
              <list id="get_properties">
                <record>
                  <integer id="get_property" value="objt" />
                  <integer id="set_property" value="objt" />
                </record>
              </list>
            </record>
          </widget>

 

You will have to adjust size and location based on where you would like it to show

tnx. Skin I am using doesn't have that file. it does have player personal details  one.  How do you create pop up one ? 

Link to post
Share on other sites

12 minutes ago, The Threadstarter said:

tnx. Skin I am using doesn't have that file. it does have player personal details  one.  How do you create pop up one ? 

Use the "Resource Archiver" to extract it from the original game files, after that you move it to the skin and edit it to your own liking

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