Can I See A Copy Of Your Download.txt File?
-
- 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?
I need to compare my downloads.txt file with someone elses, i think i made a mistake, could ya help me out?
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.
Note that the path is from the cstrike directory, check all spelling and you should be fine.
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"
}
}
-Nick
"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?
{
// 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?
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.Sandmann wrote:"downloads.txt"
*Why dont many people use the download.txt?
Inside mani_quake_sounds.cfg by default:
Code: Select all
mani_quake_auto_download 1
-Nick