samyycX / CS2-PlayerModelChanger

A lightweighted counterstrikesharp plugin to change player model.
GNU General Public License v3.0
66 stars 8 forks source link

Seems not to work for me. Models not showing in the menu. #5

Closed knospy closed 7 months ago

knospy commented 8 months ago

Hi,

I have done everything step by step. I added models to /game/csgo_addons/characters/models/nozb1/muscular_doge_player_model/ Added the config,

image

image

image

samyycX commented 8 months ago

You need to set the side of the first model properly ( T or CT or ALL )

knospy commented 8 months ago

image image image

I also found this console error when loading into the server. I tried everything yesterday and the whole night.

Any fix?

samyycX commented 8 months ago
  1. You can't just directly put custom models into server folder to make client download it automatically like csgo now, read the README.

  2. Don't use the absolute path, use relative path in the vpk file. like characters/XXX/XXX.vmdl

  3. Delete the permissions and permissionsOr config if it is not necessary

samyycX commented 7 months ago

Closing due to inactivity.