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

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


Post New Thread Reply   
 
Thread Tools Display Modes
hoanganh81097
Senior Member
Join Date: Apr 2016
Old 12-05-2018 , 01:40   Re: [L4D & L4D2] Super Tanks++ (v8.47, 11-26-2018)
Reply With Quote #391

Quote:
Originally Posted by Crasher_3637 View Post
Version 8.48 is out!

Download | Changelog
PHP Code:
L 12/04/2018 22:39:44: [SMBlamingplugins\super_tanks++\st_acid.smx
L 12
/04/2018 22:39:44: [SMCall stack trace:
L 12/04/2018 22:39:44: [SM]   [0GameData.GameData
L 12
/04/2018 22:39:44: [SM]   [1Line 84st_acid.sp::OnPluginStart
L 12
/04/2018 22:39:44: [SMUnable to load plugin "plugins\super_tanks++\st_acid.smx"Error detected in plugin startup (see error logs)
L 12/04/2018 22:39:52Error log file session closed
hoanganh81097 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 12-05-2018 , 01:52   Re: [L4D & L4D2] Super Tanks++ (v8.47, 11-26-2018)
Reply With Quote #392

Quote:
Originally Posted by hoanganh81097 View Post
PHP Code:
L 12/04/2018 22:39:44: [SMBlamingplugins\super_tanks++\st_acid.smx
L 12
/04/2018 22:39:44: [SMCall stack trace:
L 12/04/2018 22:39:44: [SM]   [0GameData.GameData
L 12
/04/2018 22:39:44: [SM]   [1Line 84st_acid.sp::OnPluginStart
L 12
/04/2018 22:39:44: [SMUnable to load plugin "plugins\super_tanks++\st_acid.smx"Error detected in plugin startup (see error logs)
L 12/04/2018 22:39:52Error log file session closed
Make sure you meet all the requirements...
__________________
Psyk0tik is offline
hoanganh81097
Senior Member
Join Date: Apr 2016
Old 12-05-2018 , 01:55   Re: [L4D & L4D2] Super Tanks++ (v8.48, 11-30-2018)
Reply With Quote #393

When Shapeshifter Tank change form. Tank is no longer burned. Can u help me keep burn ?
hoanganh81097 is offline
hoanganh81097
Senior Member
Join Date: Apr 2016
Old 12-05-2018 , 01:56   Re: [L4D & L4D2] Super Tanks++ (v8.47, 11-26-2018)
Reply With Quote #394

Quote:
Originally Posted by Crasher_3637 View Post
Make sure you meet all the requirements...
oop sorri
hoanganh81097 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 12-05-2018 , 02:21   Re: [L4D & L4D2] Super Tanks++ (v8.48, 11-30-2018)
Reply With Quote #395

Quote:
Originally Posted by hoanganh81097 View Post
When Shapeshifter Tank change form. Tank is no longer burned. Can u help me keep burn ?
PHP Code:
static void vNewTankSettings(int tank)
{
    
ExtinguishEntity(tank); // Remove this line to keep Tanks burning...
    
vAttachParticle(tankPARTICLE_ELECTRICITY2.030.0);
    
EmitSoundToAll(SOUND_BOSStank);
    
vRemoveProps(tank);

    
Call_StartForward(g_hChangeTypeForward);
    
Call_PushCell(tank);
    
Call_Finish();

__________________
Psyk0tik is offline
hoanganh81097
Senior Member
Join Date: Apr 2016
Old 12-05-2018 , 02:39   Re: [L4D & L4D2] Super Tanks++ (v8.48, 11-30-2018)
Reply With Quote #396

Quote:
Originally Posted by Crasher_3637 View Post
PHP Code:
static void vNewTankSettings(int tank)
{
    
ExtinguishEntity(tank); // Remove this line to keep Tanks burning...
    
vAttachParticle(tankPARTICLE_ELECTRICITY2.030.0);
    
EmitSoundToAll(SOUND_BOSStank);
    
vRemoveProps(tank);

    
Call_StartForward(g_hChangeTypeForward);
    
Call_PushCell(tank);
    
Call_Finish();

thank you
hoanganh81097 is offline
Tralen
Junior Member
Join Date: Dec 2018
Old 12-06-2018 , 19:24   Re: [L4D & L4D2] Super Tanks++ (v8.48, 11-30-2018)
Reply With Quote #397

Disable of tanks is not working.... anyone have the same issue?
Tralen is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 12-06-2018 , 20:26   Re: [L4D & L4D2] Super Tanks++ (v8.48, 11-30-2018)
Reply With Quote #398

Quote:
Originally Posted by Tralen View Post
Disable of tanks is not working.... anyone have the same issue?
Can you be more specific? What settings are you using to disable the Tanks?

Tank Enabled - Determines whether the Tank can be spawned when the game spawns a Tank. (Doesn't affect bosses/transformations to avoid confusion and issues.)
Tank Chance - Determines the chances of that Tank spawning.
Spawn Enabled - Determines whether the Tank can be spawned through the menu.
__________________
Psyk0tik is offline
Tralen
Junior Member
Join Date: Dec 2018
Old 12-06-2018 , 20:37   Re: [L4D & L4D2] Super Tanks++ (v8.48, 11-30-2018)
Reply With Quote #399

Quote:
Originally Posted by Crasher_3637 View Post
Can you be more specific? What settings are you using to disable the Tanks?

Tank Enabled - Determines whether the Tank can be spawned when the game spawns a Tank. (Doesn't affect bosses/transformations to avoid confusion and issues.)
Tank Chance - Determines the chances of that Tank spawning.
Spawn Enabled - Determines whether the Tank can be spawned through the menu.



I already used the plugin, but i had to reinstalls some plugins and then when i was trying to disable some tanks from addons/sourcemod/data/super_tanks++/super_tanks++.cfg

its does not work this time

i reinstailled properly like hows README explain
but still not working

The tanks still enable for example:

""General"
{
"Tank Name" "Randomizer Tank"
"Tank Enabled" "0"
"Tank Chance" "0.0"
"Tank Note" "1"
"Skin Color" "0 0 255 255"
"Glow Color" "255 255 255""

Thats supose to be disable, but still in enable ingame, i can spawn it from the menu or the game can spawn it

Last edited by Tralen; 12-06-2018 at 20:38.
Tralen is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 12-06-2018 , 20:43   Re: [L4D & L4D2] Super Tanks++ (v8.48, 11-30-2018)
Reply With Quote #400

Quote:
Originally Posted by Tralen View Post
I already used the plugin, but i had to reinstalls some plugins and then when i was trying to disable some tanks from addons/sourcemod/data/super_tanks++/super_tanks++.cfg

its does not work this time

i reinstailled properly like hows README explain
but still not working

The tanks still enable for example:

""General"
{
"Tank Name" "Randomizer Tank"
"Tank Enabled" "0"
"Tank Chance" "0.0"
"Tank Note" "1"
"Skin Color" "0 0 255 255"
"Glow Color" "255 255 255""

Thats supose to be disable, but still in enable ingame, i can spawn it from the menu or the game can spawn it
You would need to use the "Spawn Enabled" setting under "General" section to disable the Tank from the menu. The plugin shouldn't be spawning the Tank at all, so I'll take a look at this.

Here's an example:

PHP Code:
"Super Tanks++"
{
    
"Tank #1"
    
{
        
"General"
        
{
            
"Tank Enabled"            "0" // Cannot be spawned by the game.
            
"Tank Chance"            "0.0" // No chance of spawning.
            
"Spawn Enabled"            "0" // Disable from menu.
        
}
    }

__________________

Last edited by Psyk0tik; 12-06-2018 at 21:01.
Psyk0tik 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 23:58.


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