Page 1 of 2

I want to get this button!

Posted: 24 May 2015, 11:02
by adamkooo2
Image
Can you help me?

Re: I want to get this button!

Posted: 24 May 2015, 11:21
by TMarc
it's in C:\ProgramData\ManiaPlanet\PacksCache\ManiaPlanet.zip
and there Menu\Media\Texture\Image in all Icons64x64.* or Icons128x128.* files.
row 4, col 6

But I don't know its name.
Look here: http://doc.maniaplanet.com/creation/man ... tyles.json
and then search for the section that contains:

Code: Select all

    {
        "elements": ["quad"],
        "styles": ["Icons128x128_1"],
        "substyles": [
            "Advanced",
            "Back",
            "BackFocusable",

Re: I want to get this button!

Posted: 24 May 2015, 12:12
by adamkooo2
I did´t find it :(

Re: I want to get this button!

Posted: 24 May 2015, 12:25
by Guerro323
adamkooo2 wrote:Image
Can you help me?
style :Icons128x128_1 substyle : ProfileVehicle
:)

Re: I want to get this button!

Posted: 24 May 2015, 12:37
by Dommy

Re: I want to get this button!

Posted: 24 May 2015, 14:22
by adamkooo2
Guerro323 wrote:
adamkooo2 wrote:Image
Can you help me?
style :Icons128x128_1 substyle : ProfileVehicle
:)
The button, not the icon :roll:

Re: I want to get this button!

Posted: 24 May 2015, 14:24
by Dommy
Repeat 2 more times?

Re: I want to get this button!

Posted: 24 May 2015, 15:14
by adamkooo2
I saw it.
But I don't understand german so much :) (just litle)
Should you write it to ?

Re: I want to get this button!

Posted: 24 May 2015, 15:24
by Dommy

Code: Select all

<manialink version="2" background="title">
<stylesheet>
    <frame3dstyles>
        <style3d id="ButtonNav" model="Button" lightcolor="220000" flightcolor="FF0000"/>
    </frame3dstyles>
</stylesheet>
<frame3d posn="0 0 0" sizen="60 10" style3d="ButtonNav" action="quit">
    <label posn="5 -5" valign="center2" text="Quit" translate="1"/>
</frame3d>
</manialink>

Re: I want to get this button!

Posted: 24 May 2015, 17:22
by adamkooo2
thank you :thx: