View Single Post
DeaD_EyE82
AlliedModders Donor
Join Date: Jan 2006
Location: Germany
Old 04-14-2013 , 15:37   Re: MM:S Search path for vdf in css_pipe
Reply With Quote #3

Do you mean a snopshot from the stable branch?

EDIT: Both didn't work with vdf-Files.

So I'll add with my script the path automaticly to metaplugins.ini.

Code:
#Fix for mm:s-plugins:
if [ ! -z "$(find cstrike/addons/metamod/ -maxdepth 1 -mindepth 1 -type f -name '*.vdf' 2>/dev/null)" ]; then 
	awk '/file/ {print $2}' cstrike/addons/metamod/*.vdf | tr -d '"' >> cstrike/addons/metamod/metaplugins.ini	
fi
Maybe someone can use it.
__________________
German Support for HL2-Servers:

sourceserver.info

Last edited by DeaD_EyE82; 04-15-2013 at 10:44.
DeaD_EyE82 is offline
Send a message via ICQ to DeaD_EyE82