Undress clothes
Last updated
Last updated
Ignore this page unless you are having trouble with "undressing" in the clothing shops.
Almost all servers will have this working out of the box.
Using the "Undress" button in the clothing shops is pretty easy, unless you click it and it puts some random clothing on you instead of taking it off.
This is because some replace clothing packs decided to replace the clothes representing the "naked" ped with some other clothes.
Let's say you are in "Lower body" > "Pants" category, you click on "Undress" and instead being without pants, you have some random pants on. (This is just an example on the Pants category, please follow same steps for different categories as well)
To fix it, you have to find which clothing on your server will make you look undressed and change it in the config. Follow these steps:
Enable Admin mode
Enable "Stock management"
Go to the category you want to fix the "undress" in
Find the piece of clothing that makes you look undressed
Click on it to preview it
Scroll down in Admin mode and copy the "Previewed item hash"
Go to rcore_clothing\configs\config_default.lua
Looks for Config.UnsetCards
and in the table look for male or female ped depending on which one is broken
Male ped is mp_m_freemode_01
Female ped is mp_f_freemode_01
We were in "Pants" category, so in the table we will be editing "pants"
This is default: pants = '1724446270',
, paste the hash there instead of the default one
Example: pants = '1724446270',
-> pants = 'Male_xmas2--4--0--3',
Save the file and restart the script
Now when you click "Undress" in the "Pants" category, you should be without a shirt.