thanks... i've been through that thread..
With darkplaces i can secsessfully run a server with only port 26000 open on my router.... everything is forwarded from the routers gateway address (which i'm handing out to everyone that wants to join) which is 70.64.0.62
the port is forwarded to my own computers ip address which is the usually 192.168.x.x location..
this is what i'm currently successfully running a server with....
My Command line reads like so:
"E:\Quake\Quake 1\darkplaces.exe" -dedicated 16 -ip 192.168.xxx.xxx -nojoy -noipx -zone 512 -heapsize 65536 +exec DeathmatchScript.cfg
I'm also running with the ZEUS bots.. (latest version that i could find)
currently with the following cfg
//Deathmatch Dedicated Server Configuration
//Testing still Beware
//Master Server Info
hostname "Judas's Deathmatch Server"
sv_aim "2"
sv_maxspeed "420.0000"
sv_maxrate "5500"
sv_phs "1"
sv_stopspeed "150"
sv_maxvelocity "3500"
sv_gravity "800"
sv_friction "6"
sv_mintic "0.03"
sv_maxtic "0.05"
sv_highchars "1"
sv_spectatormaxspeed "400"
sv_accelerate "10"
sv_airaccelerate ".08"
sv_spectalk "0"
sv_wateraccelerate "10"
sv_waterfriction "1"
sv_hide_version_info "1"
watervis "1"
showdrop "1"
pausable "0"
//Downloading Permissions
allow_download "0"
allow_download_skins "0"
allow_download_models "0"
allow_download_maps "0"
//Server Information(s)
serverinfo admin "Judas"
serverinfo server "Welcome to the Frag "Fest" ives
//Flood Protection
floodprot 4 4 180
floodprotmsg "You Have Activated Flood Protection, Shut up or get Auto BOOTED... You can't speak for 3 minutes!"
//Game Settings
maxspectators 0
maxclients 16
fraglimit 25
timelimit 20
teamplay 0
skill 0
noexit 1
deathmatch 2
samelevel 0
//Map Rotation
map cmt1b
localinfo cmt1b cmt2
localinfo cmt3 cmt4
localinfo cmt5b death32c
localinfo endif povdmm4
localinfo slide1 slide7
localinfo ztndm1 ztndm2
localinfo ztndm3 ztndm4
localinfo ztndm5 ztndm6
Reason for "testing" is that i've been working on a quake 1 project for well over a year now. Many hours put into it providing end users with the most choices and the best graphics/preformance/capabilities... It's one big 155mb package containing everything anyone would need to runn the full version of quake 1....
No mods, no bonus packs or addition maps... yet....
Right now i'm just touching on server stuff.... and i want to add Rune to the pack as it adds alot to deathmatch playing...
Now if i attempt to run the Rune quake with JUST the provided cfg file with zero additions or modifications aside from an attempt to change some to "serverinfo xxx xxx"
and here's the EXACT error i get..
here's more info on "Darkplaces"
http://icculus.org/twilight/darkplaces/