AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How install Zombie Plague 4.2 Custom models and these models and hands?? (https://forums.alliedmods.net/showthread.php?t=86602)

Juoksu 02-28-2009 03:12

How install Zombie Plague 4.2 Custom models and these models and hands??
 
How to install Zombie Plague 4.2 custom models like Gargantula or zombie hands??? Can somebody tell me?

iNspiratioN 02-28-2009 04:37

Re: How install Zombie Plague 4.2 Custom models and these models and hands??
 
Get .sma file and find these.

Code:

// Player Models (randomly chosen if more than one)
new const model_nemesis[][] = { "zombie_source" } // Nemesis
new const model_survivor[][] = { "leet", "sas" } // Survivor
new const model_human[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Human
new const model_admin[][] = { "vip" } // Admin (human)
new const model_admin_zombie[][] = { "zombie_source" } // Admin (zombie)

// Weapon Models
new const model_vknife_human[] = { "models/v_knife.mdl" }
new const model_vknife_nemesis[] = { "models/zombie_plague/v_knife_zombie.mdl" }


new const model_vm249_survivor[] = { "models/v_m249.mdl" }
new const model_grenade_infect[] = { "models/zombie_plague/v_grenade_infect.mdl" }
new const model_grenade_fire[] = { "models/zombie_plague/v_grenade_fire.mdl" }
new const model_grenade_frost[] = { "models/zombie_plague/v_grenade_frost.mdl" }
new const model_grenade_flare[] = { "models/zombie_plague/v_grenade_flare.mdl" }

I think you need to change them in to your own.

fysiks 02-28-2009 05:24

Re: How install Zombie Plague 4.2 Custom models and these models and hands??
 
He needs to find those models and put them in his server.

iNspiratioN 02-28-2009 05:30

Re: How install Zombie Plague 4.2 Custom models and these models and hands??
 
Or maybe
1.download your MODELS
2.place them in your Cstrike/Models/
3.Then change model names to current ones you have

Quote:

// Player Models (randomly chosen if more than one)
new const model_nemesis[][] = { "zombie_source" } // Nemesis
new const model_survivor[][] = { "leet", "sas" } // Survivor
new const model_human[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Human
new const model_admin[][] = { "vip" } // Admin (human)
new const model_admin_zombie[][] = { "zombie_source" } // Admin (zombie)

// Weapon Models
new const model_vknife_human[] = { "models/v_knife.mdl" }
new const model_vknife_nemesis[] = { "models/zombie_plague/v_knife_zombie.mdl" }


new const model_vm249_survivor[] = { "models/v_m249.mdl" }
new const model_grenade_infect[] = { "models/zombie_plague/v_grenade_infect.mdl" }
new const model_grenade_fire[] = { "models/zombie_plague/v_grenade_fire.mdl" }
new const model_grenade_frost[] = { "models/zombie_plague/v_grenade_frost.mdl" }
new const model_grenade_flare[] = { "models/zombie_plague/v_grenade_flare.mdl" }
and i think it would work.

InDepth 03-02-2009 10:13

Re: How install Zombie Plague 4.2 Custom models and these models and hands??
 
Oh. You can edit the specific zombies and change the model.mdl.. For e.g. on default zombies, for instance Ultimate Big Zombie, the .mdl is zombie_source. You can change it to other models.


All times are GMT -4. The time now is 16:53.

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