Raised This Month: $32 Target: $400
 8% 

[CS:S/CS:GO] GunGame


Post New Thread Reply   
 
Thread Tools Display Modes
Bittersweet
Veteran Member
Join Date: May 2012
Old 11-20-2015 , 13:12   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4971

Quote:
Originally Posted by PAJ3Cub View Post
Hello all. Trying to setup CS:GO server running GunGame. Most everything is working, a few minor issues, but the main issue is that with a knife kill, no kill is registered, so when a player gets to knife level, the game never ends. Our server provider, NFO, says that with GunGame mod installed, the Game Mode should be set to Classic Casual. Or, at least I think that's right.

I've been over the gamemode_casual.cfg and gungame.config.txt scripts, but I'm failing to find the issue. If I load GunGame mod using the preloaded GunGame mod under Arms Race, knife works as it should.

I'm new to CS server administration, so I'm sure this is just something I'm missing.

Any ideas what I can check?

Thanks,
PAJ3
It seems like this problem has come up before. Do a thorough search of this thread using the search tool. I can't recall what it is, but it seems like it was a simple fix.
__________________
Thank you in advance for your help

My plugins:
[CS:S] BOT Swat | [ANY] CVAR Randomizer | [CS:S] SM CS:S Tag Beta | [CS:S] Bot2Player
Awesome & Crucial plugins by other people:
[CS:S/CS:GO] GunGame | [UMC3] Ultimate Mapchooser | [ANY] Server Crontab | [ANY] SM ForceCamera
Bittersweet is offline
PAJ3Cub
New Member
Join Date: Nov 2015
Old 11-20-2015 , 15:26   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4972

Thanks for the reply, Bittersweet. I've been searching and googling for weeks and making very little progress. However, I did get it fixed. I re-downloaded gungame mod and reinstalled. Now, knife kills are working. Don't know what is different.

Thanks again for the reply!

Best,
PAJ3
PAJ3Cub is offline
ssphreak
Senior Member
Join Date: Aug 2009
Old 12-09-2015 , 11:56   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4973

Hello - This for Altex or whoever can help - How do we add the new CSGO Revolver to the gun line up?

Thank you! - sl4ysl3d
ssphreak is offline
tigerox
AlliedModders Donor
Join Date: Oct 2008
Location: Canada
Old 12-09-2015 , 23:07   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4974

Add to the end of you weaponinfo.txt. The index might be different, just add to the last one.

PHP Code:
    "revolver" {
        
"index" "48"
        "slot" "1"
        "clipsize" "8"
        "level_index" "7"
    

__________________
tigerox is offline
ssphreak
Senior Member
Join Date: Aug 2009
Old 12-10-2015 , 10:56   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4975

Quote:
Originally Posted by tigerox View Post
Add to the end of you weaponinfo.txt. The index might be different, just add to the last one.

PHP Code:
    "revolver" {
        
"index" "48"
        "slot" "1"
        "clipsize" "8"
        "level_index" "7"
    

tigerox ----- You Rock Dude!! I was close - just didn't have the index number right - thank you much! - Peace!!
ssphreak is offline
PAJ3Cub
New Member
Join Date: Nov 2015
Old 12-10-2015 , 21:09   Re: [CS:S/CS:GO] GunGame - Splash screen & Winner Screen not showing?
Reply With Quote #4976

Hello all. I got our CS:GO Gungame server pretty close to the way I want it, but there are a couple of things that I can't figure out. Let me know if you have any input on how to go about fixing the following issues.

1. The splash screen that is shown while the map loads shows map details that aren't related to gungame. See screenshot. Googling this issue, I found that this is a client-side load and there isn't anything that can be done to get rid of this screen. But, I'd thought I'd ask anyway. Is there a way to disable or edit the text?


2. The Winner Screen isn't being shown on a win. What we get is the following screenshot.

The code in the gungame.txt file shows
Code:
/* ===== [5. GUNGAME DISPLAY WINNER CONFIG] ===== */
        
        /* Display winner in MOTD window. */
        "DisplayWinnerMotd" "1"

        /**
          * URL to display in MOTD window. 
          *
          * Default: http://otstrel.ru/gg5_win_csgo.php?close=10
          *     URL Params: 
          *         close=<int> - close popup window in that number of seconds. 0 = disabled. default = disabled.
          */
        "DisplayWinnerUrl" "http://cdsfastdl.site.nfoservers.com/public/gg5_win.php"

        /* Show player rank on win in chat */
        "ShowPlayerRankOnWin" "1"

        /**
         * If player wins on bot, then dont add win in stats.
         *
         * 0 - Add win into stats.
         * 1 - Don't add win into stats.
         */
        "DontAddWinsOnBot" "1"
The URL is correct and if I open a web browser I can see the template:


gungame_display_winner.smx is under the /csgo/addons/sourcemod/plugins directory, however, I don't see a .cfg file for this plugin.
I also have csgo_window_open.php and gungame_winner.php under the csgo/tools directory, however, I'm not sure how they are related, or if anything needs to be done to these files.

Again, if you have any suggestions, I'd greatly appreciate it! ;)

Thanks,
PAJ3Cub
PAJ3Cub is offline
bongotrommler
Senior Member
Join Date: Feb 2013
Location: GG-Elite.Net
Old 12-11-2015 , 04:15   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4977

try to change your URL to the csgo_window_open.php

your entry @cfg
"DisplayWinnerUrl" "http://cdsfastdl.site.nfoservers.com/public/gg5_win.php"

New:
Code:
 "DisplayWinnerUrl" "http://cdsfastdl.site.nfoservers.com/public/csgo_window_open.php
and rename your gg5_win.php to gungame_winner.php or edit the window_open.php and change gungame_winner.php to gg5_win.php

Last edited by bongotrommler; 12-11-2015 at 04:17.
bongotrommler is offline
thecyupy
Member
Join Date: Aug 2013
Old 12-13-2015 , 15:39   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4978

I need a full updated of the plugin...
thecyupy is offline
PAJ3Cub
New Member
Join Date: Nov 2015
Old 12-14-2015 , 17:58   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4979

Quote:
Originally Posted by bongotrommler View Post
try to change your URL to the csgo_window_open.php

your entry @cfg
"DisplayWinnerUrl" "http://cdsfastdl.site.nfoservers.com/public/gg5_win.php"

New:
Code:
 "DisplayWinnerUrl" "http://cdsfastdl.site.nfoservers.com/public/csgo_window_open.php
and rename your gg5_win.php to gungame_winner.php or edit the window_open.php and change gungame_winner.php to gg5_win.php
Thanks for the suggestions. Unfortunately, they didn't work. I did get it working, though, by entering the default URL in the DisplayWinnerUrl:

Code:
"DisplayWinnerUrl" "http://otstrel.ru/gg5_win_csgo.php?close=10"
PAJ3Cub is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 12-22-2015 , 08:51   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4980

Quote:
Originally Posted by tigerox View Post
Add to the end of you weaponinfo.txt. The index might be different, just add to the last one.

PHP Code:
    "revolver" {
        
"index" "48"
        "slot" "1"
        "clipsize" "8"
        "level_index" "7"
    

Thanks! I'll add it to github repo.
__________________
altex is offline
Reply


Thread Tools
Display Modes

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 19:45.


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