by 1337DirtAlliance » Thu Jul 11, 2013 11:05 am
Okay i've hit a wall and its pissing me off because no matter how I try to setup XA's or Gungames settings for spawning or quake sounds it all just fails. Pretty much have everything setup for a non-steam Lan based Gun-Game server. I just have a few issues that I seem to not be able to figure out on my own.
When the server starts this pops up:
Traceback (most recent call last):
File "d:\program files (x86)\counter-strike source\cstrike\addons\eventscripts\es.py", line 204, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "d:\program files (x86)\counter-strike source\cstrike\addons\eventscripts\xa\modules\xaquakesounds\xaquakesounds.py", line 128, in round_start
_play_quakesound(xaquakesoundslist['prepare'], 'prepare', 0, 0, int(quake_prepare_to_fight_mode), int(quake_prepare_to_fight_visual_mode))
TypeError: unsubscriptable object
autoexec.cfg looks like this;
es_load examples/auth/basic_auth
BASIC_AUTH_ADMIN_LIST "STEAM_ID_LAN;STEAM_20:04 19 0;" << this is something I saw on some post but doesn't work due to random id's each login to server
es_load gungame
es_load xa
I don't know how adding a admin would work and probably really don't need to if the damn server worked cause I love Gungames. What is the most annoying thing is that you don't even respawn like you should be and have to wait the entire round. Is there some missing cfg file or other plugins I need to download to make respawn possible? because when someone dies it eco's;
Unknown command "est_spawn" or
Unknown command "gg_spawn" when at that setting
Whats funny is it will show how long you have to wait till respawn but then nothing happens.
This happens when a quake sound should be played;
Traceback (most recent call last):
File "d:\program files (x86)\counter-strike source\cstrike\addons\eventscripts\es.py", line 204, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "d:\program files (x86)\counter-strike source\cstrike\addons\eventscripts\xa\modules\xaquakesounds\xaquakesounds.py", line 202, in player_death
_play_quakesound(xaquakesoundslist['headshot'], 'headshot', userid, attackerid, int(quake_headshot_mode), int(quake_headshot_visual_mode))
TypeError: unsubscriptable object
So questions I need answered for a lan Gun Game:
How to fix Gungame respawn
How to change the amount of kills needed to advance to next level --- Fixed
How to add quake sounds and edit what ones play or not
How to make myself admin and even add other computers if possible
What other plugins or scripts do I need to make respawn possible
How to make bots not camp and be more agressive
I have installed currently;
Gungame5
mattie_eventscripts_200beta2_250i AkA XA
sp_extensions_ep2_dc_recompiled AkA Python
Sorry for posting this in here but I'm unable to make a new thread nor find what I'm looking for using the search function on this forum that works. Or maybe I have overlooked something from looking for so long.