Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 1.64 KB

README.md

File metadata and controls

37 lines (35 loc) · 1.64 KB

Information

Modifed version of Character & Clothes by Venatuss & Kerry (Not for Download)

This is a modification for the Character and Clothes addon from the Gmod Store. Replace the files with the corresponding file, not the folder.

Files Included

lua
├── autorun
	└── sh_clothesmod_loader.lua 		(Required as Languages was updated)
└── clothesmod
	├── Client
		├── cl_admin_createclothes.lua	(Missing image fix)
		└── cl_clothesarmory.lua	(The BIG update)
	├── Languages 				(Added 4 new things for buttons)
		├── chinese.lua			(Google Translated, not tested in game)
		├── english.lua
		├── french.lua			(Google Translated, not tested in game)
		├── german.lua			(Google Translated, not tested in game)
		└── russian.lua			(Google Translated, not tested in game)
	├── Server
		└── sv_hooks.lua 		(Adds !cminv, !cinv, !wardrobe, !cmw commands)
	└── sh_config.lua			(Changed money to $ instead of Bri'ish)

REQUIRES Character & Clothes by Venatuss & Kerry TO WORK

Original Addon is property of Venatuss & their team

Modifcations done by Cats & VirtualRaptor