Install server side

2 posts / 0 new
Last post
Install server side

Gather download links, MD5 hashes and map aliases for your paksStep
​ 2: Make a text file of them like this        
mod{
	url "v6k.fi/cdxfiles/zzzzzzzz_nos-skin_0.pk3"
	md5 "a03ed5154a52cac6ba5a0752c10b574a"
}

map{
alias "dm/2ndAirbRangMap"
url "v6k.fi/cdxfiles/user-2ndAirbRangMap.pk3"
md5 "e7228570d6edb7a66e7e9ca92848d58c"
}

map{
alias "dm/10thMtn_Hedgerow_v3"
url "v6k.fi/cdxfiles/10thMtn_Hedgerow_v3.pk3"
md5 "dd13e4078b19a716842e0f0ab0d0a488"
}

 

Step 3: Upload the text file somewhere (NOT on your host game server !! - this needs to be some form of website or file host ) so you end up with "http://www.yourwebsite.co/myfilelist.txt" 

Note *** FTP file access cant be used so needs to be http link

 

 

Step 4: Put a download link to the text file to your server in cvar pr_downloads (remember to use sets instead of set, seta, setu...)

 

example 

 

The following line in my server config  sets pr_downloads "http://v6k.fi/cdxfiles/filelist.txt"   everything is case insensitive  aliases and MD5s too

Happy shooting - Kill em ALL and kill em again

 

 

Cheers

  Heatsinkbod

&nb

Re: Install server side

Ok. Thanks for this tut Smile