← Return to topic

Server

AlexKING_233 · 14 Jan 2023 at 20:18 · permalink

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

Noob_Slayer · 17 Jan 2023 at 08:29 · permalink

See
http://etmods.net/nitmod_install.php
You have some http and dl cvars, and you need an http mirror for downloading IIRC

AlexKING_233 · 17 Jan 2023 at 09:11 · permalink

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

Noob_Slayer · 17 Jan 2023 at 09:20 · permalink

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

AlexKING_233 · 18 Jan 2023 at 09:44 · permalink

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

Noob_Slayer · 18 Jan 2023 at 17:26 · permalink

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

AlexKING_233 · 19 Jan 2023 at 08:32 · permalink

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 ;)