Text color change possable with PK2 edit?
Text color change possable with PK2 edit?
I was wondering if anyone knows of a way to change text in the game to different colors. I would like to change the text color of PMs and other stuff.
So... anyone have any ideas?
So... anyone have any ideas?
- Hellzowner
- Active Member
- Posts: 820
- Joined: Sat May 19, 2007 6:00 am
- Quick Reply: Yes
- Location: OLYMPUS
- SCArchon
- Regular Member
- Posts: 233
- Joined: Mon Apr 09, 2007 2:25 pm
- Quick Reply: Yes
- Location: Aege
- Contact:
i had look at the image files and i can tell you, it's possible to change what shows up when you do damage.
for example i can change the white "123" damage when i get damaged into a green "abc", etc. but i dont think i have found text colors in there yet.. >.>.
for example i can change the white "123" damage when i get damaged into a green "abc", etc. but i dont think i have found text colors in there yet.. >.>.
PK2 lover
Thank you HyorunmarouZ for signature =)
I have found something in resinfo\ifchatviewer.txt.
Notice the Color=COLOR,"255,201,197,231" and FontColor=COLOR,"255,255,255,255"?
Edit: Turns out this is for the little buttons above your chatbox.
Code: Select all
GDR_STATIC_ALLYLAMP:CIFStatic
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,219,194,70"
DDJ=STRING,"interface\\chattingwnd\\chat_lamp_commerce.ddj"
FontColor=COLOR,"255,239,153,255"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"0"
ID=INTEGER,"23"
Rect=RECT,"203,6,4,8"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,""
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
}
GDR_STATIC_GUILDLAMP:CIFStatic
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,190,130,190"
DDJ=STRING,"interface\\chattingwnd\\chat_lamp_guild.ddj"
FontColor=COLOR,"255,255,186,77"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"0"
ID=INTEGER,"22"
Rect=RECT,"152,6,4,8"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,""
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
}
GDR_STATIC_PARTYLAMP:CIFStatic
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,115,77,208"
DDJ=STRING,"interface\\chattingwnd\\chat_lamp_party.ddj"
FontColor=COLOR,"255,255,245,122"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"0"
ID=INTEGER,"21"
Rect=RECT,"101,6,4,8"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,""
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
}
GDR_STATIC_ALLLAMP:CIFStatic
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,126,135,120"
DDJ=STRING,"interface\\chattingwnd\\chat_lamp_all.ddj"
FontColor=COLOR,"255,255,255,255"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"0"
ID=INTEGER,"20"
Rect=RECT,"50,6,4,8"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,""
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
}
Notice the Color=COLOR,"255,201,197,231" and FontColor=COLOR,"255,255,255,255"?
Edit: Turns out this is for the little buttons above your chatbox.
- Hellzowner
- Active Member
- Posts: 820
- Joined: Sat May 19, 2007 6:00 am
- Quick Reply: Yes
- Location: OLYMPUS


