Author Topic: Funky shirt  (Read 4785 times)

It works on V10 at least.

Testing for V11...

If it works, would you mind PM'ing me a copy?


No, it's called, "Funky Shirts".

Code: [Select]
//Funky Shirt
//by boomlinde
// You can change/add body parts if you want...


Guess we can call it RainbowPlayer and Funky Shirts... (Funky Shirts sounds wrong in my opinion, but IDK.)

I stand corrected. And I agree, RainbowPlayer sounds better. Mind PMing me a copy?

It probably doesn't work for V11.

RainbowPlayer is just all of the body parts changing colors.

I stand corrected. And I agree, RainbowPlayer sounds better. Mind PMing me a copy?
I can't do that I'm afraid...sorry :/
It probably doesn't work for V11.

RainbowPlayer is just all of the body parts changing colors.
Sorry, I'm a little confused, who are you talking to and what are you saying?


(I'm afraid that I'm afraid that I'm sorry...I'm sorry, I are afraid...I'm sorry but I'm afraid that I'm sorry)
« Last Edit: April 13, 2009, 08:14:41 AM by Nymethus »

I said that the Rainbow Player probably doesn't work to Thorax...
and I said the Funky Shirt is a color-changing shirt. The Rainbow player is every body part changing colors.

I said that the Rainbow Player probably doesn't work to Thorax...
and I said the Funky Shirt is a color-changing shirt. The Rainbow player is every body part changing colors.
The RainbowPlayer can change colour on any bodypart.
Means it's a Funky Shirt++ ;P

RainbowPlayer works with v11, I used it today!

Same
Guys, do you know anyone that doesn't want it?
That's why I can't give it out, plus I promised not to.
« Last Edit: April 13, 2009, 08:24:27 AM by Nymethus »

PM me a copy too :D

That's why I can't give it out, plus I promised not to.
*cough*How about a bribe?*cough*

Tom

You can fix it by change one simple line.

Look in an avatar favorites file.

*cough*How about a bribe?*cough*
PM me a copy too :D
Guys, do you know anyone that doesn't want it?
That's why I can't give it out, plus I promised not to.

You can fix it by change one simple line.

Look in an avatar favorites file.
Why tank you.
So the answer... is here:

Code: [Select]
$pref::Avatar::Accent = "2";

$pref::Avatar::AccentColor = "0.901961 0.341176 0.0784314 1";

$pref::Avatar::Authentic = 0;

$Pref::Avatar::Chest = "0";

$pref::Avatar::ChestColor = "7";

$pref::Avatar::DecalColor = "11";

$Pref::Avatar::DecalName = "Add-Ons/Decal_Hoodie/Hoodie.png";

$pref::Avatar::FaceColor = "4";

$Pref::Avatar::FaceName = "Add-Ons/Face_Jirue/Male07Smiley.png";

$pref::Avatar::Hat = "4";

$pref::Avatar::HatColor = "0.0784314 0.0784314 0.0784314 1";

$pref::Avatar::HeadColor = "1 0.878431 0.611765 1";

$Pref::Avatar::Hip = "0";

$pref::Avatar::HipColor = "0 0.141176 0.333333 1";

$Pref::Avatar::LArm = "1";

$pref::Avatar::LArmColor = "0.0784314 0.0784314 0.0784314 1";

$Pref::Avatar::LHand = "0";

$pref::Avatar::LHandColor = "1 0.878431 0.611765 1";

$Pref::Avatar::LLeg = "0";

$pref::Avatar::LLegColor = "0 0.141176 0.333333 1";

$pref::Avatar::Pack = "6";

$pref::Avatar::PackColor = "0.0784314 0.0784314 0.0784314 1";

$Pref::Avatar::RArm = "1";

$pref::Avatar::RArmColor = "0.0784314 0.0784314 0.0784314 1";

$Pref::Avatar::RHand = "0";

$pref::Avatar::RHandColor = "1 0.878431 0.611765 1";

$Pref::Avatar::RLeg = "0";

$pref::Avatar::RLegColor = "0 0.141176 0.333333 1";

$Pref::Avatar::SecondPack = "0";

$pref::Avatar::SecondPackColor = "0 0.435323 0.831776 1";

$pref::Avatar::TorsoColor = "0.0784314 0.0784314 0.0784314 1";


 
« Last Edit: April 13, 2009, 01:21:28 PM by Blockoman »

Code: [Select]
$pref::Avatar::TorsoColor= $R @ " " @ $G @ " " @ $B @ " 1.0"; instead of
Code: [Select]
$pref::Player::TorsoColor= $R @ " " @ $G @ " " @ $B @ " 1.0";

Thanks again.

Wait, so you just replace Player with Avatar?
« Last Edit: April 13, 2009, 01:43:59 PM by Blockoman »