PDA

View Full Version : Viscolor.txt


I Am Trunks
28th November 2001, 06:29
Is viscolor.txt still used in WA3 if it is were should it be,
or is it in a xml file :confused:

will
28th November 2001, 09:05
its in the xml now. look out for the vis tag in player-normal.xml in the xml dir

I Am Trunks
28th November 2001, 10:26
And the colors can they be edited there as well???

Naamloos
28th November 2001, 12:28
Yup :) check the tutorial in the sticky for that.. :)

I Am Trunks
28th November 2001, 14:06
i did
but i couldn't find anything about the colors of it

Naamloos
28th November 2001, 14:17
From francis' tut

Vis xml params

colorband1="255,255,255" : BGR value for band 1
...
colorband16="255,255,255" : BGR value for band 16
colorbandpeak="255,255,255" : color for peak
colorosc1="255,255,255" : oscilloscope color 1
...
colorosc5="255,255,255" : oscilloscope color 5

I Am Trunks
28th November 2001, 14:44
bedankt
by the way you mean RGB right

s0be
28th November 2001, 15:27
...ACTUALLY...

I believe one of the bugs in wa3(at least the earlier alphas) was that somone may have screwed up and made WA3 accept colors as gbr or whatever. I don't know that this is resolved yet.

/*
S0Be
*/

Naamloos
28th November 2001, 17:48
it is solved in beta1 :)
it's just normal RGB

Bizzeh
28th November 2001, 22:02
this is the code i use:
<vis
id="vis"
x="118" y="150"
w="66" h="28"
colorband1="0,0,0"
colorband2="0,0,0"
colorband3="0,0,255"
colorband4="15,15,255"
colorband5="31,31,255"
colorband6="47,47,255"
colorband7="63,63,255"
colorband8="79,79,255"
colorband9="95,95,255"
colorband10="111,111,255"
colorband11="127,127,255"
colorband12="143,143,255"
colorband13="159,159,255"
colorband14="175,175,255"
colorband15="191,191,255"
colorband16="207,207,255"
colorbandpeak="0,80,154"
colorosc1="0,80,154"
colorosc2="0,80,154"
colorosc3="0,80,154"
colorosc4="0,80,154"
colorosc5="0,80,154"
/>

hope it was helpful