UO Outfit Creator: For the Trammel in us all

Topics related to Second Age
Light Shade
UOSA Subscriber!
UOSA Subscriber!
Posts: 2567
Joined: Sat Oct 23, 2010 12:42 pm
Location: Trammel

UO Outfit Creator: For the Trammel in us all

Post by Light Shade »

UO Outfit Creator: For the Trammel in us all...

Link: UO Outfit Creator

This is a work in progress, but it'll allow you to entertain your fanciful trammel delights in the meantime.

-L/S
Image
[20:08] <@Kaivan> We have a ridable Maahes in Green Acres.
[10:00] <TheBreadman> leeds did a takeover on secondage
[10:00] <@Derrick> hax


Tom: Get bad bro

User avatar
the bazookas
UOSA Donor!!
UOSA Donor!!
Posts: 671
Joined: Tue Aug 02, 2011 4:57 pm

Re: UO Outfit Creator: For the Trammel in us all

Post by the bazookas »

Very, very cool ;)

I think it'd be neat if it simply popped up a new browser window--that way you
#1 keep what was in there (without resorting to cookies keeping state when the user presses the back button) and #2 can compare the differences easily (possibly even include a hue summary in each window in addition to the paperdoll so you can remember which was which).

But yea, this is really a neat tool (and certainly not trivial). Well done. Did you use some sort of MyRunUO web implementation (I know very little about MyRunUO) as a basis for the .mul file lookups and paperdoll rendering?
Most people like us, or at least they like what we do. Regardless, we appreciate all our victims, and we hope that their encounter with us is a memorable one.
-a machine gun, a bazooka, and a grenade
... a not-for-profit organization (usually)

User avatar
Malaikat
Posts: 4533
Joined: Thu Dec 30, 2010 10:32 am

Re: UO Outfit Creator: For the Trammel in us all

Post by Malaikat »

Missing the curly hair style :(
Save yourself the shame and embarrassment and just assume that if you can't understand me...you're the one who's retarded.
Budner wrote:Your sig lets everyone know what an arrogant prick you are.

User avatar
wrathofjo
Posts: 290
Joined: Thu Dec 02, 2010 3:42 pm

Re: UO Outfit Creator: For the Trammel in us all

Post by wrathofjo »

Very cool, but I did notice one thing. It doesn't allow you wear pants and a kilt/skirt, maybe kilt/skirt could be it's own drop down menu.

Light Shade
UOSA Subscriber!
UOSA Subscriber!
Posts: 2567
Joined: Sat Oct 23, 2010 12:42 pm
Location: Trammel

Re: UO Outfit Creator: For the Trammel in us all

Post by Light Shade »

Malaikat wrote:Missing the curly hair style :(
Added curly hair so Malaikat can rock out with his afro.
wrathofjo wrote:Very cool, but I did notice one thing. It doesn't allow you wear pants and a kilt/skirt, maybe kilt/skirt could be it's own drop down menu.
There's a few combo's that need to be added in. Work in progress.
the bazookas wrote:Very, very cool ;)

I think it'd be neat if it simply popped up a new browser window--that way you
#1 keep what was in there (without resorting to cookies keeping state when the user presses the back button) and #2 can compare the differences easily (possibly even include a hue summary in each window in addition to the paperdoll so you can remember which was which).

But yea, this is really a neat tool (and certainly not trivial). Well done. Did you use some sort of MyRunUO web implementation (I know very little about MyRunUO) as a basis for the .mul file lookups and paperdoll rendering?
Yeah, it needs to be made more stream-lined at some point.
Image
[20:08] <@Kaivan> We have a ridable Maahes in Green Acres.
[10:00] <TheBreadman> leeds did a takeover on secondage
[10:00] <@Derrick> hax


Tom: Get bad bro

User avatar
Mr.CandyMan
Posts: 34
Joined: Tue Jul 19, 2011 7:20 pm

Re: UO Outfit Creator: For the Trammel in us all

Post by Mr.CandyMan »

Very cool dude :D

Budner
UOSA Subscriber!
UOSA Subscriber!
Posts: 1927
Joined: Sun Feb 28, 2010 10:49 am

Re: UO Outfit Creator: For the Trammel in us all

Post by Budner »

I notice you can put a beard on a chick. I know that's perverted, but still.

User avatar
the bazookas
UOSA Donor!!
UOSA Donor!!
Posts: 671
Joined: Tue Aug 02, 2011 4:57 pm

Re: UO Outfit Creator: For the Trammel in us all

Post by the bazookas »

Budner wrote:I notice you can put a beard on a chick. I know that's perverted, but still.
It's possible in-game too.
Most people like us, or at least they like what we do. Regardless, we appreciate all our victims, and we hope that their encounter with us is a memorable one.
-a machine gun, a bazooka, and a grenade
... a not-for-profit organization (usually)

Budner
UOSA Subscriber!
UOSA Subscriber!
Posts: 1927
Joined: Sun Feb 28, 2010 10:49 am

Re: UO Outfit Creator: For the Trammel in us all

Post by Budner »

OK good my next chick will have a beard. I will call her Lady Beardface.

anonymouse
Posts: 5
Joined: Tue Feb 12, 2013 2:41 pm

Re: UO Outfit Creator: For the Trammel in us all

Post by anonymouse »

In more matching with the character creation screen, might I offer a suggestion?

Code: Select all

body {
    background-color: #141414; /* (or #23232D) */
}

select {
    background-color: #B9B9AF;
}

input {
    background-color: #B9B9AF;
}
Image

User avatar
MatronDeWinter
UOSA Donor!!
UOSA Donor!!
Posts: 7249
Joined: Wed Mar 04, 2009 3:35 am
Location: 你的錢包

Re: UO Outfit Creator: For the Trammel in us all

Post by MatronDeWinter »

That is really neat Lightshade. You should think about putting the hue.mul image as a hue selection tool.

Skrypt
Posts: 156
Joined: Thu Dec 20, 2012 2:21 am

Re: UO Outfit Creator: For the Trammel in us all

Post by Skrypt »

Nice!

Hey Light Shade, we could make this dynamically update in the same browser window using some AJAX. Are you familiar with programming for that?

Would be sweet to see the outfits change as you select the different options without ever having to click the "view outfit" button.

Lemme know.

Light Shade
UOSA Subscriber!
UOSA Subscriber!
Posts: 2567
Joined: Sat Oct 23, 2010 12:42 pm
Location: Trammel

Re: UO Outfit Creator: For the Trammel in us all

Post by Light Shade »

I work 12 hour days and nights (swing shift). These little scripts are a passing hobby, so I don't put much time at all into it, heh.

I am certainly familiar with AJAX and all the other suggestions, its just not a priority of mine at the moment.
My main priorities are working on the land I bought with my John Deere.

Typically, I spend 10 minutes a week coding anything at all...if I even spend that much time. :P
I've just got too many other things in real life to work on these days.

I'll give it little tweaks here and there, though. I gave ya's the basics to play with in the meantime.

On that note, i've got 12 hours of midnights to go take care of.

Take it easy folks,

-L/S
Image
[20:08] <@Kaivan> We have a ridable Maahes in Green Acres.
[10:00] <TheBreadman> leeds did a takeover on secondage
[10:00] <@Derrick> hax


Tom: Get bad bro

Skrypt
Posts: 156
Joined: Thu Dec 20, 2012 2:21 am

Re: UO Outfit Creator: For the Trammel in us all

Post by Skrypt »

I could possibly help code in this endeavor... well assuming you work with javascript/jquery/php

User avatar
[Uhh] Eo
UOSA Subscriber!
UOSA Subscriber!
Posts: 1969
Joined: Mon Aug 22, 2011 4:02 am

Re: UO Outfit Creator: For the Trammel in us all

Post by [Uhh] Eo »

Add skin hue
nightshark wrote:Can PINK BOOTS ever be killed? Many think he's invulnerable, including myself.
SirPsychoSexy wrote:Being PKed awhile back on my bard by PINK BOOTS was one of the greatest honors I've had during my time here on UOSA.

Post Reply