You are not logged in.
Pages: 1
Hi guys does anyone know where upload etmain & nitmod folder to other people who want join to my server can download i make my own FTP server but download speed is very very slow around 3-10kb/s i have high upload speed my internet connection is 500/100 i host server on same pc where i play i have enough good computer to can do this but only problem is that download speed of files. Is there possible make an FTP server with example filezilla or something and how?
Offline
you need a web server where you put the etmain folder and the nitmod folder ,you can buy a domain and a web hosting or there are free alternatives with which you can make a home server on your own computer ,Install A Windows Web Server On Your PC With XAMPP
if all of this is done, edit the server.cfg file and enter your domain name or ip address
// DL, RATE
seta sv_maxRate "25000" // 10000 standard but poor for ET
seta sv_dl_maxRate "55000" // increase/decerease if you have plenty/little spare bandwidth
seta sv_allowDownload "1" // global toggle for both legacy download and web download
seta sv_wwwDownload "1" // toggle to enable web download
seta sv_wwwBaseURL "http://www.yourwebsite.com" // base URL for redirection
seta sv_wwwDlDisconnected "1" // tell clients to perform their downloads while disconnected from the server
seta sv_wwwFallbackURL "" // URL to send to if an http/ftp fails or is refused client side
set sv_allowDownload "1"
This is what we use and it works! you must have the dir like this http://www.yourwebiste.com/etmain/
Offline
Pages: 1