Character Models

Post Reply
Kal-eL
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Feb 25, 2013 12:38 pm

Character Models

Post by Kal-eL »

For all se maps i get deafult models that they use for none se maps. But i want to be able to use the Seal Team 6 and the Phoenix model for all se maps. Does anyone know how to change the models?
mukunda
A regular
A regular
Posts: 40
Joined: Fri Nov 16, 2012 2:42 pm

Re: Character Models

Post by mukunda »

This is how I set the models for our jailbreak server, hopefully if you add this to your gamemodes server with the se maps listed it will work

Code: Select all

"maps"
	{
		"ba_jail_chernobyl_day"
		{
			"name"		"ba_jail_chernobyl_day"
			"t_arms"	"models/weapons/t_arms_leet.mdl"
			"t_models"
			{
				"rgmodels/rginmate/rginmate"		""
			}
			"ct_arms"	"models/weapons/ct_arms_st6.mdl"
			"ct_models"
			{
				"ctm_st6"		""
				"ctm_st6_variantA"	""
				"ctm_st6_variantB"	""
				"ctm_st6_variantC"	""
				"ctm_st6_variantD"	""
			}
		}
	}
the t model used our custom model, while the ct are the ST6 models like you want. Look through gamemodes.txt to find the phoenix model text to copy over
ImageImageImageImage
Post Reply