Raised This Month: $51 Target: $400
 12% 

[CS:GO] Skill Auto Balance (v4.1.2, 2021-2-20)


Post New Thread Reply   
 
Thread Tools Display Modes
Effeff
AlliedModders Donor
Join Date: Jan 2019
Location: discord: ff#0533
Old 04-02-2020 , 12:21   Re: [CS:GO] Skill Auto Balance (v2.0.0, 2020-4-1)
Reply With Quote #41

Quote:
Originally Posted by eliteroyal View Post
effef, witch version should we use? from first post or last?
First post.

2.0.2: Instead of removing client weapons, I am blocking left&right click while players are frozen and only permitting when round starts. This should much more safely resolve the issue.
Also removed a 0.1 second period where frozen clients are un-frozen, as it appears to be unnecessary.
Effeff is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 04-03-2020 , 06:13   Re: [CS:GO] Skill Auto Balance (v2.0.2, 2020-4-2)
Reply With Quote #42

Errors:
new/skillautobalance.smx (Skill Autobalance): Error detected in plugin startup (see error logs)

nothing in error logs
compiled with last stable sourcemod (1.10 647
__________________
PEACE FROM MOLDOVA
eliteroyal is offline
Effeff
AlliedModders Donor
Join Date: Jan 2019
Location: discord: ff#0533
Old 04-03-2020 , 12:49   Re: [CS:GO] Skill Auto Balance (v2.0.2, 2020-4-2)
Reply With Quote #43

Quote:
Originally Posted by eliteroyal View Post
Errors:
new/skillautobalance.smx (Skill Autobalance): Error detected in plugin startup (see error logs)

nothing in error logs
compiled with last stable sourcemod (1.10 647
2.0.3: Added cvars: sab_enableblockteamswitch, sab_enableforcejointeam. Enabled by default, can toggle off in case you want to allow clients to switch team.

Attempted to fix an issue where, if enabled, attempting to add commands to the adminmenu results in plugin failing to startup. Fix is only calling the functions that attempt this after adminmenu handle is successfully retrieved.

I checked my own logs and saw this issue I think. I hope this will fix it.

Last edited by Effeff; 04-03-2020 at 12:50.
Effeff is offline
Spyrek
Senior Member
Join Date: Jun 2009
Old 04-03-2020 , 14:47   Re: [CS:GO] Skill Auto Balance (v2.0.3, 2020-4-3)
Reply With Quote #44

Plugin failed to compile! Please try contacting the author.

Fix the download please
Spyrek is offline
Effeff
AlliedModders Donor
Join Date: Jan 2019
Location: discord: ff#0533
Old 04-03-2020 , 15:41   Re: [CS:GO] Skill Auto Balance (v2.0.3, 2020-4-3)
Reply With Quote #45

Quote:
Originally Posted by Spyrek View Post
Plugin failed to compile! Please try contacting the author.

Fix the download please
Wow I have no idea why it isn't working.

It compiles on my computer, I will include .smx for now.

Last edited by Effeff; 04-03-2020 at 15:45.
Effeff is offline
Effeff
AlliedModders Donor
Join Date: Jan 2019
Location: discord: ff#0533
Old 04-03-2020 , 18:23   Re: [CS:GO] Skill Auto Balance (v2.0.4, 2020-4-3)
Reply With Quote #46

2.0.4: Fixed bug where players lose their weapons on the start of the round after being swapped.
Identified bug that made a player spawn in opposing team's spawn (see Bugs section)

For now due to a forum bug (?) the web compiler is using SM 1.1 instead of SM 1.10 so you need to download the skillautobalance.smx I included.

Last edited by Effeff; 04-03-2020 at 19:16.
Effeff is offline
xSLOW
Senior Member
Join Date: Apr 2019
Location: Romania
Old 04-03-2020 , 23:27   Re: [CS:GO] Skill Auto Balance (v2.0.4, 2020-4-3)
Reply With Quote #47

Version 2.0.2
Quote:
L 04/04/2020 - 06:23:58: SourceMod error session started
L 04/04/2020 - 06:23:58: Info (map "de_mirage") (file "/home/client8664/service8610/csgo/csgo/addons/sourcemod/logs/errors_20200404.log")
L 04/04/2020 - 06:23:58: [SM] Exception reported: Invalid Handle 0 (error: 4)
L 04/04/2020 - 06:23:58: [SM] Blaming: tools/teambalance_new.smx
L 04/04/2020 - 06:23:58: [SM] Call stack trace:
L 04/04/2020 - 06:23:58: [SM] [0] FindTopMenuCategory
L 04/04/2020 - 06:23:58: [SM] [1] Line 561, c:\Users\xSLOW\Desktop\compilerV2\source\team balance_new.sp::AttachSetTeamAdminMenu
L 04/04/2020 - 06:23:58: [SM] [2] Line 132, c:\Users\xSLOW\Desktop\compilerV2\source\team balance_new.sp::OnPluginStart
L 04/04/2020 - 06:23:58: [SM] Unable to load plugin "tools/teambalance_new.smx": Error detected in plugin startup (see error logs)
__________________
My community:
https://elitegamers.ro
https://www.gametracker.com/search/c...elitegamers.ro

Contact me, fastest way, through my discord server:
https://discord.gg/SBHzDGbbgG
xSLOW#0508
xSLOW is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 04-04-2020 , 06:40   Re: [CS:GO] Skill Auto Balance (v2.0.4, 2020-4-3)
Reply With Quote #48

Compiled good with sm 1.10 but i found a bug:
my friend joined the server and he spawned in T spawn as a CT.
here - https://steamuserimages-a.akamaihd.n...76BBC84C6276B/
__________________
PEACE FROM MOLDOVA

Last edited by eliteroyal; 04-04-2020 at 07:19.
eliteroyal is offline
Effeff
AlliedModders Donor
Join Date: Jan 2019
Location: discord: ff#0533
Old 04-04-2020 , 09:34   Re: [CS:GO] Skill Auto Balance (v2.0.5, 2020-4-3)
Reply With Quote #49

2.0.5: Investigating cause of bug where, on connect, player spawns in opposing team's spawn. For now, set cvar sab_enableforcejointeam to 0. I think this is causing it but I am not sure.
Hooked all cvars so that it properly sets/updates their values when they are changed.
Effeff is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 04-05-2020 , 10:30   Re: [CS:GO] Skill Auto Balance (v2.0.5, 2020-4-3)
Reply With Quote #50

Quote:
Originally Posted by Effeff View Post
2.0.5: Investigating cause of bug where, on connect, player spawns in opposing team's spawn. For now, set cvar sab_enableforcejointeam to 0. I think this is causing it but I am not sure.
Hooked all cvars so that it properly sets/updates their values when they are changed.
sab_enableforcejointeam "0"
i had this disabled when the bug happened, or at least i put that cvar to 0 after the config was created but i dont remember if the map changed and it took effect or not.
__________________
PEACE FROM MOLDOVA

Last edited by eliteroyal; 04-05-2020 at 10:31.
eliteroyal 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 09:55.


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