Page 1 of 1

[CSGO] Custom Nade Models

Posted: Thu Jan 23, 2020 12:25 pm
by Andreeas
CVARS
  • sm_cnade_admin_only "0" if 1 , admin with KICK flag or CUSTOM1 can use custom nades
    sm_custom_decoy "1" Enable / Disable
    sm_custom_flash "1" Enable / Disable
    sm_custom_he "1" Enable / Disable
    sm_custom_smoke "1" Enable / Disable
Settings
You can change the Models in cfg/sourcemod/custom_nade_model.cfg
if you want use CUSTOM MODELS not from csgo , add it here addons/sourcemod/configs/custom_nades.ini to force players download

Code: Select all

"NadeModel"
{
    "Settings"
    {
        "he"        "models/props_fairgrounds/elephant.mdl"
        "hesize"        "0.5"
        "flash"        "models/props/cs_office/water_bottle.mdl"
        "flashsize"        "0.5"
        "smoke"        "models/props/cs_italy/bananna.mdl"
        "smokesize"        "0.5"
        "decoy"        "models/props_fairgrounds/giraffe.mdl"
        "decoysize"        "0.5"
    }
}


//note : not all the models are resizable , like banana and water bottle. 


for dodgeball servers : you can use soccerball model from css , credit to Forlix for it.

for dowload the soccer model add this into custom_nade.ini (this model isn't resizable)

Code: Select all

materials/models/forlix/soccer/soccerball.vtf
materials/models/forlix/soccer/soccerball.vmt
models/forlix/soccer/soccerball.xbox.vtx
models/forlix/soccer/soccerball.phy
models/forlix/soccer/soccerball.sw.vtx
models/forlix/soccer/soccerball.vvd
models/forlix/soccer/soccerball.dx80.vtx
models/forlix/soccer/soccerball.dx90.vtx
models/forlix/soccer/soccerball.mdl 
ChangeLog:
Version 1.0
initial release
Version 1.1
Fix edict error
Version 1.2
Added Custom Size models

custom nade models csgo1.2.zip
ball_model.zip