Raised This Month: $51 Target: $400
 12% 

How to disable custom models in custom maps


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Lonely.
Junior Member
Join Date: Feb 2021
Old 02-25-2021 , 10:51   How to disable custom models in custom maps
Reply With Quote #1

Hello,
I have a problem in my CS:GO server i have custom maps like seek_mirage_f and in the terro team Terro team have Zombie Skin but i want the CT and T to have the default models like sas and phoenix i don't find a plugin like that to disable the custom models and put default models.If anyone know a plugin for that pls tell me or send me a link i tried skinchooser but it's not working how i want and i tried to edit the model in notepad++ i saved the map and put in the FastDl and i changed the map but it's not loading the map it's like freezing the screen anyone know how to solve this?
Lonely. is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-25-2021 , 14:53   Re: How to disable custom models in custom maps
Reply With Quote #2

...link to the map, where you got it.
Bacardi is offline
Lonely.
Junior Member
Join Date: Feb 2021
Old 02-26-2021 , 03:03   Re: How to disable custom models in custom maps
Reply With Quote #3

I don't find the link from the seek_mirage_f but i find another map with custom models https://steamcommunity.com/sharedfil...htext=krevetka
Lonely. is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-26-2021 , 04:21   Re: How to disable custom models in custom maps
Reply With Quote #4

Quote:
Originally Posted by Lonely. View Post
I don't find the link from the seek_mirage_f but i find another map with custom models https://steamcommunity.com/sharedfil...htext=krevetka
This map have included config file, which change player model by map: krevetka03.kv

But you can't decompile and compile maps, that would create new CRC version of map and will cause maps don't match together between player and server.

Not sure why map developers add all things inside *.bsp file, sometimes is better leave these files outside for later edit.

One good feature seems work in CSGO at least, you can change your player model even on this kind custom map.
You need add in gamemodes_server.txt
Code:
"GameModes_Server.txt"
{
















	"maps"
	{
		"krevetka03"
		{
			"name"					"krevetka03"

			"t_arms"				"models/weapons/t_arms_phoenix.mdl"
			"t_models"
			{
				"tm_phoenix"		""
				"tm_phoenix_variantA"	""
				"tm_phoenix_variantB"	""
				"tm_phoenix_variantC"	""
				"tm_phoenix_variantD"	""
			}
			"ct_arms"			"models/weapons/ct_arms_sas.mdl"
			"ct_models"
			{
				"ctm_sas"		""
				"ctm_sas_variantA"		""
				"ctm_sas_variantB"		""
				"ctm_sas_variantC"		""
				"ctm_sas_variantD"		""

			}
		}
	}



}



// ↑ copy last bracket tough 
Attached Files
File Type: txt gamemodes_server.txt (580 Bytes, 43 views)
__________________
Do not Private Message @me
Bacardi is offline
Lonely.
Junior Member
Join Date: Feb 2021
Old 02-26-2021 , 04:43   Re: How to disable custom models in custom maps
Reply With Quote #5

Thank a lot Bro now the models it's default i love u so much u are the best <3
Lonely. is offline
Lonely.
Junior Member
Join Date: Feb 2021
Old 02-26-2021 , 05:01   Re: How to disable custom models in custom maps
Reply With Quote #6

K for this map it's working but for another map like this http://www.mediafire.com/file/19puyz...age_f.bsp/file it's not working or how i can do this because i tried with this txt for this map and the T team it's still having the zombie model but for krevetka it's working how i can do with all maps i want to do this?

Last edited by Lonely.; 02-26-2021 at 05:05.
Lonely. is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-26-2021 , 05:12   Re: How to disable custom models in custom maps
Reply With Quote #7

seek_mirage_f + krevetka03
?
Attached Files
File Type: txt gamemodes_server.txt (1.0 KB, 47 views)
__________________
Do not Private Message @me
Bacardi is offline
Lonely.
Junior Member
Join Date: Feb 2021
Old 02-26-2021 , 05:41   Re: How to disable custom models in custom maps
Reply With Quote #8

It's working so good thx for helping me !
Lonely. is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:58.


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