Hi does anyone can help me make a server with Nitmod...I long time ago make one but dont know how to make players can download requered files from me maps,mods etc...Is there anyway to upload etmain folder and all requered files
Hi does anyone can help me make a server with Nitmod...I long time ago make one but dont know how to make players can download requered files from me maps,mods etc...Is there anyway to upload etmain folder and all requered files
See
http://etmods.net/nitmod_install.php
You have some http and dl cvars, and you need an http mirror for downloading IIRC
See
http://etmods.net/nitmod_install.php
You have some http and dl cvars, and you need an http mirror for downloading IIRC
Can you please explain me a little bit what you means with IIRC and http mirror?
I just searching a way where upload my maps and config to people can download trought the game with high speed not only 26kb/s or lower
IIRC stands for If I Recall Correctly, sorry ^^'
set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL
"http://somewebsite.com"
set sv_wwwFallbackURL
"http://somewebsite.com"
set sv_wwwDlDisconnected "0"
Which should have
http://somewebsite.com/etmain
and
http://somewebsite.com/nitmod
Also I think
set sv_maxRate "25000"
set sv_dl_maxRate "200000000" // 2 Mo/s -> 250 KB/s
set sv_floodProtect "1"
From an old config I have found on external HDD
IIRC stands for If I Recall Correctly, sorry ^^'
set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL
"http://somewebsite.com"
set sv_wwwFallbackURL
"http://somewebsite.com"
set sv_wwwDlDisconnected "0"
Which should have
http://somewebsite.com/etmain
and
http://somewebsite.com/nitmod
Also I think
set sv_maxRate "25000"
set sv_dl_maxRate "200000000" // 2 Mo/s -> 250 KB/s
set sv_floodProtect "1"
From an old config I have found on external HDD
I know that but example
http://somewebsite.com
thats the problem does i need buy somewhere server where i upload files and than put that link there do you understand what i means
Hmm, well either rent/setup a server online for 24/7 availability or host/setup it if you can keep it running the time you want
I'm not much aware as of how that works
Hmm, well either rent/setup a server online for 24/7 availability or host/setup it if you can keep it running the time you want
I'm not much aware as of how that works
Ok thanks anyway for help ;)