I need help installing gungame 5.1

Having problems with GunGame5 (NOT FOR BUGS)? Ask here!

I need help installing gungame 5.1

Postby moehog0 » Tue Jun 29, 2010 12:36 am

Hey guys, i had to restart my server from scratch, and i see that a new gungame 5.1 was released for the new css update. what are the steps i need to take to install gungame51 into my server, assuming i have no prior gungame installed anywere.

I tried to do it myself, but the download did not come with any gungame configs, and when i put all the addons/sounds etc. into the corrosponding folders and added gungame51 to my autoexec, the server wouldnt startup.

Other than the gungame5.1 download, and event scripts, what other stuff do i need to download ? And where do i find the gungame.cfg files (i believe its called gg_en_config) , its nowhere to be found in any of my folders for my server. :(
moehog0

Recruit
Recruit
 
Posts: 2
Joined: Fri Jun 19, 2009 2:56 am
Steam Friends Name: moehog0

Postby satoon101 » Tue Jun 29, 2010 12:46 am

Most of the .cfg files are created the first time you es_load gungame51 . Instead of adding it to your autoexec, try es_loading it after the server has started up. You can use es_load gungame51 in the server's console, or if you don't have access to that, use rcon es_load gungame51 in your client console while you are on the server. Let us know if that crashes the server or if you encounter any errors. Also, just to make sure, you are using the following versions:


You 'must' run those versions. Having said that, there are still some crashes that are being looked into/fixed. So if you still encounter some after verifying your versions, please post any/all information you can to help the devs narrow the issue down.

Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby ttc » Tue Jun 29, 2010 12:08 pm

GunGame51 It is not started. :cry:
Is available:
1. New server Linux (orangebox).
2. GunGame5.1.453 (autoexec.cfg + es_load gungame51).
3. EventScripts 2.1.0.323
4. SourcePythonExtensions Ep2 version (es2-ob-linux_bld2).

At input of es_load gungame51 command - RCON the answer: Can't load addon (gungame51): No module named spe_C

In what there can be a reason?
ttc

Private
Private
User avatar
 
Posts: 17
Joined: Fri Oct 23, 2009 1:54 am

Re: I need help installing gungame 5.1

Postby luflux » Tue Jun 29, 2010 12:40 pm

Satoons post on Matties forum helped me out - Thanks Satoon btw :)

You need to make sure you have the correct version of SPE installed:
viewtopic.php?f=125&t=29657

Download the Ep2 version there and make sure you upload all files to the correct folders.

If you are running Linux, I believe that you will need to change the .vdf to look like:
Code:"Plugin"
{
"file" "addons/sp_extensions_ep2_i486.so"
}Satoon
luflux

Private
Private
 
Posts: 7
Joined: Mon Jun 28, 2010 11:56 pm

Re: I need help installing gungame 5.1

Postby ttc » Tue Jun 29, 2010 5:25 pm

About, thanks! It has helped :)
GunGame it is started. But players run with knifes :(
As though WEAPON ORDER FILE it is not read...
There are thoughts?
Excuse for bad English :P
ttc

Private
Private
User avatar
 
Posts: 17
Joined: Fri Oct 23, 2009 1:54 am

Re: I need help installing gungame 5.1

Postby luflux » Tue Jun 29, 2010 5:54 pm

I'm in the same boat at the moment but have heard that a new update of SPE has been uploaded today which should sort this out. I'm at work atm so have to wait till i get home to try out. :(
luflux

Private
Private
 
Posts: 7
Joined: Mon Jun 28, 2010 11:56 pm

Postby redned » Tue Jun 29, 2010 8:55 pm

i got knife only too -
getting
CCommand::Tokenize: Encountered command which overflows the tokenizer buffer.. Skipping!
Invalid syntax.
Error source (console): (no script)


TypeError: an integer is required
Traceback (most recent call last):
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/es.py, line 211, in tick
x()
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py, line 173, in tick
_executenode(first)
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py, line 155, in _executenode
function(*a, **kw)
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/gungame51/gungame51.py, line 744, in give_weapon_check
Player(userid).give_weapon()
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py, line 561, in give_weapon
weapon_%s % self.weapon)
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py, line 163, in weapon
return self.get_weapon()
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py, line 461, in get_weapon
return get_level_weapon(self.level)
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/gungame51/core/weapons/shortcuts.py, line 77, in get_level_weapon
return get_weapon_order(weaponOrderName).get_weapon(level)
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/gungame51/core/weapons/__init__.py, line 289, in get_weapon
if not level in range(1, len(self.order) + 1):
TypeError: an integer is required
Last edited by redned on Tue Jun 29, 2010 9:38 pm, edited 1 time in total.
redned

Private
Private
 
Posts: 5
Joined: Sat Mar 06, 2010 5:02 pm
Location: west midlands

Postby redned » Tue Jun 29, 2010 9:38 pm

onload i get
[GunGame] ===============================================================================
[GunGame]
Invalid syntax.
Error source (console): (no script)
[GunGame] Weapon Order: default_weapon_order
Invalid syntax.
Error source (console): (no script)
[GunGame] +-------+-----------+---------------+
[GunGame] | Level | Multikill | Weapon |
[GunGame] +-------+-----------+---------------+
[GunGame] | 1 | 1 | glock |
[GunGame] | 2 | 1 | usp |
[GunGame] | 3 | 1 | p228 |
[GunGame] | 4 | 1 | deagle |
[GunGame] | 5 | 1 | fiveseven |
[GunGame] | 6 | 1 | elite |
[GunGame] | 7 | 1 | m3 |
[GunGame] | 8 | 1 | xm1014 |
[GunGame] | 9 | 1 | tmp |
[GunGame] | 10 | 1 | mac10 |
[GunGame] | 11 | 1 | mp5navy |
[GunGame] | 12 | 1 | ump45 |
[GunGame] | 13 | 1 | p90 |
[GunGame] | 14 | 1 | galil |
[GunGame] | 15 | 1 | famas |
[GunGame] | 16 | 1 | ak47 |
[GunGame] | 17 | 1 | scout |
[GunGame] | 18 | 1 | m4a1 |
[GunGame] | 19 | 1 | sg552 |
[GunGame] | 20 | 1 | aug |
[GunGame] | 21 | 1 | m249 |
[GunGame] | 22 | 1 | hegrenade |
[GunGame] | 23 | 1 | knife |
[GunGame] +-------+-----------+---------------+
[GunGame]
[GunGame] ===============================================================================

Weapon Order Changed! Restarting in 2 seconds!


Traceback (most recent call last):
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/es.py, line 211, in tick
x()
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py, line 178, in tick
_executenode(task)
File /home/cic/css_obx/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py, line 155, in _executenode
function(*a, **kw)
TypeError: object of type 'NoneType' is not callable

Connection to Steam servers successful.
TypeError: an integer is required
TypeError: an integer is required
TypeError: an integer is required
Weapon Order Changed! Restarting in 2 seconds!
TypeError: an integer is required
redned

Private
Private
 
Posts: 5
Joined: Sat Mar 06, 2010 5:02 pm
Location: west midlands

Postby pyro » Wed Jun 30, 2010 12:10 am

Looks like the weapon issue is only happening on Linux. I have a windows box and Haven't had any issues with the weapon list at all.
pyro

Private 1st Class
Private 1st Class
User avatar
 
Posts: 181
Joined: Wed Nov 04, 2009 1:26 pm
Location: Melbourne, Australia
Xfire Name: pyromaniac771

Re: I need help installing gungame 5.1

Postby luflux » Wed Jun 30, 2010 8:01 am

Any one had any success with the no weapon issue yet?
luflux

Private
Private
 
Posts: 7
Joined: Mon Jun 28, 2010 11:56 pm

Postby Monday » Wed Jun 30, 2010 8:49 am

Please download the latest version of gungame and let us know if the problem persists.
Monday

Site Admin
Site Admin
User avatar
 
Posts: 97
Joined: Sat Feb 14, 2009 1:51 am

Re: I need help installing gungame 5.1

Postby luflux » Wed Jun 30, 2010 12:45 pm

Thanks Monday - Will dl after work and let you know.
luflux

Private
Private
 
Posts: 7
Joined: Mon Jun 28, 2010 11:56 pm

Re: I need help installing gungame 5.1

Postby lastrider » Wed Jun 30, 2010 1:10 pm

I don't mean to hijack the thread, though I'm having the exact same issues of starting with no weapons other than knife.

on Linux:
GG VERSION: 5.1.454
SPE VERSION: 1.5.0f r75
ES VERSION: 2.1.0.323
ES CORE VERSION: 2.1.0.323
MM VERSION: 1.8.2V
SM VERSION: 1.3.3

I believe they are the latest stable versions and it should work with GunGame 5.1? With nothing changed after uploading GunGame 5.1, only started with es_load gungame51 in autoexec.cfg which created the config files fine, though nothing else was edited.

In console I do get the following errors:

ConVarRef eventscripts_gg5 doesn't point to an existing ConVar
SetConVar: No such cvar ( eventscripts_gg5 set to 5.1.454), skipping
ConVarRef eventscripts_gg doesn't point to an existing ConVar
SetConVar: No such cvar ( eventscripts_gg set to 5.1.454), skipping
ConVarRef es_corelib_ver doesn't point to an existing ConVar
SetConVar: No such cvar ( es_corelib_ver set to 2.1.0.323), skipping
ConVarRef spe_version_var doesn't point to an existing ConVar
SetConVar: No such cvar ( spe_version_var set to 1.5.0f r75), skipping
 


However, if I try to do es_reload gungame51 through RCON the server crashes and restarts. Doing es_unload gungame51 states GunGame51 was unloaded successfully, though again with es_load gungame51 via RCON crashes and restarts the server.

This is the GunGame log:

*******************************************************************************
*                                                                    v5.1.454 *
*                          GUNGAME v5.1 ERROR LOGGING                         *
*                           HTTP://WWW.GUNGAME5.COM/                          *
*                                                                             *
*       GG VERSION: 5.1.454                           IP: 85.234.148.14       *
*      SPE VERSION: 1.5.0f r75                      PORT: 27035               *
*         PLATFORM: POSIX                           DATE: 06-30-2010          *
*       ES VERSION: 2.1.0.323            ES CORE VERSION: 2.1.0.323           *
*       MM VERSION: 1.8.2V                    SM VERSION: 1.3.3               *
*     MANI VERSION: 0                        EST VERSION: 0                   *
*                                                                             *
*******************************************************************************


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
     LAST EVENT: [06/30/2010 @ 13:18:27]          TOTAL OCCURENCES: [0002]    
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Traceback (most recent call last):
  File "../eventscripts/es.py", line 211, in tick
    x()
  File "../eventscripts/_libs/python/gamethread.py", line 178, in tick
    _executenode(task)
  File "../eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "../eventscripts/gungame51/gungame51.py", line 753, in give_weapon_check
    Player(userid).give_weapon()
  File "../eventscripts/gungame51/core/players/__init__.py", line 561, in give_weapon
    "weapon_%s" % self.weapon)
  File "../eventscripts/gungame51/core/players/__init__.py", line 163, in weapon
    return self.get_weapon()
  File "../eventscripts/gungame51/core/players/__init__.py", line 461, in get_weapon
    return get_level_weapon(self.level)
  File "../eventscripts/gungame51/core/weapons/shortcuts.py", line 77, in get_level_weapon
    return get_weapon_order(weaponOrderName).get_weapon(level)
  File "../eventscripts/gungame51/core/weapons/__init__.py", line 289, in get_weapon
    if not level in range(1, len(self.order) + 1):

TypeError: an integer is required


Any help appreciated.
lastrider

Private
Private
 
Posts: 10
Joined: Wed Jun 30, 2010 1:00 pm
Steam Friends Name: soldier_moj

Re: I need help installing gungame 5.1

Postby ttc » Thu Jul 01, 2010 10:05 am

The problem remained and after upgrade :(
After the warm-up, all players remain with knifes.
Is available.
1. Server: Linux (orangebox).
2. EventScripts CS:S Public Beta: OrangeBox v2.1.0.323 (es2-ob-linux_bld2).
3. GunGame5.1 (5.1.454) - (autoexec.cfg + es_load gungame51).
4. Source Python Extensions [6/29/10] (sp_extensions_ep2).
RCON the answer:
Loaded plugins:
---------------------
0:  "Source Python Extensions, 2009 - 2010, your-name-here"
1:  "Mattie's EventScripts, http://www.eventscripts.com, Version:2.1.0.323"
2:  "Mani Admin Plugin 2009 V1.2U VSP Orange, http://www.mani-admin-plugin.com"
---------------------


What with it to make?... With infinite knifes.
Forces already are not present :cry:
Excuse for bad English :P
ttc

Private
Private
User avatar
 
Posts: 17
Joined: Fri Oct 23, 2009 1:54 am

Re: I need help installing gungame 5.1

Postby Road_kill » Fri Jul 02, 2010 3:04 am

Hello
I am in need of Help getting my server back up and running Gungame. I am runninng a windows server I have all the updates. gungame dont seem to start. Server don't crash. I get a error when i try and start from rcon i get a
No module named spe_C error.
I have installed on windows server
gungame5_1_457
es2-ob-windows_bld2
sp_extensions_ep2
I looked in all the confg files I could think of.

I know I am probably missing something easy.

I also want to say what a great job you guys are doing on Gungame its a great addon Keep up the great work.

Im also running beetlesmod everything worked good before Orangebox update. Thankyou
Road_kill

Recruit
Recruit
 
Posts: 1
Joined: Thu Jul 09, 2009 2:57 pm
Steam Friends Name: Road_kill



Return to Troubleshooting (NOT FOR BUGS)

Who is online

Users browsing this forum: No registered users and 12 guests

cron