Page 1 of 2

gg_turbo

PostPosted: Thu Jul 22, 2010 4:48 am
by tnarocks
gg_turbo is not working on my server. You keep the same weapon after you kill someone till the next round and thats when you get your new gun.

PostPosted: Thu Jul 22, 2010 11:52 am
by XE_ManUp
Is gg turbo set to 1 in the gg_turbo.cfg?

PostPosted: Thu Jul 22, 2010 10:19 pm
by tnarocks
yep have it set to 1
this is what my gg_turbo.cfg looks like
// ****************************************************************************
// * gg_turbo.cfg -- Turbo Configuration *
// * *
// * This file defines GunGame Addon settings. *
// * *
// * Note: Any alteration of this file requires a *
// * server restart or a reload of GunGame. *
// ****************************************************************************



// ============================================================================
// >> TURBO MODE
// ============================================================================
// Description:
// Gives the player their next weapon immediately when they level up.
// Options:
// 0 = (Disabled) Do not load gg_turbo.
// 1 = (Enabled) Load gg_turbo.
// Default Value: 0

// Enables/Disables gg_turbo.
gg_turbo 1

PostPosted: Thu Jul 22, 2010 10:21 pm
by XE_ManUp
How are you loading gungame51? Is it loaded in autoexec.cfg? If so, try loading in server.cfg and see if that helps. Is this the only addon that you are loading?

PostPosted: Fri Jul 23, 2010 12:09 am
by tnarocks
i have it loaded in the server.cfg like you said and now the only weapons that i get are knives no guns and no its not the only addon that i am loading

Re: gg_turbo

PostPosted: Fri Jul 23, 2010 1:30 am
by tnarocks
http://www.sendspace.com/file/6rzfl5
thats the log file from the folder orangebox/cstrike/logs

PostPosted: Fri Jul 23, 2010 8:24 am
by CTS_AE
What is the spe_version?

I'm quite confused because the spe_version on my GG server is
"spe_version" = "1.5.0f r78"

but then I followed the same links you have in the current download links post
and now this other server I tried installing it onto is:
Source Python Extensions, 1.5.0f revision 75

I don't know if that could have anything to do with it, but I'm slightly confused about it.

what's it say when you run this in rcon?
es_load gungame51

or what does es_load output for you?

PostPosted: Sat Jul 24, 2010 1:30 am
by tnarocks
ok i got the gg_turbo to work. I disabled the warmup round and all of a sudden the turbo works now and so does buylevel and give. i also updated the gametypes.txt

PostPosted: Sat Jul 24, 2010 10:20 pm
by Huggs
I've noted this problem before.
Map configs mostly do not work.
Turbo, DM, and Elim are not working well.
Since the OB update the server often doesn't even recognize the commands in the console.

I'm willing to help debug this, but haven't gotten any response.



PCH

PostPosted: Sat Jul 24, 2010 11:44 pm
by XE_ManUp
Sorry - I missed the post where you said that. I have been pretty busy and may have overlooked something. So, if you have a map-based config in cstrike/maps/cfg/mapname.cfg, it doesn't load the addon?

Re: gg_turbo

PostPosted: Tue Jul 27, 2010 2:09 am
by Huggs
Yes that is correct. I'm not sure it's related to having map configs though. The Warmup round usually seems to work in DM, but when the game starts it often won't switch to the designated mode (DM or Elim). In the console it doesn't recognize the command. I'm guessing the module is not loaded. It's odd because it occasionally does work. The maps configs are not enabled maybe 90% of the time and the command is not recognized maybe 70% of the time.

I wasn't trying to complain, just trying to chime in with some added information. You guys have been carrying a heavy load and it is appreciated.
If I can help to debug this in any way, please feel free to ask.


Best regards,
PCH

Re: gg_turbo

PostPosted: Tue Jul 27, 2010 2:25 am
by XE_ManUp
The stated issue (included/custom addons not loading) should be FIXED as of 5.1.480.

If not, please let me know. Map configs might be a slightly different case.

Re: gg_turbo

PostPosted: Wed Jul 28, 2010 2:55 am
by Huggs
Thanks for working on this.
I installed 481 and it's still not loading -

] gg_deathmatch 1
Unknown command: gg_deathmatch

The Warmup Round does run in DM.


PCH

PostPosted: Wed Jul 28, 2010 4:01 am
by XE_ManUp
Try using this:

es_delayed 2 gg_deathmatch 1

PostPosted: Wed Jul 28, 2010 8:23 pm
by tnarocks
would that work for the one in warmup also

PostPosted: Wed Jul 28, 2010 10:26 pm
by Huggs
I tried this from the console (map was already started) -

] gg_deathmatch 1
Unknown command: gg_deathmatch
] es_delayed 2 gg_deathmatch 1
Unknown command: es_delayed

I'm not sure where else I should try this - in a map config?



PCH

PostPosted: Thu Jul 29, 2010 12:11 am
by XE_ManUp
lol Huggs - were you on the console of the server when you tried that?

If not, use rcon before both of those commands.

...I was under the impression that you HAD these commands in a map config and you said that they were not working. You have officially confused me.

Re: gg_turbo

PostPosted: Thu Jul 29, 2010 1:54 am
by Huggs
From the game console -
rcon_password xxxxx
rcon es_delayed 2 gg_deathmatch 1

(no response)

5 minutes later it did switch (you can see the CVARs reset on the screen

I also put that into a custom menu -
es_delayed 2 gg_deathmatch 1

(no response)

Not sure what else to try.
(I'm just ignoring the map configs until I can do manually)


PCH

PostPosted: Thu Jul 29, 2010 2:34 am
by pyro
This is very unusual. :S I havnt had this happen once.

Re: gg_turbo

PostPosted: Sat Jul 31, 2010 5:34 am
by your-name-here
Huggs wrote:From the game console -
rcon_password xxxxx
rcon es_delayed 2 gg_deathmatch 1

(no response)

5 minutes later it did switch (you can see the CVARs reset on the screen

I also put that into a custom menu -
es_delayed 2 gg_deathmatch 1

(no response)

Not sure what else to try.
(I'm just ignoring the map configs until I can do manually)


PCH


I'm pretty confused by your statement (as well as the rest of your posts). How on earth can you be running warmup in DM, yet gg_deathmatch is an unrecognized command? There is only one explanation. You did gg_deathmatch in your console vs, rcon gg_deathmatch. I hope you're not putting your map configs on your local server but rather FTP'ing to the server and putting them on there.

In reality, doesn't look like you have an issue an all to me...