Author Topic: Transparent white for Ghost  (Read 1015 times)

I wrote script for Ai ghost. I need transparent white code.

Code: [Select]
0.5 0.5 0.5 0.5
I took screenshot and look at the picture below.


when I am stand and look like this.


as I were crouch and it has full transparent! but color are gray.. I need color is white.
Anyone will help me?

Make the first three numbers higher.

Make the first three numbers higher.
what? I not understand you saying.

what? I not understand you saying.
make the floats for red, green, and blue higher than 0.5.

make the floats for red, green, and blue higher than 0.5.
ah.. what you are suggest? 0.8? or I am wrong.

ah.. what you are suggest? 0.8? or I am wrong.
just try raising it by 0.1 or 0.05 until you get what you want i guess

ie 0.6 0.6 0.6 0.5

then 0.7 0.7 0.7 0.5

just try raising it by 0.1 or 0.05 until you get what you want i guess

ie 0.6 0.6 0.6 0.5

then 0.7 0.7 0.7 0.5
prefect I understand. umm what about white or transparent clear look like glass code? I not like gray color eeeew!

Dear lord take an english class please

News Flash: 0.5x3 is perfectly grey.



White would be 1x3.
I did test it are failed. I am going pm to you can try test it.

This is a problem with player transparency and brick/texture data. Certain body parts don't show up when backed by bricks, or the map floor. The pants, left hand, and both shoulders are the only body nodes that will show up.

I have never seen any way used to fix this problem.

This is a problem with player transparency and brick/texture data. Certain body parts don't show up when backed by bricks, or the map floor. The pants, left hand, and both shoulders are the only body nodes that will show up.

I have never seen any way used to fix this problem.

This bug occurs when with full transparency too. Bricks will be completely invisible if the path within the camera and the brick is obstructed by a completely invisible player.

In summation: Don't do this.