Page 1 of 1

www download to etpro-2_0_0.pk3?

Posted: Thu Sep 25, 2003 12:51 am
by Macro
I have read that clients need to download that file when joining ETPRO games. So here is my question.

Usually i have on my web-site ETMAIN folder where custom pk3 files are.
Now that ETPRO pk3 is in ETPRO folder do i make an ETPRO folder on my web site and put the file there for download?

Posted: Thu Sep 25, 2003 3:35 am
by sneaky1
the etpro2_0_0.pk3 needs to stay in the ET PRO folder and <i>not</i> in your ETMAIN.

Posted: Thu Sep 25, 2003 4:25 am
by sneaky1
Umm.. This is what I have for my server to allow downloads. I have deleted a .pk3 file needed to join and it allows me to download.

// DL, RATE

set sv_maxRate "13000" // 10000 standard but ET benefits from more
set sv_allowDownload "1" // 1 allows players to download missing files
set sv_dl_maxRate "42000" // download rate for players getting your custom files, 25000=cap.
set sv_wwwDownload "1" // set to 1 if you set the two below, allows download via web [faster].
set sv_wwwFallbackURL "" // Make same as BaseURL setting if no alt web location for files??
set sv_wwwCheckPath "etdownloads/"
set sv_wwwBaseURL "http://www.x-clansoldiers.com/etdownloads/" // e.g. "http://www.yoursite.com" if .pk3 files at yoursite.com/etmain/

Posted: Thu Sep 25, 2003 4:28 am
by Macro
Yep i´m not talking about what files are where in the server.

I´m talking about www-download feature and the place where the file is on my web-site.

set sv_wwwDownload "1"
set sv_wwwBaseURL "http://www.mysite.com"

Curently i have my custom pk3 -files in www.mysite.com/etmain

Now with ETPRO, do i put the etpro.pk3-file in www.mysite.com/etmain OR www.mysite.com/etpro for the www-download to work.

Posted: Thu Sep 25, 2003 4:46 am
by sneaky1
if your going to allow players to download off your website for faster download, you need to have it in yourdomain.com/etmain or as i have it

set sv_wwwCheckPath "etdownloads/"
set sv_wwwBaseURL "http://www.x-clansoldiers.com/etdownloads/" // e.g. "http://www.yoursite.com" if .pk3

NOTE: This will only work if your domain host allows anonymous ftp, if your domain is IP based hosting and not virtual hosting.

Posted: Thu Sep 25, 2003 4:47 am
by Xx6x6xX

Posted: Thu Sep 25, 2003 5:03 am
by =FF=im2good4u
its it better to have 1 basic free sire running where all ppl could be send to to dl the client stuff

Posted: Thu Sep 25, 2003 9:34 am
by Macro
Xx6x6xX wrote:hy,

put in:

www.mysite.com/my-et-wwwBaseFolder/
www.mysite.com/my-et-wwwBaseFolder/etmain (your main pk3 files)
www.mysite.com/my-et-wwwBasefolder/etpro (etpro-2_0_0.pk3)

this should work.. :)
Thank you!