Page 1 of 1

Deathmatch not working with gungame

PostPosted: Wed Jan 21, 2009 5:30 pm
by errichar
Hello all,

I have a CSS dedicated linux server running the following mods
meta mod
mani admin
es_tools
gg_utils
gungame5

I cant seem to get deathmatch to work. I have tried the following

gg_respawn_cmd est_spawn (es_tools)
and
gg_respawn_cmd gg_spawn (gg_utils)

while in game by using rcon. They both are recognized commands but they do not seem to be enabling deathmatch.

The following was what i saw in the command line

==============================================================================
A GUNGAME EXCEPTION HAS BEEN CAUGHT
==============================================================================
...and logged in the error log. This file is available at:
-> addons/eventscripts/gungame/logs/errorlog 5.0.577.txt
==============================================================================
Report the following error at http://forums.gungame5.com in the respective
addon's topic, or as a GunGame bug.

The traceback is available below, the most recent call is at the end.
******************************************************************************
Traceback (most recent call last):
File "srcds/cstrike/addons/eventscripts/es.py", line 207, in tick
x()
File "srcds/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 179, in tick
_executenode(task)
File "srcds/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 156, in _executenode
function(*a, **kw)
File "/srcds/cstrike/addons/eventscripts/_libs/python/testrepeat.py", line 276, in fire
raise RepeatError('Cannot fire repeat: \"%s\" does not exist.' %repeatName)
RepeatError: Cannot fire repeat: "gungameRespawnPlayer9" does not exist.


IF anyone could help me I would be very grateful.

Thanks

errichar

PostPosted: Wed Jan 21, 2009 5:56 pm
by Warren
When I told you in IRC which commands you can use, the (es_tools) and (gg_utils) were not supposed to be included in gg_respawn_cmd.

Re: Deathmatch not working with gungame

PostPosted: Wed Jan 21, 2009 9:00 pm
by errichar
Thanks for the quick response. I did not put those in the command line. Once I read your response I checked to see and I did infact have es_tools and gg_utils installed. This seems to be tedious also to use the command line to enable deatmatch every time. Is there another way to have it set-up when the server starts. Currently I do rcon es_load gungame just to enable gun game. Possibly if there is a different way to enable deatmatch it would then work? I have tried scanning the config files and so far nothing seems to work.

Begging for help,

errichar

PostPosted: Wed Jan 21, 2009 9:22 pm
by errichar
Here are the exact commands I used to attempt to enable deathmatch

first did
rcon es_load gungame

then tried both of the following:
rcon gg_respawn_cmd est_spawn
rcon gg_respawn_cmd gg_spawn

both times I was in a server with bots and everytime I died i had to wait until the round restarted. Also while being dead a box appears telling me that I will respawn next round.

Its seems I am overlooking somthing

thanks,

errichar

PostPosted: Wed Jan 21, 2009 10:09 pm
by RideGuy
What's your IP?

PostPosted: Thu Jan 22, 2009 1:15 am
by errichar
71.13.219.80

I am Eazy-E

PostPosted: Thu Jan 22, 2009 1:54 am
by errichar
The problem is fixxed, I found it in the config file. Just had to switch it to gg_spawn instead of est_spawn. I apologise for the stupidity.