View Single Post
What
New Member
Join Date: Oct 2020
Old 11-01-2020 , 09:18   Re: [L4D & L4D2] Mutant Tanks (v8.79, 10-10-2020)
Reply With Quote #872

It's me again, about mutant tanks what duplicate the messages about the appearance and can change their type of tank. Sorry for not giving all the information earlier.
So, I have some test and:
1. If tank have only what

Quote:
"Tank #4"
{
"General"
{
"Tank Name" "Test Tank2" // Tank has a name.
"Tank Enabled" "0" // Tank is enabled.
"Tank Chance" "100.0" // Tank has 59% chance of spawning.
"Spawn Enabled" "1" // Tank can spawn.
"Tank Note" "1"
"Menu Enabled" "1" // Tank can be spawned through the "sm_tank" command.
"Skin Color" "255 0 0 255" // The values should be separated by commas not white spaces.
"Glow Color" "255 255 0" // The values should be separated by commas not white spaces.
}
}
Then it will spawn as normal and have a single spawn text. If the tank has at least as much:

Quote:
"Tank #3"
{
"General"
{
"Tank Name" "Ptank"
"Tank Enabled" "0"
"Tank Chance" "100.0"
"Spawn Enabled" "1"
"Tank Note" "1"
"Menu Enabled" "1"
"Skin Color" "255 0 0 255"
"Glow Color" "255 255 0"
}
"Human Support"
{
"Human Support" "1"
"Rename Players" "0"
}
"Spawn"
{
"Finale Tank" "0"
}
"Props"
{
"Props Attached" "126" // Default is "78" on Left 4 Dead 1.
"Props Chance" "50.0,50.0,0,0,0,0,0"
"Light Color" "1,1,1,1"
"Oxygen Tank Color" "1,1,1,1"
"Flame Color" "1,1,1,1"
"Rock Color" "1,1,1,1"
"Rock Model" "2"
"Tire Color" "1,1,1,1"
"Propane Tank Color" "1,1,1,1"
}
"Particles"
{
"Body Effects" "1"
"Rock Effects" "1"
}
"Health"
{
"Extra Health" "-3000"
}
}
Then he will start generating 2 messages and can spontaneously change his type even without having the ability to do so
Am I stupid or something?

Last edited by What; 11-01-2020 at 09:18.
What is offline