Can you help me setting up my dedicated server?

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Locked
Porto
Posts: 86
Joined: Tue Mar 03, 2015 9:52 pm

Can you help me setting up my dedicated server?

Post by Porto »

Hi all,
Sorry to come to your board with a somewhat unrelated question, but someone said you guys could help :)
I'm trying to set up a dedicated server and I think it's configured correctly, but I need to enable portforwarding to make it accesable over the internet (it only appears now when I look for local servers)
I tried forwarding my ports, but that didn't work, probably because I don't really know how.

Below are my .cfg and .bat file, also a screenshot of portforwarding my modem.

the .cfg file:

Code: Select all

// Server Config for "Porto's FFA Server" 

seta sv_hostname "Porto's FFA Server"
seta sv_maxclients 16
seta g_motd "Ave, morituri te salutant!"
seta g_quadfactor 3
seta g_gametype 0
seta timelimit 15
seta fraglimit 25
seta g_needpass 0
seta g_password "none"
seta g_weaponrespawn 4
seta sv_pure 1
seta g_forcespawn 5
seta g_minPing 150
seta g_inactivity 8000
seta g_forcerespawn 0
seta rconpassword "100% legit password"
seta g_syncronousClients 0

// Map rotation:
set d1 "map rustgrad ; set nextmap vstr d2"
set d2 "map rqm3dm1 ; set nextmap vstr d3"
set d3 "map q3dm12 ; set nextmap vstr d4"
set d4 "map 13base ; set nextmap vstr d5"
set d5 "map focal_p132 ; set nextmap vstr d6"
set d6 "map q3dm19 ; set nextmap vstr d7"
set d7 "map nodm5 ; set nextmap vstr d8"
set d8 "map q3dm11 ; set nextmap vstr d9"
set d9 "map yog3dm2 ; set nextmap vstr d10"
set d10 "map qfraggel3ffa ; set nextmap vstr d11"
set d11 "map solarae ; set nextmap vstr d12"
set d12 "map aedm7 ; set nextmap vstr d13"
set d13 "map lun3dm5 ; set nextmap vstr d14"
set d14 "map ct3dm5 ; set nextmap vstr d15"
set d15 "map 13hive ; set nextmap vstr d16"
set d16 "map 13edge ; set nextmap vstr d1"
vstr d1
the .bat file:

Code: Select all

quake3 +set dedicated 2 +set net_ip 92.110.36.XXX +set net_port 27960 +set bot_enable 0 +exec FFAserversettings.cfg
the screenshot from my router:
Image
Please let me know what I should fill in, because I can't figure it out :(

I really hope you can help me, thanks in advance!
[url=https://morituritesalutant.neocities.org/]my website[/url]
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Can you help me setting up my dedicated server?

Post by obsidian »

I'm locking this thread since it's not in the appropriate section and I see that you already have the same question asked in T&T.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Locked