changing zerk color

06/09/2025 00:11 matthew2014#1
[Only registered and activated users can see links. Click Here To Register...]

good day eveyone, i'm trying to change the zerk color, i get most of the effect change but the char color.
which files do i have to look in to change the color of the char when in zerkmode, i try changing all the system_hwan files in Prticles but did not work.

It's like when a char get stun, the whole char and wapon change to yellow.

some help would be much appreciated thank you.
06/12/2025 23:32 janicka#2
Maybe skilleffect, but not sure.
06/13/2025 05:52 matthew2014#3
Quote:
Originally Posted by janicka View Post
Maybe skilleffect, but not sure.
i already changed the skilleffect system_hwan2 files colors that is how i got the yellow zerk, but the char body is still blue.
i even try useing the red zerk files system_hwan,but i get red zerk with char body still blue.
when i take the skilleffect zerk files from a next sever and put in mine, same thing happens.
06/14/2025 09:28 janicka#4
I dont mean efp files.

I dont mean efp files. There is character visual change And others in textdata, that may give you hint.
06/14/2025 15:32 matthew2014#5
Quote:
Originally Posted by janicka View Post
I dont mean efp files.

I dont mean efp files. There is character visual change And others in textdata, that may give you hint.

I Found This Code In charactervisualchange
1 301 환모드(HWANMODE) 3 1 1 0 0 0 SYSTEM_CH_HWANMODE xxx xxx xxx 0x0800 0x0000 0 30 0 xxx res\char\china\chinaman_hwan_hair.bsr res\char\china\chinawoman_hwan_hair.bsr
1 302 환모드(HWAN2MODE) 3 1 1 0 0 0 SYSTEM_CH_HWAN2MODE xxx xxx xxx 0x0800 0x0000 0 30 0 xxx res\char\china\chinaman_hwan_hair.bsr res\char\china\chinawoman_hwan_hair.bsr
1 303 환모드(HWAN2LINKMODE) 3 1 1 0 0 0 SYSTEM_CH_HWAN2LINKMODE xxx xxx xxx 0x0800 0x0000 0 30 0 xxx res\char\china\chinaman_hwan_hair.bsr res\char\china\chinawoman_hwan_hair.bsr

Quote:
Originally Posted by matthew2014 View Post
I Found This Code In charactervisualchange
1 301 환모드(HWANMODE) 3 1 1 0 0 0 SYSTEM_CH_HWANMODE xxx xxx xxx 0x0800 0x0000 0 30 0 xxx res\char\china\chinaman_hwan_hair.bsr res\char\china\chinawoman_hwan_hair.bsr
1 302 환모드(HWAN2MODE) 3 1 1 0 0 0 SYSTEM_CH_HWAN2MODE xxx xxx xxx 0x0800 0x0000 0 30 0 xxx res\char\china\chinaman_hwan_hair.bsr res\char\china\chinawoman_hwan_hair.bsr
1 303 환모드(HWAN2LINKMODE) 3 1 1 0 0 0 SYSTEM_CH_HWAN2LINKMODE xxx xxx xxx 0x0800 0x0000 0 30 0 xxx res\char\china\chinaman_hwan_hair.bsr res\char\china\chinawoman_hwan_hair.bsr
I tried searching all textdata files for keyword (hwan) but only charactervisualchange had something, and it look it's a Animation not color.

i was thinking if it's not a effect but a color, maybe it's in sro_client.exe and not Media.pk2
06/16/2025 10:47 JellyBitz#6
There is three berserker colors, the red one, the blue one, and the blue one with red (party link mode).

The charactervisualchange.txt is only to change the aspect of the HEAD/FACE.

skilleffect.txt has the lines with all the .efp in their respective colors, the one which changes all textures from character is SCT_MAT.

You can check after SCT_MAT, the RGB (64,16,0) color #401000.
PHP Code:
-    SYSTEM_CH_HWANMODE    ACT_L    0    FALSE    none    CHAR_BASE    0    0    0    0    1    0,0    AT_LOOP    MOV_NONE,0,0,0    0,0,0    false,0,0,0,0,false    system\    system_hwan_keep.efp    Bip01 Spine    0,0,0    none    0,0,0    none    0    SCT_MAT,64,16,0,140,32,0,1000    none    none 
SYSTEM_CH_HWAN2MODE as #115096
SYSTEM_CH_HWAN2LINKMODE as #E8636F
06/16/2025 17:43 matthew2014#7
Quote:
Originally Posted by JellyBitz View Post
There is three berserker colors, the red one, the blue one, and the blue one with red (party link mode).

The charactervisualchange.txt is only to change the aspect of the HEAD/FACE.

skilleffect.txt has the lines with all the .efp in their respective colors, the one which changes all textures from character is SCT_MAT.

You can check after SCT_MAT, the RGB (64,16,0) color #401000.
PHP Code:
-    SYSTEM_CH_HWANMODE    ACT_L    0    FALSE    none    CHAR_BASE    0    0    0    0    1    0,0    AT_LOOP    MOV_NONE,0,0,0    0,0,0    false,0,0,0,0,false    system\    system_hwan_keep.efp    Bip01 Spine    0,0,0    none    0,0,0    none    0    SCT_MAT,64,16,0,140,32,0,1000    none    none 
SYSTEM_CH_HWAN2MODE as #115096
SYSTEM_CH_HWAN2LINKMODE as #E8636F

It Worked!!!!
Thank You So Much, Bless You
[Only registered and activated users can see links. Click Here To Register...]