Can I See A Copy Of Your Download.txt File?

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Sandmann
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Jun 24, 2006 12:05 am

Can I See A Copy Of Your Download.txt File?

Post by Sandmann »

I need to compare my downloads.txt file with someone elses, i think i made a mistake, could ya help me out?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

Are you talking about the one with Mani? I can't think of anyone that has added to that file. The setup is very simple, a key and a value for each one.

Code: Select all

"downloads.txt"
{
	// Add any files you wish to have downloaded to a clients system in here
	// The key can be any name you wish.
	// The value must be the location on your server of the file

	"downloads"
	{
	//	"my_file"	"materials/decals/custom/mani_admin_plugin/mani_logo.vmt"
	}
}
Note that the path is from the cstrike directory, check all spelling and you should be fine.
-Nick
Sandmann
New to forums
New to forums
Posts: 3
Joined: Sat Jun 24, 2006 12:05 am

Post by Sandmann »

i ment could i see someones download.txt that actually has files on it
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

I posted the default one because not that many people use downloads.txt so the likelihood of them posting is slim.

You should post your own here and someone can give you some advice on anything you could be doing wrong.
-Nick
Sandmann
New to forums
New to forums
Posts: 3
Joined: Sat Jun 24, 2006 12:05 am

Post by Sandmann »

"downloads.txt"
{
// Add any files you wish to have downloaded to a clients system in here
// The key can be any name you wish.
// The value must be the location on your server of the file

"downloads"
{
"dominating" "sound/quake/dominating.mp3"
"firstblood" "sound/quake/firstblood.mp3"
"godlike" "sound/quake/godlike.mp3"
"headshot" "sound/quake/headshot.mp3"
"holyshit" "sound/quake/holyshit.mp3"
"humiliation" "sound/quake/humiliation.mp3"
"killingspree" "sound/quake/killingspree.mp3"
"ludicrouskill" "sound/quake/ludicrouskill.mp3"
"monsterkill" "sound/quake/monsterkill.mp3"
"mulitkill" "sound/quake/multikill.mp3"
"prepare" "sound/quake/prepare.mp3"
"rampage" "sound/quake/rampage.mp3"
"ultrakill" "sound/quake/ultrakill.mp3"
"unstoppable" "sound/quake/unstoppable.mp3"
"wickedsick" "sound/quake/wickedsick.mp3"
}
}






*Why dont many people use the download.txt?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

Sandmann wrote:"downloads.txt"
*Why dont many people use the download.txt?
If you install quake sounds normally, the sounds will be auto downloaded unless turned off. People have no reason to force downloads like this downloads.txt when mani has it built in.

Inside mani_quake_sounds.cfg by default:

Code: Select all

mani_quake_auto_download 1
-Nick
Post Reply