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

[CS:GO] Pug Setup (v2.0.7, 2021-11-03)


Post New Thread Reply   
 
Thread Tools Display Modes
riquelme
Junior Member
Join Date: Jul 2018
Old 07-09-2018 , 17:58   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #681

Quote:
Originally Posted by Jasnoor View Post
Also how did you guys fix the server crashing?
my server suffers with this issue too
__________________
riquelme is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 07-10-2018 , 00:08   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #682

Quote:
Originally Posted by Jasnoor View Post
Ever since the update .r has stopped working.Anyone else facing the issue?Also how did you guys fix the server crashing?
Update your version of sourcemod to a stable 1.9 build.

https://www.sourcemod.net/downloads.php
__________________
splewis is offline
89LampShade
New Member
Join Date: Jul 2018
Old 07-10-2018 , 00:17   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #683

Quote:
Originally Posted by splewis View Post
Update your version of sourcemod to a stable 1.9 build.

https://www.sourcemod.net/downloads.php
We are also having crashing issues on our server. It crashes people's game when they are using the New UI. Sourcemod 1.9 doesn't fix that issue. Do you know of way of fixing this issue?
89LampShade is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 07-10-2018 , 02:30   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #684

Quote:
Originally Posted by 89LampShade View Post
We are also having crashing issues on our server. It crashes people's game when they are using the New UI. Sourcemod 1.9 doesn't fix that issue. Do you know of way of fixing this issue?
No, and I'm not planning on looking into it until panorama becomes the default. Chances are a change in sourcemod/csgo will resolve the crashing issue rather than a change to this plugin.
__________________
splewis is offline
Jasnoor
New Member
Join Date: Oct 2017
Old 07-30-2018 , 17:04   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #685

Im facing an issue every time the game ends. Everyone's game crashes and i (Admin) get 40 % packet loss.
Jasnoor is offline
Artinovich
Junior Member
Join Date: Jan 2018
Old 08-03-2018 , 05:23   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #686

Panorama is the default now
any player tries to join my pug server's his/her game crashes
any tips or solution plz?
thanks in advance

Last edited by Artinovich; 08-03-2018 at 05:23. Reason: mistake
Artinovich is offline
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 08-03-2018 , 08:01   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #687

Quote:
Originally Posted by Artinovich View Post
Panorama is the default now
any player tries to join my pug server's his/her game crashes
any tips or solution plz?
thanks in advance
Just change the value of mp_maxrounds 99999 to 1
__________________

Last edited by raj kaul; 08-03-2018 at 09:08. Reason: Mistake
raj kaul is offline
sime0282
Member
Join Date: Dec 2017
Old 08-03-2018 , 19:08   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #688

where can i edit this in the source? want to change this "PugSetup" to.

"[PugSetup] Pug leader: spicey
[PugSetup] Map type: vote for a map
[PugSetup] Team type: (5 vs 5) captains pick players
[PugSetup] Record demo: disabled
[PugSetup] Knife round: disabled
[PugSetup] Autolive: enabled"

"[PERFORMANCE] Pug leader: spicey
[PERFORMANCE] Map type: vote for a map
[PERFORMANCE] Team type: (5 vs 5) captains pick players
[PERFORMANCE] Record demo: disabled
[PERFORMANCE] Knife round: disabled
[PERFORMANCE] Autolive: enabled"

g_MessagePrefixCvar = CreateConVar(
"sm_pugsetup_message_prefix", "[{YELLOW}PugSetup{NORMAL}]",
"The tag applied before plugin messages. If you want no tag, you can set an empty string here.");

i have edit this line to this but still does not work

g_MessagePrefixCvar = CreateConVar(
"sm_pugsetup_message_prefix", "[{YELLOW}PERFORMANCE{NORMAL}]",
"The tag applied before plugin messages. If you want no tag, you can set an empty string here.");
sime0282 is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 08-03-2018 , 21:22   Re: [CS:GO] Pug Setup (v2.0.4, 2018-02-18)
Reply With Quote #689

Quote:
Originally Posted by sime0282 View Post
where can i edit this in the source? want to change this "PugSetup" to.

"[PugSetup] Pug leader: spicey
[PugSetup] Map type: vote for a map
[PugSetup] Team type: (5 vs 5) captains pick players
[PugSetup] Record demo: disabled
[PugSetup] Knife round: disabled
[PugSetup] Autolive: enabled"

"[PERFORMANCE] Pug leader: spicey
[PERFORMANCE] Map type: vote for a map
[PERFORMANCE] Team type: (5 vs 5) captains pick players
[PERFORMANCE] Record demo: disabled
[PERFORMANCE] Knife round: disabled
[PERFORMANCE] Autolive: enabled"

g_MessagePrefixCvar = CreateConVar(
"sm_pugsetup_message_prefix", "[{YELLOW}PugSetup{NORMAL}]",
"The tag applied before plugin messages. If you want no tag, you can set an empty string here.");

i have edit this line to this but still does not work

g_MessagePrefixCvar = CreateConVar(
"sm_pugsetup_message_prefix", "[{YELLOW}PERFORMANCE{NORMAL}]",
"The tag applied before plugin messages. If you want no tag, you can set an empty string here.");
The cvar exists so you can set it, not so you can edit the code to change the default.

https://github.com/splewis/csgo-pug-setup#configuration

"After installing the plugin, start the server and check cfg/sourcemod/pugsetup. There will be a file called pugsetup.cfg that you can edit to change the cvars the plugin uses. I recommend skimming this file at least to see if there's anything you want to change."
__________________
splewis is offline
nomnomtofu
New Member
Join Date: Sep 2018
Old 09-04-2018 , 15:15   Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)
Reply With Quote #690

Is there any way to incorporate the stats system from your get5 plugin with this pugmod so we can get post match stats from the games played?
nomnomtofu 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 17:34.


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