AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Models (https://forums.alliedmods.net/showthread.php?t=87024)

Stoned890 03-05-2009 18:03

Models
 
Does anyone know where I can find a tut on how to get models onto my server and have the player view them as they are suppose to be? Because right now, they show up as errors. What plugins should I be using? Thenaks for the help.

CrimsonGT 03-05-2009 18:25

Re: Models
 
Going to have to be more specific as to what type of models, what exactly you are trying to do, etc.

Stoned890 03-05-2009 18:40

Re: Models
 
I'm trying to add player models to the server for the admins only. We have all the admin groups and that all set up. Were using that model chooser that I found on here. That works fine. It's just that people see a ERROR sign. Iv'e tried to fix but I've had no sucess.

CrimsonGT 03-05-2009 18:45

Re: Models
 
What game? Also are you sure the models are in the appropriate locations and are being downloaded to the client?

Stoned890 03-05-2009 19:25

Re: Models
 
Yes. Everyone says when they join, they are downloading the models. The game is CSS. I don't know what else to add.

Grasshoppa 03-05-2009 19:43

Re: Models
 
were using these two skins along with ModelMenu plugin, We had a problem with our sourcebans with making groups but that's all cleared, The problem i think is downloading the files,
http://techknowmodels.19.forumer.com/viewtopic.php?t=72
http://techknowmodels.19.forumer.com...opic.php?t=132
we changed the files that their actually in, perhaps just reinstalling the models and fixing the paths would work? the paths are set correctly for the model plugin. we have also tried using this plugin
http://forums.alliedmods.net/showthr...ghlight=models

Heres what it looks like for the download list and Model paths
Code:

//Configure your menu here
"Models"
{
    //Name of the item to appear in the menu
    "Admin Only Models"
    {
        //Sourcemod admin group required to see/access this submenu
        "Admin"        "Wootman"
                    "Gundam"
            {
                "path" "models/player/techknow/gundam/gundam.mdl"}
            "Vacuum"
            {
                "path" "models/player/techknow/vacuum/vacuum.mdl"}
                   
    }
}

and here is the download list
Code:

//Don't modify or remove the Comment Lines ( // )
//Files (Download Only No Precache)
models/player/techknow/gundam/gundam.dx80.vtx
models/player/techknow/gundam/gundam.dx90.vtx
models/player/techknow/gundam/gundam.phy
models/player/techknow/gundam/gundam.sw.vtx
models/player/techknow/gundam/gundam.vvd
materials/models/player/techknow/gundam/flame.vmt
materials/models/player/techknow/gundam/flame.vtf
materials/models/player/techknow/gundam/gundam.vmt
materials/models/player/gundam/gundam.vtf
materials/models/player/gundam/gundam_n.vtf

models/player/techknow/vacuum/vacuum.dx80.vtx
models/player/techknow/vacuum/vacuum.dx90.vtx
models/player/techknow/vacuum/vacuum.phy
models/player/techknow/vacuum/vacuum.sw.vtx
models/player/techknow/vacuum/vacuum.vvd
materials/models/player/techknow/vacuum/bag.vmt
materials/models/player/techknow/vacuum/lens.vmt
materials/models/player/techknow/vacuum/light.vmt
materials/models/player/techknow/vacuum/light.vtf
materials/models/player/techknow/vacuum/vacuum.vmt
materials/models/player/techknow/vacuum/vacuum.vtf
//Decal Files (Download and Precache)

//Sound Files (Download and Precache)

//Model Files (Download and Precache)
models/player/techknow/vacuum/vacuum.mdl

models/player/techknow/gundam/gundam.mdl

could it just be paths are set wrong?
ALSO we run RPGMOD and DEATHMATCH, if those could be interfering with the plugin.

voogru 03-05-2009 20:15

Re: Models
 
sv_pure ?

Grasshoppa 03-05-2009 20:27

Re: Models
 
that should be set to 0 right? the server has it at 0

L. Duke 03-06-2009 10:46

Re: Models
 
These two paths
Code:

materials/models/player/gundam/gundam.vtf
materials/models/player/gundam/gundam_n.vtf

don't match the paths from the link you posted.

Grasshoppa 03-06-2009 17:03

Re: Models
 
Fixed that path error, and it still isn't working, i have deleted and reuploaded the models and fixed all the paths, but still nothing, when you join the server it is a longer download than before however still shows up as an error


All times are GMT -4. The time now is 03:04.

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