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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-21-2018 , 19:44   Re: [L4D & L4D2] Super Tanks++ (v8.23, 07-20-2018)
Reply With Quote #191

All of those are inside the include file.

https://github.com/Psykotikism/Super...B%2B.inc#L4939

Edit: They're now a part of the core plugin.
Edit2: Moved them to include file again.
__________________

Last edited by Psyk0tik; 08-03-2018 at 07:57.
Psyk0tik is offline
leonardo martinez
Member
Join Date: Jun 2014
Old 07-22-2018 , 08:35   Re: [L4D & L4D2] Super Tanks++ (v8.23, 07-20-2018)
Reply With Quote #192

lack the ability to Shock Tank
Electric tank

"Shock Ability"
{
// Enable this ability.
// 0: OFF
// 1: ON
"Ability Enabled" "0"

// Enable the Super Tank's claw/rock attack.
// OFF: 0
// ON: 1
"Shock Hit" "1"

// The Super Tank's ability effects last this long
// Minimum: 0.1
// Maximum: 9999999999.0
"Shock Duration" "5"

// The Super Tanks shock stun damage.
// Minimum: 1
// Maximum: 100
"Shock Damage" "12"

// The Super Tank sets the survivors' run speed to this value.
// Minimum: 0.1
// Maximum: 0.99
"Shock Stun Speed" "0.75"
}
leonardo martinez is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-22-2018 , 17:57   Re: [L4D & L4D2] Super Tanks++ (v8.23, 07-20-2018)
Reply With Quote #193

Quote:
Originally Posted by leonardo martinez View Post
lack the ability to Shock Tank
Electric tank

"Shock Ability"
{
// Enable this ability.
// 0: OFF
// 1: ON
"Ability Enabled" "0"

// Enable the Super Tank's claw/rock attack.
// OFF: 0
// ON: 1
"Shock Hit" "1"

// The Super Tank's ability effects last this long
// Minimum: 0.1
// Maximum: 9999999999.0
"Shock Duration" "5"

// The Super Tanks shock stun damage.
// Minimum: 1
// Maximum: 100
"Shock Damage" "12"

// The Super Tank sets the survivors' run speed to this value.
// Minimum: 0.1
// Maximum: 0.99
"Shock Stun Speed" "0.75"
}
What exactly are you asking?
__________________
Psyk0tik is offline
Kebab230
Member
Join Date: Jan 2018
Old 07-23-2018 , 08:59   Re: [L4D & L4D2] Super Tanks++ (v8.23, 07-20-2018)
Reply With Quote #194

is there anyway we can play as a Super Tank in a coop map?
Kebab230 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-23-2018 , 09:03   Re: [L4D & L4D2] Super Tanks++ (v8.23, 07-20-2018)
Reply With Quote #195

Quote:
Originally Posted by leonardo martinez View Post
lack the ability to Shock Tank
Electric tank

"Shock Ability"
{
// Enable this ability.
// 0: OFF
// 1: ON
"Ability Enabled" "0"

// Enable the Super Tank's claw/rock attack.
// OFF: 0
// ON: 1
"Shock Hit" "1"

// The Super Tank's ability effects last this long
// Minimum: 0.1
// Maximum: 9999999999.0
"Shock Duration" "5"

// The Super Tanks shock stun damage.
// Minimum: 1
// Maximum: 100
"Shock Damage" "12"

// The Super Tank sets the survivors' run speed to this value.
// Minimum: 0.1
// Maximum: 0.99
"Shock Stun Speed" "0.75"
}
If you want to recreate the Shock Tank from the original Super Tanks and Super Tanks+, I would go with these settings. The only difference is that there is no sound effect.

PHP Code:
"Super Tanks++"
{
    
"Tank 85"
    
{
        
"General"
        
{
            
"Tank Name"                        "Shock Tank"
            "Tank Enabled"                    "1"
            "Skin-Glow Colors"                "100,165,255,255|100,165,255"
            "Props Colors"                    "0,0,50,255|0,0,50,255|0,0,50,180|0,0,50,255|0,0,50,255"
        
}
        
"Enhancements"
        
{
            
"Extra Health"                    "1000"
        
}
        
"Hurt Ability"
        
{
            
"Hurt Chance"                    "1"
            "Hurt Damage"                    "5"
            "Hurt Duration"                    "10.0"
            "Hurt Hit"                        "1"
        
}
        
"Stun Ability"
        
{
            
"Stun Chance"                    "1"
            "Stun Duration"                    "10.0"
            "Stun Hit"                        "1"
            "Stun Speed"                    "0.75"
        
}
    }

Quote:
Originally Posted by Kebab230 View Post
is there anyway we can play as a Super Tank in a coop map?
Should be able to as long as you can switch to the infected team. There's a setting called "Human Support" which is set to 1 by default.
__________________
Psyk0tik is offline
FatalOE71
Member
Join Date: Jun 2018
Old 07-24-2018 , 01:15   Re: [L4D & L4D2] Super Tanks++ (v8.23, 07-20-2018)
Reply With Quote #196

I want to report an error in the lastest version.

Call stack trace:
L 07/22/2018 - 17:16:28: [SM] [0] AcceptEntityInput
L 07/22/2018 - 17:16:28: [SM] [1] Line 4875, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\inclu de\super_tanks++.inc::vDeleteEntity
L 07/22/2018 - 17:16:28: [SM] [2] Line 5368, super_tanks++.sp::tTimerRockUpdate
L 07/22/2018 - 17:16:28: [SM] Exception reported: Entity 1031 (1031) is not a CBaseEntity
L 07/22/2018 - 17:16:28: [SM] Blaming: super_tanks++.smx
L 07/22/2018 - 17:16:28: [SM] Call stack trace:
L 07/22/2018 - 17:16:28: [SM] [0] AcceptEntityInput
L 07/22/2018 - 17:16:28: [SM] [1] Line 4875, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\inclu de\super_tanks++.inc::vDeleteEntity
L 07/22/2018 - 17:16:28: [SM] [2] Line 5368, super_tanks++.sp::tTimerRockUpdate
L 07/22/2018 - 17:16:28: [SM] Exception reported: Entity 102 (102) is not a CBaseEntity
L 07/22/2018 - 17:16:28: [SM] Blaming: super_tanks++.smx
L 07/22/2018 - 17:16:23: [SM] Call stack trace:
L 07/22/2018 - 17:16:23: [SM] [0] AcceptEntityInput
L 07/22/2018 - 17:16:23: [SM] [1] Line 4875, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\inclu de\super_tanks++.inc::vDeleteEntity
L 07/22/2018 - 17:16:23: [SM] [2] Line 5368, super_tanks++.sp::tTimerRockUpdate
L 07/22/2018 - 17:16:23: [SM] Exception reported: Entity 196 (196) is not a CBaseEntity
L 07/22/2018 - 17:16:23: [SM] Blaming: super_tanks++.smx

This just occurred with the lastest version.

Last edited by FatalOE71; 07-24-2018 at 01:17.
FatalOE71 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-24-2018 , 02:17   Re: [L4D & L4D2] Super Tanks++ (v8.23, 07-20-2018)
Reply With Quote #197

Will fix it in the next update.
__________________
Psyk0tik is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-26-2018 , 07:47   Re: [L4D & L4D2] Super Tanks++ (v8.24, 07-26-2018)
Reply With Quote #198

Version 8.24 is out!

Bug fixes

1. Fixed various errors reported by Princess LadyRain.
2. Fixed various abilities not working properly.

Changes

1. Added new abilities and renamed some settings.
2. Removed unnecessary code.
3. Divided the plugin into multiple files for the following reasons:

- To avoid slow compilation time.
- To make it easier to add new abilities.
- To make it easier to identify problems within the code.
- To make each ability optional.

Files

1. Updated include file to remove unnecessary code and transfer some of it to other files.
2. Updated gamedata file to remove unused signatures.
3. Updated config file with new settings and presets.
__________________
Psyk0tik is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-26-2018 , 22:42   Re: [L4D & L4D2] Super Tanks++ (v8.25, 07-26-2018)
Reply With Quote #199

Version 8.25 is out!

Bug fixes

1. Fixed the Tank limit for each wave not working properly. (Thanks Mi.Cura!)

Changes

1. Added Range Chance settings and other settings for various abilities for better control.

Files

1. Updated include file to include the new settings.
__________________
Psyk0tik is offline
FatalOE71
Member
Join Date: Jun 2018
Old 07-27-2018 , 00:52   Re: [L4D & L4D2] Super Tanks++ (v8.25, 07-26-2018)
Reply With Quote #200

Though the plug does not crash, my error log is filled with errors. Also on Dark Carnival at the last board, the first tank spawns. But then at the very end I see tanks flash all over the screen at what looks like different spawn points. But no tank shows up after that even though the wording states a tank or tanks is coming.

07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++\st_rock.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 112, st_rock.sp::OnTakeDamage
L 07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++\st_spam.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 110, st_spam.sp::OnTakeDamage
L 07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++\super_tanks++.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 488, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 1227, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++\st_rock.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 112, st_rock.sp::OnTakeDamage
L 07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++\st_spam.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 110, st_spam.sp::OnTakeDamage
L 07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++\super_tanks++.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 488, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:04: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:04: [SM] Blaming: super_tanks++.smx
L 07/26/2018 - 20:56:04: [SM] Call stack trace:
L 07/26/2018 - 20:56:04: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:04: [SM] [1] Line 1227, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++\st_rock.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 112, st_rock.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++\st_spam.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 110, st_spam.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++\super_tanks++.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 488, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 1227, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++\st_rock.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 112, st_rock.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++\st_spam.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 110, st_spam.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++\super_tanks++.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 488, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:15: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 74/env_laser)
L 07/26/2018 - 20:56:15: [SM] Blaming: super_tanks++.smx
L 07/26/2018 - 20:56:15: [SM] Call stack trace:
L 07/26/2018 - 20:56:15: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:15: [SM] [1] Line 1227, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\st_rock.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 112, st_rock.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\st_spam.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 110, st_spam.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\super_tanks++.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 488, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 1227, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\st_rock.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 112, st_rock.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\st_spam.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 110, st_spam.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\super_tanks++.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 488, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 1227, super_tanks++.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\st_rock.smx
L 07/26/2018 - 20:56:21: [SM] Call stack trace:
L 07/26/2018 - 20:56:21: [SM] [0] GetEntPropEnt
L 07/26/2018 - 20:56:21: [SM] [1] Line 112, st_rock.sp::OnTakeDamage
L 07/26/2018 - 20:56:21: [SM] Exception reported: Property "m_hOwnerEntity" not found (entity 76/env_laser)
L 07/26/2018 - 20:56:21: [SM] Blaming: super_tanks++\st_spam.smx

Last edited by FatalOE71; 07-27-2018 at 01:45. Reason: Updated information after testing the new update.
FatalOE71 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 10:30.


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