Open wgetJane opened 3 years ago
a more correct way to install CSS assets is to not unpack the vpk file, but rather to use gmod's mounting system: https://wiki.facepunch.com/gmod/Mounting_Content_on_a_Dedicated_Server
1) move the cstrike
folder downloaded with steamcmd to the GarrysMod install directory
2) add its absolute path in GarrysMod/garrysmod/cfg/mount.cfg
, like so:
mountcfg{
cstrike"C:/Program Files (x86)/Steam/steamapps/common/GarrysMod/cstrike"
}
this also allows gmod's Hammer map editor to use CSS assets
many folders and files don't need to be copied because they're either unused or gmod already has identical versions of them
in particular, the unneeded files in
models/weapons/
make it look like players are holding weapons with their crotch: https://media.discordapp.net/attachments/538431794786336798/848156731821260830/unknown.pngthese folders and everything inside them are not needed:
from
models/player/
, only the following files need to be copied:from
models/weapons/
, only the following files need to be copied: