Author Topic: How do I make it so that the backpack does NOT change color on the AI?  (Read 607 times)

How do I make it so that the backpack does NOT change color on the AI, and how do I change the decal? I am making an AI Soldier based off of Rotondo's national socialist.

you want it so it does or dosent? -.-
if you do maby you need to add this
Code: [Select]
%obj.packcolor = "0 0 0 1";
%obj.accentcolor = "0 0 0 1";
the first in the color is red then green then blue than how trans you want "red green blue trans"
"1 0 0 1" is red

im not realy sure
and to change the chest
Code: [Select]
%obj.setdecalname("(thedeacalyouwant)");
« Last Edit: September 21, 2009, 05:37:31 PM by aware14 »


and how do I change the chest decal?

you want it so it does or dosent? -.-
if you do maby you need to add this
Code: [Select]
%obj.packcolor = "0 0 0 1";
%obj.accentcolor = "0 0 0 1";
the first in the color is red then green then blue than how trans you want "red green blue trans"
"1 0 0 1" is red

im not realy sure
and to change the chest
Code: [Select]
%obj.setdecalname("(thedeacalyouwant)");

there...

also change this
Code: [Select]
%obj.accent = "0";

maby to

Code: [Select]
%obj.accent = "1";

or if its the other 1

Code: [Select]
%obj.pack = "0";

to

Code: [Select]
%obj.pack = "1";

or somthing like that




Seriously? No help? Wow.

I DO NOT WANT TO CHANGE THE COLOR


not until someone tells me how to stop the backpack from changing color.