Hi I've just set up my first quake server with the darkplaces engine. It was suggested to install runequake but I get this error:
Code:
Host_Error: server Progs attempted to read an out of bounds edict number
Quake Error: Host_Error: server Progs attempted to read an out of bounds edict number
I'm using the default autoexec.cfg from the example.cfg with only the hostname changed.
Startup line:
darkplaces-linux-x86_64-dedicated -basedir ~/quake +exec dm.cfg -game runes
and dm.cfg:
Code:
deathmatch 1
timelimit 15
fraglimit 30
sv_public 1
maxplayers 8
nomonsters 1
map dm1
Any ideas greatly appreciated. Thanks.