Design Evolved Community Forum

Full Version: Tomb Raider
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know it's not much
but i've already been working on this for a couple of hours and it looks kind of all copied from the site but i got so much work on it
most of the things were incomplete and needed painting like the vines and the stones

[Image: tombraiderpreviewjw6.jpg]
this is the orginel file and not a screenshot from the messenger since i still need to change some colors in the skinning files and i don't know everything about it yet and it's still incomplete

I have 0 knowledge of skinning it's the first thing i tried
So mostly i've only been working on the basics and the graphics
Not my kind of thing, but it certainly looks brilliant! Good work Big Grin
Kiraa Wrote:I know it's not much
but i've already been working on this for a couple of hours and it looks kind of all copied from the site but i got so much work on it
most of the things were incomplete and needed painting like the vines and the stones

[Image: tombraiderpreviewjw6.jpg]
this is the orginel file and not a screenshot from the messenger since i still need to change some colors in the skinning files and i don't know everything about it yet and it's still incomplete

I have 0 knowledge of skinning it's the first thing i tried
So mostly i've only been working on the basics and the graphics

Wow that would be tricky to make Tongue

Certainly a real challenge for any skinner.
Not something that i would prefer as i'm not a Tomb Raider fan but it looks good.
It's going to be very difficult to create that into a skin it's self. But I'll give you the thumbs up and say that you have guts if mange to put that into a working skin.
i'll try even with the little knowledge i have about skinning, but i'm learning new things every day
i got the login screen ready the only point is that i can't make it so that you will be able to resize it (either way it duplicates which is beter than resizing cause it get ugly), but i don't know if there is a way i can lock the size of the screen
Kiraa Wrote:i'll try even with the little knowledge i have about skinning, but i'm learning new things every day
i got the login screen ready the only point is that i can't make it so that you will be able to resize it (either way it duplicates which is beter than resizing cause it get ugly), but i don't know if there is a way i can lock the size of the screen

You can set the a static size for the contact list so that no resize is possible. You just need to put this in your skininfo.xml before the <MessengerSkin> element.

Code:
<Dimensions>
    <ContactList>
        <Size>
            <Width>
                <Fixed>450</Fixed>
            </Width>
            <Height>
                <Fixed>448</Fixed>
            </Height>
        </Size>
    </ContactList>
</Dimensions>
psht i could do that easy

... *shifty eyes*
Reference URL's