Results 1 to 3 of 3

Thread: Can you change the loggin screen?

  1. #1

    Default Can you change the loggin screen?

    I know it's possible as I've used Ikos UI's optional loggin screens. However I'd like to keep the vanilla one but with different pictures. Do you guys know how can I do that?

  2. #2

    Default

    You just need to go to
    Code:
    \\Age of Conan\Data\Gui\Customized\gfx\Launcher
    and put pics in it (keep the names simple!), then copy the Login.xml from
    Code:
    \\Age of Conan\Data\Gui\Default\Launcher
    to
    Code:
    \\Age of Conan\Data\Gui\Customized\Launcher
    and edit it. You'll need to find or write something like this
    Code:
        <FadingBackgroundImageView name="BackImage"
                 bitmap_gfx0="../../customized/gfx/Launcher/01.tga"
                 bitmap_gfx1="../../customized/gfx/Launcher/02.tga"
                 bitmap_gfx2="../../customized/gfx/Launcher/03.tga"
                 bitmap_gfx3="../../customized/gfx/Launcher/04.tga"
                 bitmap_gfx4="../../customized/gfx/Launcher/05.tga"
                 bitmap_gfx5="../../customized/gfx/Launcher/06.tga"
                 bitmap_gfx6="../../customized/gfx/Launcher/07.tga"
                 bitmap_gfx7="../../customized/gfx/Launcher/08.tga"
    where 01.tga and so on are your picture files names.
    Quote Originally Posted by Angellis
    Off-topic: I would pay a lifetime sub if FC changed the name of Strike to Guard to the "Oh sh*t" combo! The tooltip could read: "The guardian realises they are now in over their head, and, having soiled themselves, are less likely to receive attention from their target."

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •