Raised This Month: $ Target: $400
 0% 

[L4D & L4D2] Mutant Tanks (v9.1, 3-20-2024)


Post New Thread Reply   
 
Thread Tools Display Modes
Slaven555
Member
Join Date: Jul 2018
Old 07-11-2021 , 18:23   Re: [L4D & L4D2] Mutant Tanks (v8.86, 7-8-2021)
Reply With Quote #1041

Hi Crasher. The error appeared again:
188.xxx.xxx.xxx: 28015:send reliable stream overflow
Slaven555 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-11-2021 , 23:31   Re: [L4D & L4D2] Mutant Tanks (v8.86, 7-8-2021)
Reply With Quote #1042

Quote:
Originally Posted by Slaven555 View Post
Hi Crasher. The error appeared again:
188.xxx.xxx.xxx: 28015:send reliable stream overflow
I finally figured out the cause of that error earlier today. I will release a small update soon. Thank you for testing and reporting.
__________________

Last edited by Psyk0tik; 07-12-2021 at 15:04.
Psyk0tik is offline
darkbret
Junior Member
Join Date: Sep 2019
Old 07-15-2021 , 12:56   Re: [L4D & L4D2] Mutant Tanks (v8.85, 6-20-2021)
Reply With Quote #1043

Code:
L 07/15/2021 - 23:46:22: [SM] Exception reported: Failed to create native "MT_IsCloneSupported", name is probably already in use
L 07/15/2021 - 23:46:22: [SM] Blaming: mutant_tanks\mt_clone.smx
L 07/15/2021 - 23:46:22: [SM] Call stack trace:
L 07/15/2021 - 23:46:22: [SM]   [0] CreateNative
L 07/15/2021 - 23:46:22: [SM]   [1] Line 39, mt_clone.sp::AskPluginLoad2
L 07/15/2021 - 23:46:22: [SM] Failed to load plugin "mutant_tanks\mt_clone.smx": unexpected error 23 in AskPluginLoad callback.
L 07/15/2021 - 23:46:41: [SM] Unable to load plugin "mutant_tanks\mt_omni.smx": Native "MT_CanTankSpawn" was not found
L 07/15/2021 - 23:46:42: [SM] Unable to load plugin "mutant_tanks\mt_respawn.smx": Native "MT_CanTankSpawn" was not found
I got this error
darkbret is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-15-2021 , 12:58   Re: [L4D & L4D2] Mutant Tanks (v8.85, 6-20-2021)
Reply With Quote #1044

Quote:
Originally Posted by darkbret View Post
Code:
L 07/15/2021 - 23:46:22: [SM] Exception reported: Failed to create native "MT_IsCloneSupported", name is probably already in use
L 07/15/2021 - 23:46:22: [SM] Blaming: mutant_tanks\mt_clone.smx
L 07/15/2021 - 23:46:22: [SM] Call stack trace:
L 07/15/2021 - 23:46:22: [SM]   [0] CreateNative
L 07/15/2021 - 23:46:22: [SM]   [1] Line 39, mt_clone.sp::AskPluginLoad2
L 07/15/2021 - 23:46:22: [SM] Failed to load plugin "mutant_tanks\mt_clone.smx": unexpected error 23 in AskPluginLoad callback.
L 07/15/2021 - 23:46:41: [SM] Unable to load plugin "mutant_tanks\mt_omni.smx": Native "MT_CanTankSpawn" was not found
L 07/15/2021 - 23:46:42: [SM] Unable to load plugin "mutant_tanks\mt_respawn.smx": Native "MT_CanTankSpawn" was not found
I got this error
You have 2 copies of Mutant Tanks running. Refer to this post:
Quote:
Originally Posted by Crasher_3637 View Post
The folder structure changed. You have 2 separate sets of Mutant Tanks running.

Since v8.84, you only need 3 plugins:
- mt_abilities.smx
- mt_abilities2.smx
- mutant_tanks.smx
__________________
Psyk0tik is offline
darkbret
Junior Member
Join Date: Sep 2019
Old 07-16-2021 , 11:18   Re: [L4D & L4D2] Mutant Tanks (v8.85, 6-20-2021)
Reply With Quote #1045

Quote:
Originally Posted by Crasher_3637 View Post
You have 2 copies of Mutant Tanks running. Refer to this post:
Thank you. I already resolved this, but my plugin just have only a tank

what should i do?
darkbret is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-16-2021 , 11:36   Re: [L4D & L4D2] Mutant Tanks (v8.85, 6-20-2021)
Reply With Quote #1046

Quote:
Originally Posted by darkbret View Post
Thank you. I already resolved this, but my plugin just have only a tank

what should i do?
All Mutant Tanks are disabled by default. You must open up mutant_tanks.cfg inside addons/sourcemod/data folder and set "Tank Enabled" to "1" for each Tank that you want to use.

I disabled all of them by default awhile back because some users complained that some of them were too OP and they didn't know how to configure them. At least now, it forces players to use the config file so they can see how to configure everything.
__________________
Psyk0tik is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-20-2021 , 16:47   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1047

Version 8.87 is out!

Thank you to the following people who helped me throughout the process of making this update: Slaven555, Mi.Cura, GL_INS, XXrevoltadoXX, peachie, FusionFlarez, yuzumi, KasperH/Ladis, Blueberry/Kleiner

Here are the main changes:

1. Fixed the "send reliable stream overflow" error. (Finally!)
2. New admin command: sm_mt_admin - Allows admins to toggle visual effects.
3. Improved reward stacking.
4. Players can now share rewards with teammates.
5. Added compatibility with Lux's cs_ladders plugin.

Download | Changelog | Information | Settings
__________________
Psyk0tik is offline
user2000
Member
Join Date: Nov 2015
Location: Peru - Lima
Old 07-20-2021 , 21:42   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1048

Version 8.87

PHP Code:
L 07/20/2021 20:37:19SourceMod error session started
L 07
/20/2021 20:37:19Info (map "c2m1_highway") (file "E:\JuegosSteam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\logs\errors_20210720.log")
L 07/20/2021 20:37:19: [mutant_tanks\mutant_tanks.smx]  Failed to locate patchLadderDismount2 (CTerrorPlayer::PreThink::SafeDropLogic) [Expected 09 Found FF]
L 07/20/2021 20:37:19: [mutant_tanks\mutant_tanks.smx]  Failed to locate patchLadderMount2 (CTerrorWeapon::CanDeployFor::MoveType) [Expected 09 Found FF
user2000 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-20-2021 , 21:44   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1049

Quote:
Originally Posted by user2000 View Post
Version 8.87

PHP Code:
L 07/20/2021 20:37:19SourceMod error session started
L 07
/20/2021 20:37:19Info (map "c2m1_highway") (file "E:\JuegosSteam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\logs\errors_20210720.log")
L 07/20/2021 20:37:19: [mutant_tanks\mutant_tanks.smx]  Failed to locate patchLadderDismount2 (CTerrorPlayer::PreThink::SafeDropLogic) [Expected 09 Found FF]
L 07/20/2021 20:37:19: [mutant_tanks\mutant_tanks.smx]  Failed to locate patchLadderMount2 (CTerrorWeapon::CanDeployFor::MoveType) [Expected 09 Found FF
Did you update your gamedata and patch config files?
- addons/sourcemod/data/mutant_tanks/mutant_tanks_patches.cfg
- addons/sourcemod/gamedata/mutant_tanks.txt

I don't get these errors on any of my servers.
__________________
Psyk0tik is offline
user2000
Member
Join Date: Nov 2015
Location: Peru - Lima
Old 07-20-2021 , 21:48   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1050

yes, everything updated

meta 1.11.0-dev+1143V
sourcemod 1.11.0.6698

Last edited by user2000; 07-20-2021 at 21:50.
user2000 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 19:44.


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