Skip to main content

Clothes & Hair

Add-ons (mpclothes, femalemods, femalemodsxtra, malemods)

Add-on clothing mods allow you to add clothing mods to your game without having to replace vanilla clothing.

Installing several popular add-on clothing mods is as simple as placing them in your dlcpacks folder:

server-files

client_packages

game_resources

dlcpacks

  • mpclothes
  • malemods
  • femalemods
  • femalemodsxtra

(click folders to view files)

raw/ mpclothes, femalemods, femalemodsxtra, malemods

With mpyoo, it's also possible to use RageMP's raw modding to insert clothing files without needing to put them into the .rpf files. This helps to avoid file corruption risks and helps make your mods more manageable.

In order to do this, simply install the mods in your dlcpacks folder like usual, but instead of placing the files inside, you can do this instead:

mpclothes (dlc.rpf - male)

Create mp_m_freemode_01_p_mp_m_clothes_01 and mp_m_freemode_01_mp_m_clothes_01 folders in your client_packages/game_resources/raw folder. Placing clothes mods in these folders will inject them into mpclothes.

server-files

client_packages

game_resources

raw

  • mp_m_freemode_01_mp_m_clothes_01
  • mp_m_freemode_01_p_mp_m_clothes_01

(click folders to view files)

mpclothes (dlc1.rpf - female)

You can do the same with female mpclothes with mp_f_freemode_01_mp_f_clothes_01 and mp_f_freemode_01_p_mp_f_clothes_01.

server-files

client_packages

game_resources

raw

  • mp_f_freemode_01_mp_f_clothes_01
  • mp_f_freemode_01_p_mp_f_clothes_01

(click folders to view files)

malemods (dlc.rpf)

You can do the same with malemods with mp_m_freemode_01_mp_m_malemods.

server-files

client_packages

game_resources

raw

  • mp_m_freemode_01_mp_m_malemods

(click folders to view files)

femalemods (dlc.rpf)

You can do the same with femalemods with mp_f_freemode_01_mp_f_clothing.

server-files

client_packages

game_resources

raw

  • mp_f_freemode_01_mp_f_clothing

(click folders to view files)

femalemodsxtra (dlc.rpf)

You can do the same with femalemodsxtra with mp_f_freemode_01_mp_f_femalemodsxtra.

server-files

client_packages

game_resources

raw

  • mp_f_freemode_01_mp_f_femalemodsxtra

(click folders to view files)

Replacing vanilla clothes

info

WIP: Replacing vanilla clothes coming soon.