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

Team Balance Immunity


Post New Thread Reply   
 
Thread Tools Display Modes
LiMaaa
AlliedModders Donor
Join Date: Oct 2010
Location: Behind You
Old 01-19-2014 , 05:21   Re: Team Balance Immunity
Reply With Quote #261

is this plugin working for tf2 still?
__________________
>>> Hiring SourcePawn, Node.js, SteamAPI DEVS <<<
Feel free to add me on steam or PM me on the forums.
Endless Gamers Community
http://endlessgamers.com
LiMaaa is offline
PolyQuad
Member
Join Date: Oct 2011
Old 01-19-2014 , 17:27   Re: Team Balance Immunity
Reply With Quote #262

Its working fine for me on TF2 running on linux.
PolyQuad is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 01-20-2014 , 13:05   Re: Team Balance Immunity
Reply With Quote #263

The site seems to be broken, any way of getting the source?
Mitchell is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 03-11-2014 , 23:59   Re: Team Balance Immunity
Reply With Quote #264

Quote:
Originally Posted by GoldTreeServers View Post
New gamedata:

PHP Code:
"Games"
{
    
"tf"
    
{
        
"Offsets"
        
{
            
"CanBeAutobalanced"
            
{
                
"windows"    "457"
                "linux"        "458"
                "mac"        "458"
            
}
        }
    }

Hope it work

Where do I put this to get this working ?
__________________
ph is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 03-12-2014 , 07:23   Re: Team Balance Immunity
Reply With Quote #265

create new .txt file in gamedata folder and name it tf2autobalance.txt and paste in there that stuff
__________________
...
Oshizu is offline
KiRRA
Senior Member
Join Date: Nov 2012
Old 03-12-2014 , 11:38   Re: Team Balance Immunity
Reply With Quote #266

This may just be a giant coincidence but recently TeamBalanceImmunity has started preventing the server from starting. There are the errors that flood the console when the extension is installed:

PHP Code:
L 03/12/2014 10:10:10: [AUTOIMMUNITYSigscan for GetPlayer failed Disabling detour to prevent crashes
Missing shutdown 
function for Sys_InitAuthentication() : Sys_ShutdownAuthentication()
Missing shutdown function for S_Init() : S_Shutdown()
Missing shutdown function for Decal_Init() : Decal_Shutdown()
Missing shutdown function for InitStudioRender() : ShutdownStudioRender()
Missing shutdown function for StaticPropMgr()->Init() : StaticPropMgr()->Shutdown()
Missing shutdown function for modelloader->Init() : modelloader->Shutdown()
Missing shutdown function for InitMaterialSystem() : ShutdownMaterialSystem()
Missing shutdown function for HLTV_Init() : HLTV_Shutdown()
Missing shutdown function for g_Log.Init() : g_Log.Shutdown()
Missing shutdown function for ReplaySystem_InitbDedicated ) : ReplaySystem_Shutdown()
Missing shutdown function for sv.InitbDedicated ) : sv.Shutdown()
Missing shutdown function for g_GameEventManager.Init() : g_GameEventManager.Shutdown()
Missing shutdown function for NET_InitbDedicated ) : NET_Shutdown()
Missing shutdown function for Key_Init() : Key_Shutdown()
Missing shutdown function for Filter_Init() : Filter_Shutdown()
Missing shutdown function for saverestore->Init() : saverestore->Shutdown()
Missing shutdown function for COM_Init() : COM_Shutdown()
Missing shutdown function for V_Init() : V_Shutdown()
Missing shutdown function for g_pCVar->Init() : g_pCVar->Shutdown()
Missing shutdown function for Cmd_Init() : Cmd_Shutdown()
Missing shutdown function for Cbuf_Init() : Cbuf_Shutdown()
Missing shutdown function for Con_Init() : Con_Shutdown()
Missing shutdown function for Memory_Init() : Memory_Shutdown()
Missing shutdown function for Host_Inits_bIsDedicated ) : Host_Shutdown()
Missing shutdown function for Sys_InitMemory() : Sys_ShutdownMemory()
Missing shutdown function for Sys_Init() : Sys_Shutdown()
Missing shutdown function for COM_InitFilesysteminfo.m_pInitialMod ) : COM_ShutdownFileSystem() 
These errors only appear when I install the TeamBalanceImmunity extension and clear up immediately when they are removed.

I used the zip file provided by Bl4nk a few pages back, as well as the Windows compiled extensions he provided. I also used the new gamedata from above but with no luck. Any and all help would be greatly appreciated!
KiRRA is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 03-12-2014 , 11:40   Re: Team Balance Immunity
Reply With Quote #267

Quote:
Originally Posted by KiRRA View Post
This may just be a giant coincidence but recently TeamBalanceImmunity has started preventing the server from starting. There are the errors that flood the console when the extension is installed:

PHP Code:
L 03/12/2014 10:10:10: [AUTOIMMUNITYSigscan for GetPlayer failed Disabling detour to prevent crashes
Missing shutdown 
function for Sys_InitAuthentication() : Sys_ShutdownAuthentication()
Missing shutdown function for S_Init() : S_Shutdown()
Missing shutdown function for Decal_Init() : Decal_Shutdown()
Missing shutdown function for InitStudioRender() : ShutdownStudioRender()
Missing shutdown function for StaticPropMgr()->Init() : StaticPropMgr()->Shutdown()
Missing shutdown function for modelloader->Init() : modelloader->Shutdown()
Missing shutdown function for InitMaterialSystem() : ShutdownMaterialSystem()
Missing shutdown function for HLTV_Init() : HLTV_Shutdown()
Missing shutdown function for g_Log.Init() : g_Log.Shutdown()
Missing shutdown function for ReplaySystem_InitbDedicated ) : ReplaySystem_Shutdown()
Missing shutdown function for sv.InitbDedicated ) : sv.Shutdown()
Missing shutdown function for g_GameEventManager.Init() : g_GameEventManager.Shutdown()
Missing shutdown function for NET_InitbDedicated ) : NET_Shutdown()
Missing shutdown function for Key_Init() : Key_Shutdown()
Missing shutdown function for Filter_Init() : Filter_Shutdown()
Missing shutdown function for saverestore->Init() : saverestore->Shutdown()
Missing shutdown function for COM_Init() : COM_Shutdown()
Missing shutdown function for V_Init() : V_Shutdown()
Missing shutdown function for g_pCVar->Init() : g_pCVar->Shutdown()
Missing shutdown function for Cmd_Init() : Cmd_Shutdown()
Missing shutdown function for Cbuf_Init() : Cbuf_Shutdown()
Missing shutdown function for Con_Init() : Con_Shutdown()
Missing shutdown function for Memory_Init() : Memory_Shutdown()
Missing shutdown function for Host_Inits_bIsDedicated ) : Host_Shutdown()
Missing shutdown function for Sys_InitMemory() : Sys_ShutdownMemory()
Missing shutdown function for Sys_Init() : Sys_Shutdown()
Missing shutdown function for COM_InitFilesysteminfo.m_pInitialMod ) : COM_ShutdownFileSystem() 
These errors only appear when I install the TeamBalanceImmunity extension and clear up immediately when they are removed.

I used the zip file provided by Bl4nk a few pages back, as well as the Windows compiled extensions he provided. I also used the new gamedata from above but with no luck. Any and all help would be greatly appreciated!
PHP Code:
L 03/12/2014 10:10:10: [AUTOIMMUNITYSigscan for GetPlayer failed Disabling detour to prevent crashes 
The cause of that i assume
Invalid gamedata might'be causing your server to crash or your using wrong plugin with wrong gamedata
__________________
...

Last edited by Oshizu; 03-12-2014 at 12:17.
Oshizu is offline
KiRRA
Senior Member
Join Date: Nov 2012
Old 03-12-2014 , 12:19   Re: Team Balance Immunity
Reply With Quote #268

Quote:
Originally Posted by Oshizu View Post
PHP Code:
L 03/12/2014 10:10:10: [AUTOIMMUNITYSigscan for GetPlayer failed Disabling detour to prevent crashes 
The cause of that i assume
Hmmm, happen to know of a working version for Windows? I BELIEVE (got confused trying to follow all the versions and changes) I am using Psychonic's version, with the updated gamedata provided above.

I'm gonna delete it all and make sure I do have everything correct from the right versions and such but I do believe I have the latest files. Any chance anyone can provide all the files they have for a working Windows copy?
KiRRA is offline
psychonic

BAFFLED
Join Date: May 2008
Old 03-12-2014 , 12:23   Re: Team Balance Immunity
Reply With Quote #269

Quote:
Originally Posted by KiRRA View Post
Hmmm, happen to know of a working version for Windows? I BELIEVE (got confused trying to follow all the versions and changes) I am using Psychonic's version, with the updated gamedata provided above.

I'm gonna delete it all and make sure I do have everything correct from the right versions and such but I do believe I have the latest files. Any chance anyone can provide all the files they have for a working Windows copy?
My version did not use a GetPlayer function.
psychonic is offline
KiRRA
Senior Member
Join Date: Nov 2012
Old 03-12-2014 , 12:38   Re: Team Balance Immunity
Reply With Quote #270

Quote:
Originally Posted by psychonic View Post
My version did not use a GetPlayer function.
Might be using conflicting parts of this plugin then, once I get home (so I can compile the plugin) I will give it a try once again. I'm really hoping to get this working as the players LOVE this small benefit.


EDIT: Yup, I must have had diff extension versions with different plugin files that just conflicted with each other. The new gamedata helped get things running as well. I have this installed again with no errors so far, hopefully I can get some feedback from players tonight. Thanks again folks, will keep ya updated!

Last edited by KiRRA; 03-12-2014 at 16:13.
KiRRA 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 08:39.


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