Jump to content

Fm Gunzo 17.3.2


scotty1974

Recommended Posts

open gunzo player profile.xml ( or gunzo player profile1.xml or gunzo player profile2.xml) in panels/gunzo/ 

find 

<!-- profile picture -->
          <widget class="picture" id="prop" scale_picture="false" keep_aspect_ratio="true" image_alignment="centre_x,centre_y">
            <record id="object_property">
              <list id="get_properties">
                <!--Facegen data request-->
                <record get_property="fcgn" />
                <!--Fake name request-->
                <record get_property="Pfke" />
                <record get_property="prpc" set_property="valu" />
              </list>
            </record>
          </widget>

 

scale_picture="false" -> scale_picture="true"

 

 

if you think it is too big, add lines like below.

 

<!-- profile picture -->

 <container>
          <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />

          <widget class="picture" id="prop" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre_x,centre_y">
            <record id="object_property">
              <list id="get_properties">
                <!--Facegen data request-->
                <record get_property="fcgn" />
                <!--Fake name request-->
                <record get_property="Pfke" />
                <record get_property="prpc" set_property="valu" />
              </list>
            </record>
          </widget>

</container>

 

change the inset's value (inset="0").

Link to post
Share on other sites

2 hours ago, Jovovich said:

open gunzo player profile.xml ( or gunzo player profile1.xml or gunzo player profile2.xml) in panels/gunzo/ 

find 

<!-- profile picture -->
          <widget class="picture" id="prop" scale_picture="false" keep_aspect_ratio="true" image_alignment="centre_x,centre_y">
            <record id="object_property">
              <list id="get_properties">
                <!--Facegen data request-->
                <record get_property="fcgn" />
                <!--Fake name request-->
                <record get_property="Pfke" />
                <record get_property="prpc" set_property="valu" />
              </list>
            </record>
          </widget>

 

scale_picture="false" -> scale_picture="true"

 

 

if you think it is too big, add lines like below.

 

<!-- profile picture -->

 <container>
          <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />

          <widget class="picture" id="prop" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre_x,centre_y">
            <record id="object_property">
              <list id="get_properties">
                <!--Facegen data request-->
                <record get_property="fcgn" />
                <!--Fake name request-->
                <record get_property="Pfke" />
                <record get_property="prpc" set_property="valu" />
              </list>
            </record>
          </widget>

</container>

 

change the inset's value (inset="0").

Excellent m8, worked a treat, tell me your paypal account and ill pay you for your work

Link to post
Share on other sites

I do not need any donations. Thanks anyway.

This is very simple.

 

FM is only a game, that means that it is good to help each other to enjoy more fun.

So I think users should help each other. This is just my thought. never mind.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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