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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 08-10-2022 , 09:11   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1411

Quote:
Originally Posted by Psyk0tik View Post
See instructions for compiling, specifically the 3rd step.
I did all that, and ingame it says they are all Enabled, are the spawns random or do I have to manually spawn them?
__________________
Groven is offline
Slaven555
Member
Join Date: Jul 2018
Old 08-10-2022 , 09:20   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1412

Hello Psyk0tik. Noticed a strange bug. If I open a box of incendiary shells, I will take them and shoot, but not all the way. Then I will go into afk and then I will go out, incendiary cartridges will be restored to the previous amount.
Slaven555 is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 08-10-2022 , 09:41   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1413

Quote:
Originally Posted by Groven View Post
I did all that, and ingame it says they are all Enabled, are the spawns random or do I have to manually spawn them?
Random, you can also manually spawn them if you like through the menu.
__________________

Looking for some fun!
thewintersoldier97 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 08-10-2022 , 16:14   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1414

Quote:
Originally Posted by Slaven555 View Post
Hello Psyk0tik. Noticed a strange bug. If I open a box of incendiary shells, I will take them and shoot, but not all the way. Then I will go into afk and then I will go out, incendiary cartridges will be restored to the previous amount.
Have you tested if this is caused by Mutant Tanks?
Does this happen only in certain cases, like when you have an active reward from killing a Tank?
__________________
Psyk0tik is offline
Slaven555
Member
Join Date: Jul 2018
Old 08-11-2022 , 05:49   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1415

Quote:
Originally Posted by Psyk0tik View Post
Have you tested if this is caused by Mutant Tanks?
Does this happen only in certain cases, like when you have an active reward from killing a Tank?
This error happens all the time. It doesn't matter if the tank is out or not. If I remove the mutant tanks, then everything is in order with the cartridges. Version 8.83 does not have this bug. Tested with plugins completely disabled.
Slaven555 is offline
Slaven555
Member
Join Date: Jul 2018
Old 08-12-2022 , 03:48   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1416

Hello Psyk0tik. I found an ammo issue. If you comment out lines 7767 - 7774, then the bug disappears.
Slaven555 is offline
zaviier
Senior Member
Join Date: Aug 2017
Location: Indonesia
Old 08-12-2022 , 08:33   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1417

look like it's all Bomber Tank fault that can make my server crash all this time.
this happend after 3-5 min after Bomber Tank spawn. tested 3 times


for first time, i dont know what causing my server crash. it's random crash with no log, so i'm curious and install Accelerator and ask here but no reply https://forums.alliedmods.net/showthread.php?t=339014

I figure this out when i play with my friend. after 8 round (I play in Tank Challenge), Bomber Tank spawn, then server crash after some minutes.

can you check on this one?
idk maybe some tank with same ability like bomber can make server crash too.

my bomber ability setting
Code:
		"Bomb Ability"
		{
			"Human Ability"				"1"
			"Human Ammo"				"2"
			"Ability Enabled"			"1"
			"Ability Effect"			"7"
			"Ability Message"			"0"
			"Bomb Chance"				"100.0"
			"Bomb Death"				"1"
			"Bomb Death Chance"			"100.0"
			"Bomb Hit"				"1"
			"Bomb Hit Mode"				"0"
			"Bomb Range"				"150.0"
			"Bomb Range Chance"			"65.0"
			"Bomb Rock Break"			"1"
			"Bomb Rock Chance"			"100.0"
		}

Last edited by zaviier; 08-12-2022 at 09:23.
zaviier is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 08-12-2022 , 12:39   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1418

Quote:
Originally Posted by Slaven555 View Post
This error happens all the time. It doesn't matter if the tank is out or not. If I remove the mutant tanks, then everything is in order with the cartridges. Version 8.83 does not have this bug. Tested with plugins completely disabled.
Quote:
Originally Posted by Slaven555 View Post
Hello Psyk0tik. I found an ammo issue. If you comment out lines 7767 - 7774, then the bug disappears.
Alright, I found the issue and you are correct, it is that code block that's causing problems. The code block is necessary for other features so I'm going to move it around instead of commenting it out entirely.

Quote:
Originally Posted by zaviier View Post
look like it's all Bomber Tank fault that can make my server crash all this time.
this happend after 3-5 min after Bomber Tank spawn. tested 3 times
...

for first time, i dont know what causing my server crash. it's random crash with no log, so i'm curious and install Accelerator and ask here but no reply https://forums.alliedmods.net/showthread.php?t=339014

I figure this out when i play with my friend. after 8 round (I play in Tank Challenge), Bomber Tank spawn, then server crash after some minutes.

can you check on this one?
idk maybe some tank with same ability like bomber can make server crash too.

my bomber ability setting
...
Are you using l4d2_skill_detect.smx on your server? Another user is getting the same crash as you and I saw that plugin name in the crash log. If you have it, please disable it and test if you still crash.
__________________
Psyk0tik is offline
zaviier
Senior Member
Join Date: Aug 2017
Location: Indonesia
Old 08-12-2022 , 13:58   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1419

Quote:
Originally Posted by Psyk0tik View Post
Are you using l4d2_skill_detect.smx on your server? Another user is getting the same crash as you and I saw that plugin name in the crash log. If you have it, please disable it and test if you still crash.
no, i'm not.
also, i'm testing to change all bomb ability chance to original one (33.3%)
and it's rare to get crash.

edit: nvm, still crash.. tested in second times got crash in 2 min


here all my plugins
Code:
 "Automatic Campaign Switcher (ACS)" (v2.0.0) by Chris Pringle
 "Admin File Reader" (1.11.0.6911) by AlliedModders LLC
 "Admin Help" (1.11.0.6911) by AlliedModders LLC
 "Admin Menu" (1.11.0.6911) by AlliedModders LLC
 "Anti-Flood" (1.11.0.6911) by AlliedModders LLC
 "Basic Ban Commands" (1.11.0.6911) by AlliedModders LLC
 "Basic Chat" (1.11.0.6911) by AlliedModders LLC
 "Basic Comm Control" (1.11.0.6911) by AlliedModders LLC
 "Basic Commands" (1.11.0.6911) by AlliedModders LLC
 "Basic Info Triggers" (1.11.0.6911) by AlliedModders LLC
 "Basic Votes" (1.11.0.6911) by AlliedModders LLC
 "Connect Announce" (1.8) by Arg!
 "Client Preferences" (1.11.0.6911) by AlliedModders LLC
 "[L4D2]Defib_Fix" (2.0.1) by Lux
 "Fun Commands" (1.11.0.6911) by AlliedModders LLC
 "Fun Votes" (1.11.0.6911) by AlliedModders LLC
 "[L4D2] F-18 Airstrike" (1.8) by SilverShot
 "[L4D2] F-18 Airstrike - Dead Air" (1.3-da) by SilverShot
 "[L4D2] F-18 Airstrike - No Mercy" (1.3-nm) by SilverShot
 "[L4D2] F-18 Airstrike - Triggers" (1.3-tr) by SilverShot
 "[L4D2] CreateSurvivorBot Test" (1.0.0.0) by MicroLeo (port by Dragokas)
 "[L4D2] Shop (Points and Gift System)" (v4.5) by v2.0+ Updated by pan0s. Original author: Drakcol - Fixed by AXIS_ASAKI
 "[L4D2] Shop SF - Auto Bunnyhop" (v1.0) by noa1mbot modified by pan0s
 "[L4D2] Shop SF - China Qing Gong" (v1.0) by pan xiaohai modified by pan0s
 "[L4D2] Shop SF - Laser Tag" (v1.0) by KrX/Whosat modified by pan0s
 "[L4D2] Shop - Extra Item Lethal Weapon" (1.0) by ztar modified by pan0s
 "[L4D(2)] MultiSlots Improved" (4.7) by SwiftReal, MI 5, ururu, KhMaIBQ, HarryPotter
 "[L4D(2)] AFK and Join Team Commands Improved" (3.9) by MasterMe & HarryPotter
 "[L4D1 & L4D2] CreateSurvivorBot" (1.0) by MicroLeo (port by Dragokas)
 "[L4D & L4D2] Extinguisher and Flamethrower" (1.19) by SilverShot
 "[L4D & L4D2] Pause Messages Block" (1.1) by SilverShot
 "[L4D1/2] Survivor Identity Fix for 5+ Survivors" (1.7) by Merudo, Shadowysn
 "[L4D & L4D2] Left 4 DHooks Direct" (1.110) by SilverShot
 "[MT] Abilities Set #1" (8.94) by Psyk0tik
 "[MT] Abilities Set #2" (8.94) by Psyk0tik
 "[L4D & L4D2] Mutant Tanks" (8.94) by Psyk0tik
 "Player Commands" (1.11.0.6911) by AlliedModders LLC
 "Reserved Slots" (1.11.0.6911) by AlliedModders LLC
 "Sound Commands" (1.11.0.6911) by AlliedModders LLC
 "[L4D2]Survivor_AFK_Fix" (1.0.4) by Lux
 "WeaponHandling" (1.0.6) by Lux

Last edited by zaviier; 08-12-2022 at 14:02.
zaviier is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 08-13-2022 , 19:16   Re: [L4D & L4D2] Mutant Tanks (v8.94, 7-4-2022)
Reply With Quote #1420

Quote:
Originally Posted by zaviier View Post
no, i'm not.
also, i'm testing to change all bomb ability chance to original one (33.3%)
and it's rare to get crash.

edit: nvm, still crash.. tested in second times got crash in 2 min
...

here all my plugins
...
Do you know when the crash occurs? What happens right before the server crashes? I suspect it happens when the rock explodes or makes contact with a survivor or special infected.
__________________
Psyk0tik 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 04:52.


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