SR2 Player character skin texture location *FOUND*

Pretty much what the title says.

I'm pretty sure I've decompiled everything yet I can't associate anything with the boss' skin texture other than "always_loaded_char.peg_pc" which contains "cmbod_skinbase_*.tga".

However, this doesn't have a corresponding g_peg_pc so there is nothing to extract past that.

Found it thanks to Moff:

[always_loaded_char.peg_pc] is the package you're looking for, and g_peg_pc file is located in chunk4.vpp_pc i believe.
 
Last edited:
female:
customize_player.vpp_pc -> default female diffuse.str2_pc -> f_ideal_d.cvbm_pc and f_ideal_d.gvbm_pc -> f_ideal_d.tga.DDS

male:
customize_player.vpp_pc -> default male diffuse.str2_pc etc
 
I can't associate anything with the boss' skin texture other than "always_loaded_char.peg_pc" which contains "cmbod_skinbase_*.tga".

However, this doesn't have a corresponding g_peg_pc so there is nothing to extract past that.

This is the package you're looking for, and g_peg_pc file is located in chunk4.vpp_pc i believe.
 
I cant check for myself right now but if that's really the case, wowzers... that's a random place to put it.

Thanks

Edit: Got to extracting the package and saw the "always_loaded" g_peg_pc. Thankie
 
Last edited:
Back
Top