CS:GO SDK How to Choose/Change Your Map's Team Player Models for CT & T Teams Hammer Source Tutorial
Full Blog Post with Video, Notes and Images: http://www.worldofleveldesign.com/categories/csgo-tutorials/csgo-choose-player-models.php
How do you make FBI vs The Anarchist or Separatists vs GIGN?
This is done with a simple .kv text file you create in notepad.
Learn how to define which team player models are spawned in your map.
Full CS:GO SDK Playlist here: https://www.youtube.com/playlist?list=PL_c7yiTIRI8pv2Z1yqoLyLU7k2j-bM435
KV TEMPLATE TEXT:
-----------------------------------------------------
"mapname"
{
"name" "mapname"
"t_arms" "models/weapons/t_arms_leet.mdl"
"ct_arms" "models/weapons/ct_arms_sas.mdl"
"t_models"
{
"tm_leet_variantA"""
"tm_leet_variantB"""
"tm_leet_variantC"""
"tm_leet_variantD"""
"tm_leet_variantE"""
}
"ct_models"
{
"ctm_sas"""
"ctm_sas_variantA"""
"ctm_sas_variantB"""
"ctm_sas_variantC"""
"ctm_sas_variantD"""
"ctm_sas_variantE"""
}
}
-----------------------------------------------------
Other Videos By WorldofLevelDesign
Other Statistics
Counter-Strike 2 Statistics For WorldofLevelDesign
WorldofLevelDesign presently has 1,462,704 views for Counter-Strike 2 across 53 videos, with his channel uploading 8 hours worth of Counter-Strike 2 videos. This is 7.98% of the total watchable video on WorldofLevelDesign's YouTube channel.