If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hello forum, sorry for this noob question, but i need a tutorial to create a dedicated server with darkplaces (i need to use darkplaces) under windows I have no idea about this! Thanks in advance
the invasion has begun! hide your children, grab the guns, and pack sandwiches.
I thought DP max slots was 64, but someone told me its alot higher?
Other switches:
sv_protocolname "dp7"
(If you want normal quake clients to be able to connect use "quake")
- ip 127.0.0.1 (if you want to host local on your PC)
+developer 1 (prints error/warning messages to server command prompt)
+ prvm_backtraceforwarnings 1
(does a backtracefor developer messages)
prvm_leaktest 1
(does memory leaktests, useful for spotting runaway QC)
-noipx
(not sure if its still valid in DP, disables IPX network protocol)
-nojoy -nosound -nocdaudio
** no joystick , no cd or sound needs to be loaded with dedicated mode. Not sure if DP
does this by default now for the sounds, but I put them in to conserve resources.
deathmatch 1 will get you into deathmatch mode for your server.
The order the files gets executed is:
quake.rc
default.cfg
config.cfg
autoexec.cfg
To connect to the server simply type connect (ipaddress) in the console. If you are local, it will probably show up in your multiplayer menu under Darkplaces games....as long as sv_public is set right.
Also , if you are not sure or forgot a cvar (whicn never happens !) you can type:
apropos (keyword)
..and in the console there will be a list of what is possible in Darkplaces, and reference the cvar with an explanation - covers all the legacy quake cvars as well. Also you can type in :
cvarlist
all work in dedicated mode at the servers command prompt.
Mr.Burns "Helping to keep this community friendly, helpful, and clean of spammers since 2006" WWW:Quake Terminus , QuakeVoidYou Tube:QuakeVoid Servers: Quake.shmack.net, damage.servequake.com News: JCR's excellent ctsj_jcr map is being ported to OOT
Comment