AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie:Reloaded (https://forums.alliedmods.net/forumdisplay.php?f=132)
-   -   ZR having trouble fixing some skins (https://forums.alliedmods.net/showthread.php?t=332081)

comp 04-22-2021 02:50

ZR having trouble fixing some skins
 
[Models] [Config Validation] Warning: Invalid model name/path setting at index 3. File not found: "models/player/custom_player/darnias/isaac_riotisaac_riot.mdl" this is what it says in the console. But I have already fixed everything in my model.txt.

and also in my model.txt looks like this:

"models"
{
"zh1fix"
{
"name" "zh1fix"
"path" "models/player/mapeadores/kaem/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
"zh2fix"
{
"name" "zh2fix"
"path" "models/player/mapeadores/kaem/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
"zh3fix"
{
"name" "zh3fix"
"path" "models/player/mapeadores/morell/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
"isaac_riot"
{
"name" "isaac_riot"
"path" "models/player/custom_player/darnias/isaac_riot.mdl"
"team" "humans"
"access" "admins"
"group" ""
}
}


Getting these skins in are one of the most annoying parts about creating a server ////

Bad Cold Man 04-22-2021 04:33

Re: ZR having trouble fixing some skins
 
just remove isaac_riot.mdl from models.txt

should be works now:
PHP Code:


"models"
{
"zh1fix"
{
"name" "zh1fix"
"path" "models/player/mapeadores/kaem/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
"zh2fix"
{
"name" "zh2fix"
"path" "models/player/mapeadores/kaem/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
"zh3fix"
{
"name" "zh3fix"
"path" "models/player/mapeadores/morell/zh/"
"team" "zombies"
"access" "public"
"group" ""
}
"isaac_riot"
{
"name" "isaac_riot"
"path" "models/player/custom_player/darnias/"
"team" "humans"
"access" "admins"
"group" ""
}




All times are GMT -4. The time now is 06:47.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.