samyycX / CS2-PlayerModelChanger

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

No models ERROR #20

Open RodyaUshakov opened 3 months ago

RodyaUshakov commented 3 months ago

json file: { "Models": { "1": { "name": "SAS", "path": "сharacters/kolka/head/sas/ctm_sas_bighead.vmdl", "side": "CT", "permissions": [], "permissionsOr": [], "disableleg": false, "hideinmenu": true }, "2": { "name": "LEET", "path": "сharacters/kolka/head/leet/tm_leet_varianta_bighead.vmdl", "side": "T", "permissions": [], "permissionsOr": [], "disableleg": false, "hideinmenu": true }, "3": { "name": "LEET1", "path": "сharacters/kolka/head/leet_b/tm_leet_variantb_bighead.vmdl", "side": "T", "permissions": [], "permissionsOr": [], "disableleg": false, "hideinmenu": true }, "4": { "name": "LEET2", "path": "сharacters/kolka/head/leet_c/tm_leet_variantc_bighead.vmdl", "side": "T", "permissions": [], "permissionsOr": [], "disableleg": false, "hideinmenu": true } }, "MenuType": "centerhtml",

Error in Console: Failed loading resource "сharacters/kolka/head/leet_c/tm_leet_variantc_bighead.vmdl_c" (ERROR_FILEOPEN: File not found) Failed loading resource "сharacters/kolka/head/leet_b/tm_leet_variantb_bighead.vmdl_c" (ERROR_FILEOPEN: File not found) Failed loading resource "сharacters/kolka/head/leet/tm_leet_varianta_bighead.vmdl_c" (ERROR_FILEOPEN: File not found) Failed loading resource "сharacters/kolka/head/sas/ctm_sas_bighead.vmdl_c" (ERROR_FILEOPEN: File not found)

Help pls, no error in logs..

Resource Precacher logs:

2024-05-23 22:29:09.695 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_dust/hr_dust/dust_windows/dust_rollupdoor_96x128_surface_lod.vmdl" (context: 0x7F94A9EE3F88) [1/8] 2024-05-23 22:29:09.696 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_mirage/small_door_b.vmdl" (context: 0x7F94A9EE3F88) [2/8] 2024-05-23 22:29:09.696 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_mirage/large_door_c.vmdl" (context: 0x7F94A9EE3F88) [3/8] 2024-05-23 22:29:09.696 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_nuke/hr_nuke/chainlink_fence_001/chainlink_fence_001_256_capped.vmdl" (context: 0x7F94A9EE3F88) [4/8] 2024-05-23 22:29:09.696 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/sas/ctm_sas_bighead.vmdl" (context: 0x7F94A9EE3F88) [5/8] 2024-05-23 22:29:09.696 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/leet/tm_leet_varianta_bighead.vmdl" (context: 0x7F94A9EE3F88) [6/8] 2024-05-23 22:29:09.697 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/leet_b/tm_leet_variantb_bighead.vmdl" (context: 0x7F94A9EE3F88) [7/8] 2024-05-23 22:29:09.697 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/leet_c/tm_leet_variantc_bighead.vmdl" (context: 0x7F94A9EE3F88) [8/8] 2024-05-23 22:29:09.697 +03:00 [INFO] plugin:Resource Precacher Precached 8 resources. 2024-05-23 22:29:13.589 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_dust/hr_dust/dust_windows/dust_rollupdoor_96x128_surface_lod.vmdl" (context: 0x7F94AC762308) [1/8] 2024-05-23 22:29:13.590 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_mirage/small_door_b.vmdl" (context: 0x7F94AC762308) [2/8] 2024-05-23 22:29:13.590 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_mirage/large_door_c.vmdl" (context: 0x7F94AC762308) [3/8] 2024-05-23 22:29:13.590 +03:00 [INFO] plugin:Resource Precacher Precaching "models/props/de_nuke/hr_nuke/chainlink_fence_001/chainlink_fence_001_256_capped.vmdl" (context: 0x7F94AC762308) [4/8] 2024-05-23 22:29:13.590 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/sas/ctm_sas_bighead.vmdl" (context: 0x7F94AC762308) [5/8] 2024-05-23 22:29:13.591 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/leet/tm_leet_varianta_bighead.vmdl" (context: 0x7F94AC762308) [6/8] 2024-05-23 22:29:13.591 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/leet_b/tm_leet_variantb_bighead.vmdl" (context: 0x7F94AC762308) [7/8] 2024-05-23 22:29:13.591 +03:00 [INFO] plugin:Resource Precacher Precaching "сharacters/kolka/head/leet_c/tm_leet_variantc_bighead.vmdl" (context: 0x7F94AC762308) [8/8] 2024-05-23 22:29:13.592 +03:00 [INFO] plugin:Resource Precacher Precached 8 resources.

samyycX commented 3 months ago

please describe your problem precisely, you mean you can't see the models in menu?

RodyaUshakov commented 3 months ago

I have error instead of model

пожалуйста, опишите подробно вашу проблему, вы имеете в виду, что не видите модели в меню?

RodyaUshakov commented 3 months ago

The workshop has downloaded everything, the players are also downloading, but instead of the skin it’s just an error.

samyycX commented 3 months ago

The workshop has downloaded everything, the players are also downloading, but instead of the skin it’s just an error.

Is there any error in player console while connecting to server?

RodyaUshakov commented 3 months ago

The workshop has downloaded everything, the players are also downloading, but instead of the skin it’s just an error.

Is there any error in player console while connecting to server?

Yes

samyycX commented 3 months ago

Make sure you used the latest multiaddonmanager