Raised This Month: $ Target: $400
 0% 

[CS:S/CS:GO] GunGame


Post New Thread Reply   
 
Thread Tools Display Modes
antwon8797
New Member
Join Date: Jul 2022
Old 07-16-2022 , 07:19   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5281

I need help with running bots on my CSS gungame server that I rented from Gameservers.com. I have found a few key videos for running bots on your own personal server but I am having trouble with doing so on a rented server with a different file structure. Gameservers offer a few of the key mods and I have installed the following mods-

SourceMod 1.10.6497 Full
MetaMod: Source 1.10.7 971
zBlock
GunGame
RankMe
Eventscripts

I have reached out for support through game servers to add bots to the server but they have not been helpful and their FAQ page of https://my.gameservers.com/faq/index...rence=FAQ-0283 tells me to add a few lines of code to a file that does not exist, when I talk to a person they recommended finding an appropriate bots addon but I am having no luck finding installation instructions for anything that is not a personal server. I am grateful for any help on this matter. Thank you!
antwon8797 is offline
Fragenstein
Member
Join Date: Mar 2005
Old 07-28-2022 , 17:50   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5282

Quote:
Originally Posted by OneMore View Post
All sounds used by GG are in gungame.config.txt
Do you have other config files for GG in cfg folder? For example, I have several folders for different GG setups. And I change settings folder changing cvar sm_gg_cfgdirname

So could it be possible if you change sm_gg_cfgdirname cvar to another folder during the first map?
Found the problem. Setting sv_pure to "0" solved it
__________________
Fragenstein is offline
vpat
New Member
Join Date: Aug 2022
Old 09-02-2022 , 18:41   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5283

Hi there, the game is ending after the very first kill. I have it configured to level up after 1 kill but I'm not sure where I screwed up in the configs. It should end after someone finishes 70. Appreciate any help.

gungame.equip.txt -
"70" "knife"
"69" "taser"
"68" "hegrenade"
"67" "incgrenade"
"66" "awp"
"65" "g3sg1"
"64" "scar20"
"63" "ssg08"
"62" "ak47"
"61" "m4a1"
"60" "sg556"
"59" "aug"
"58" "galilar"
"57" "famas"
"56" "mac10"
"55" "mp9"
"54" "bizon"
"53" "p90"
"52" "ump45"
"51" "mp7"
"50" "mag7"
"49" "negev"
"48" "m249"
"47" "sawedoff"
"46" "xm1014"
"45" "nova"
"44" "deagle"
"43" "elite"
"42" "tec9"
"41" "cz75a"
"40" "hkp2000"
"39" "fiveseven"
"38" "p250"
"37" "usp_silencer"
"36" "glock"
"35" "knife"
"34" "taser"
"33" "hegrenade"
"32" "incgrenade"
"31" "awp"
"30" "g3sg1"
"29" "scar20"
"28" "ssg08"
"27" "ak47"
"26" "m4a1"
"25" "sg556"
"24" "aug"
"23" "galilar"
"22" "famas"
"21" "mac10"
"20" "mp9"
"19" "bizon"
"18" "p90"
"17" "ump45"
"16" "mp7"
"15" "mag7"
"14" "negev"
"13" "m249"
"12" "sawedoff"
"11" "xm1014"
"10" "nova"
"9" "deagle"
"8" "elite"
"7" "tec9"
"6" "cz75a"
"5" "hkp2000"
"4" "fiveseven"
"3" "p250"
"2" "usp_silencer"
"1" "glock"

gungame_const.inc -
/**
* Maximum level in gungame.
*/
#define GUNGAME_MAX_LEVEL 70 (I also tried 71)

Last edited by vpat; 09-02-2022 at 18:42.
vpat is offline
OneMore
Senior Member
Join Date: Feb 2019
Old 09-02-2022 , 18:48   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5284

Quote:
Originally Posted by vpat View Post

gungame_const.inc -
/**
* Maximum level in gungame.
*/
#define GUNGAME_MAX_LEVEL 70 (I also tried 71)
Did you recompile the gungame plugin with an amended inc file?
I’m not sure where it makes difference but I would suggest having levels from 1 to 70 in the config file, but not in decreasing way.
OneMore is offline
vpat
New Member
Join Date: Aug 2022
Old 09-02-2022 , 18:50   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5285

Thanks for the suggestions, I'll give those a try.
vpat is offline
vpat
New Member
Join Date: Aug 2022
Old 09-02-2022 , 19:36   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5286

The issue was the order of the weapon indexes, reversed it to start from 1 and it worked fine. Thanks!

Last edited by vpat; 09-02-2022 at 19:37.
vpat is offline
tbrown7552
Junior Member
Join Date: Jun 2010
Old 09-09-2022 , 16:59   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5287

I have a csgo server running GG and im having two issues with hegrenade.

1) I dont see anywhere to give a weapon while on nade level.

2) When on nade level the hud is blank and if you change weapons you only have a knife. GG says that im on nade level however.
tbrown7552 is offline
OneMore
Senior Member
Join Date: Feb 2019
Old 09-09-2022 , 18:04   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5288

Quote:
Originally Posted by tbrown7552 View Post
I have a csgo server running GG and im having two issues with hegrenade.

1) I dont see anywhere to give a weapon while on nade level.

2) When on nade level the hud is blank and if you change weapons you only have a knife. GG says that im on nade level however.
gungame.config.txt

/**
* This gives the player a weapon with 50 bullets on nade level.
* Example:
* "NadeBonus" "glock" - gives glock
* "NadeBonus" "deagle" - gives deagle
* "NadeBonus" "" - feature disabled
*/
"NadeBonus" "deagle"
OneMore is offline
tbrown7552
Junior Member
Join Date: Jun 2010
Old 09-09-2022 , 21:36   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5289

Quote:
Originally Posted by OneMore View Post
gungame.config.txt

/**
* This gives the player a weapon with 50 bullets on nade level.
* Example:
* "NadeBonus" "glock" - gives glock
* "NadeBonus" "deagle" - gives deagle
* "NadeBonus" "" - feature disabled
*/
"NadeBonus" "deagle"
ahh found it and it was set to fiveseven. so thats also not working.
tbrown7552 is offline
tbrown7552
Junior Member
Join Date: Jun 2010
Old 09-13-2022 , 18:37   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5290

removed nade bonus weapon and the issue still happens.

Changed to different things like incendiary and it still does the same thing.

Changed to a gun and it works fine.

Not sure whats causing this
tbrown7552 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode