xJohnmirrorx Posted November 21, 2025 Posted November 21, 2025 (edited) On 11/17/2025 at 10:30 PM, MEandBRO said: What should I do if this happens? Hi, I'm having the same result as well I've found a solution though... Watch this video: https://youtu.be/z2nvJzkwHHQ?si=mABYefdcMLcKD4Ed Edited November 30, 2025 by xJohnmirrorx 1
drexnorg Posted February 18 Posted February 18 (edited) On 11/17/2025 at 8:30 AM, MEandBRO said: What should I do if this happens? you need to apply the texture to the right hash, there's 2 ways to do it: -the fast way which will apply the texture to all female bodies no matter the skin color, -the meticulous way will only apply it to your character's skin texture (each preset when creating a character has a diferent texture) here are the steps for the fast way: 1-go through all pixel shaders (with numpad 1 or 2) until you find the one that makes only your character skin black 2-copy the pixel shader hash to your clipboard by pressing numpad 3 3-add the following lines to your default.ini ; Body texture replacement [ShaderOverrideBody] hash = <the pixel shader hash you found> ps-t1 = <your body texture resource> 4-save default.ini and reload mods with f10 5-you're done here are the steps for the meticulous way: 1-go through all pixel shaders (with numpad 1 or 2) until you find the one that makes only your character skin black 2-go through all vertex shaders (with numpad 4 or 5) until you find the one that makes your character body black or disapear 3-save both the vertex and pixel shaders hash (you can copy the pixel shader hash to clipboard by pressing numpad 3 and the vertex shader hash with numpad 6) 4-perform a frame analysis dump by pressing f8 (WARNING: this will take 20 - 40GB of disk space in the drive you have the game installed, make sure you got enough space, your character must be visible in game out of any menus and have the texture you wish to edit equiped, in this case the nude one, also don't panic the dump takes some minutes to be ready, the game will freeze but that's normal, be patient) 5-go into the game folder and open the generated frame analysis folder and type in the search bar the following: ps-t1*vs*<the vertex shader hash you found>-ps*<the pixel shader hash you found> 6-you should find in the search results a dds texture with a preview of a skin color square with some white triangles in the middle, and the name should be something similar to: 000096-ps-t1=9e21e4c2-vs=d63981ac34019818-ps=1ce97d1403360aec.dds (all numbers are different for each player, just see that the naming structure is similar) in case you don't find anything on the search you can try to search all the folders manually until you find the correct texture 7-copy the hash after "ps-t1=" in the example above it would be 9e21e4c2 8-add the following lines to your default.ini ; Body texture replacement [TextureOverrideBody] hash = <the hash you copied in step 7> ps-t1 = <your body texture resource> 9-save default.ini and reload mods with f10 10-you're done Notes: -these processes can be used to replace any texture on the game -each time the game gets an update you may or may not have to repeat these steps to find the new hashes in order to make your mods work again -make sure to permanently delete the frame analysis folder after you're done using it (you can use shift+delete or empty your recycle bin) or it will bloat your drive Edited February 18 by drexnorg 3
fuckoffanddie1 Posted April 27 Posted April 27 On 2/19/2026 at 7:06 AM, drexnorg said: you need to apply the texture to the right hash, there's 2 ways to do it: -the fast way which will apply the texture to all female bodies no matter the skin color, -the meticulous way will only apply it to your character's skin texture (each preset when creating a character has a diferent texture) here are the steps for the fast way: 1-go through all pixel shaders (with numpad 1 or 2) until you find the one that makes only your character skin black 2-copy the pixel shader hash to your clipboard by pressing numpad 3 3-add the following lines to your default.ini ; Body texture replacement [ShaderOverrideBody] hash = <the pixel shader hash you found> ps-t1 = <your body texture resource> 4-save default.ini and reload mods with f10 5-you're done here are the steps for the meticulous way: 1-go through all pixel shaders (with numpad 1 or 2) until you find the one that makes only your character skin black 2-go through all vertex shaders (with numpad 4 or 5) until you find the one that makes your character body black or disapear 3-save both the vertex and pixel shaders hash (you can copy the pixel shader hash to clipboard by pressing numpad 3 and the vertex shader hash with numpad 6) 4-perform a frame analysis dump by pressing f8 (WARNING: this will take 20 - 40GB of disk space in the drive you have the game installed, make sure you got enough space, your character must be visible in game out of any menus and have the texture you wish to edit equiped, in this case the nude one, also don't panic the dump takes some minutes to be ready, the game will freeze but that's normal, be patient) 5-go into the game folder and open the generated frame analysis folder and type in the search bar the following: ps-t1*vs*<the vertex shader hash you found>-ps*<the pixel shader hash you found> 6-you should find in the search results a dds texture with a preview of a skin color square with some white triangles in the middle, and the name should be something similar to: 000096-ps-t1=9e21e4c2-vs=d63981ac34019818-ps=1ce97d1403360aec.dds (all numbers are different for each player, just see that the naming structure is similar) in case you don't find anything on the search you can try to search all the folders manually until you find the correct texture 7-copy the hash after "ps-t1=" in the example above it would be 9e21e4c2 8-add the following lines to your default.ini ; Body texture replacement [TextureOverrideBody] hash = <the hash you copied in step 7> ps-t1 = <your body texture resource> 9-save default.ini and reload mods with f10 10-you're done Notes: -these processes can be used to replace any texture on the game -each time the game gets an update you may or may not have to repeat these steps to find the new hashes in order to make your mods work again -make sure to permanently delete the frame analysis folder after you're done using it (you can use shift+delete or empty your recycle bin) or it will bloat your drive how do you change the alpha of clothes though? i've had no success using ps2020
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now