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

pure_server_whitelist.txt not working...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tommie
Junior Member
Join Date: Jul 2020
Location: US
Old 07-15-2021 , 15:04   pure_server_whitelist.txt not working...
Reply With Quote #1

I currently have a server running with custom models but I'm running into this problem where my console is spamming this error
Code:
CMaterial::PrecacheVars: error loading vmt file for...
It downloads my models and sounds etc but when it gets to the materials it has a problem. I've double-checked my fast dl and game files and everything is lined up correctly the only problem I could see happening is the sv_pure but the pure_server_whitelist is set up correctly and I haven't changed it since starting the server and my models recently stopped working.

This is my pure_server_whitelist file
Code:
whitelist
{
	//
	// 2 modifiers are allowed on file specifications:
	//
	//	allow_from_disk		- do not check the file signature
	//	check_crc			- server does file signature checks on the client's file to make sure it matches
	//
	//	The default modifier on all files is allow_from_disk.


	//
	// Three types of file specifications:
	//
	//	1. directory\*.*			- refers to all files under the directory
	//	2. directory\...			- refers to all files under the directory and all directories under that (recursively)
	//	3. directory\filename		- refers to a single file
	

	//	
	// By default, when in pure server mode, most content file types should be checked
	//
	shaders\...		allow_from_disk
	materials\...	allow_from_disk
	models\...		allow_from_disk
	sound\...		allow_from_disk
	scripts\...		allow_from_disk
	particles\...	allow_from_disk
	
	//
	// Allow live schema updates.
	//
	scripts\items\items_game_live.txt      allow_from_disk
	
}
If you need anymore details let me know!
tommie is offline
tommie
Junior Member
Join Date: Jul 2020
Location: US
Old 07-15-2021 , 15:16   Re: pure_server_whitelist.txt not working...
Reply With Quote #2

I figured out my problem you can delete this topic.
tommie 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 06:17.


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