Author Topic: Funky Shirt - Colors  (Read 1178 times)

If anyone know how to edit a FunkyShirt addon to do, red, blue, green, and yellow, please help me out.


nu
u will get ban'd if u go anywhere with that
it's better off if u dont hav it

nu
u will get ban'd if u go anywhere with that
it's better off if u dont hav it
dis
i got ban'd liek a milion tiems 4 it


nu
u will get ban'd if u go anywhere with that
it's better off if u dont hav it

How so?
I'm not spamming it, I have it set to (schedule,1000,0)

How so?
I'm not spamming it, I have it set to (schedule,1000,0)

the way i see it, its not good on the server's end if the mod has to update ur avatar appearance every second with new values
plus i find it kind of distracting :/

If anyone know how to edit aFunkyShirt addon
Yes, I do know how to edit it. And I will help you with editing it, but not do it myself. Also have the schedule set to 1000 is one second.

If you notice on the add-on it has four numbers that are probable less than 1, with the exception of the last number. This is RGBA format, being Red, Green, Blue, Alpha. Alpha is transparency, so for pure red, you would have 1 0 0 1 as the numbers. Blue is 0 0 1 1 green 0 1 0 1 yellow 1 1 0 1

Yes, I do know how to edit it. And I will help you with editing it, but not do it myself. Also have the schedule set to 1000 is one second.

If you notice on the add-on it has four numbers that are probable less than 1, with the exception of the last number. This is RGBA format, being Red, Green, Blue, Alpha. Alpha is transparency, so for pure red, you would have 1 0 0 1 as the numbers. Blue is 0 0 1 1 green 0 1 0 1 yellow 1 1 0 1

Could you please state where? Like, in the script?

Could you please state where? Like, in the script?
The whole $pref::avatar::[node name]color= blah blah blah blah; part.

The whole $pref::avatar::[node name]color= blah blah blah blah; part.

Okay, should I do,

    $pref::Avatar::???= 1 1 0 1 SPC 1 0 0 1 SPC 0 0 1 1 SPC 0 1 0 1  "1";

What does the "1" mean also?

And how would I do Grey and Purple (Dark Purple btw)

Well first it depends on what add-on you have. I take it you can't exactly code at all?
Grey will be like 0.5 0.5 0.5 1 and purple is like 0.8 0 1 1

$pref::Avatar::ChestColor = 1 1 0 1; will set the chest to yellow.

Well first it depends on what add-on you have. I take it you can't exactly code at all?
Grey will be like 0.5 0.5 0.5 1 and purple is like 0.8 0 1 1

$pref::Avatar::ChestColor = 1 1 0 1; will set the chest to yellow.

I would really like to learn. I don't exactly know how.

I really need a dictionary or something of words or syntax helpers or something.

Well first it depends on what add-on you have. I take it you can't exactly code at all?
Grey will be like 0.5 0.5 0.5 1 and purple is like 0.8 0 1 1

$pref::Avatar::ChestColor = 1 1 0 1; will set the chest to yellow.


I wanted it to do Yellow, Red, Blue, Green, repeat.