Left 4 Dead 2

Left 4 Dead 2

TrainingToolbox by ReneTM
Showing 11-20 of 40 entries
< 1  2  3  4 >
Update: 10 Mar, 2023 @ 7:59am

Fixed player being able to become a tank ghost (yes its technicly possible but might be misleading for new players)

Moved PlayScreenEffect to becomeZombie insted of straight in the chat listener

Fixed UpdateInfectedModels in ttb_infected_model_toggle.nut
(
old -> SetViewmodel(ent, infectedVariants.boomer.[infectedVariants.boomer.current].viewmodel) // Wrong table ref
new -> SetViewmodel(ent, infectedVariants.boomer.modelData[infectedVariants.boomer.current].viewmodel) // Right table ref
)

Updated map change command to allow unknown maps

Update: 1 Mar, 2023 @ 4:18pm

Fixed player being able to become a tank ghost (yes its technicly possible but might be misleading for new players)

Moved PlayScreenEffect to becomeZombie insted of straight in the chat listener

Fixed UpdateInfectedModels in ttb_infected_model_toggle.nut
(
old -> SetViewmodel(ent, infectedVariants.boomer.[infectedVariants.boomer.current].viewmodel) // Wrong table ref
new -> SetViewmodel(ent, infectedVariants.boomer.modelData[infectedVariants.boomer.current].viewmodel) // Right table ref

)

Update: 21 Feb, 2023 @ 11:57am

added !checkbhops command to get information when you hit a perfect bhop

Update: 18 Dec, 2022 @ 5:06am

fixed: when having godmode enabled and trying to use !spectate
the player was told to disable godmode first but the code execution still happened.
Now god mode is just disabled when !spectate is getting used

Update: 21 Sep, 2022 @ 6:31pm

-for testing purposes you can now toggle your infected flashlight with E

Update: 7 Jul, 2022 @ 9:25am

-fixed melees not swinging

Update: 15 Jun, 2022 @ 5:44pm

!removebots (now also removes survivor_bot entities)
!addbot (fixed check if bots are allowed (!bots 1/0))

-added playercontrolledzombies to trainingtoolbox.txt (mode.txt)
this allows us to see infected ladders as special infected.
(This enabled the chance to spawn initally as infected ghost. I added the workaround with the
!becomesurvivor mechanic. Report when you notice anything weird.)

-added !thirdperson,!firstperson (works only for survivor,jockey, spitter and tank atm for some reason)
-added sb_all_bot_game to cvars

Update: 6 Nov, 2021 @ 11:39am

-fixed misspelled golfclub in weaponstats

Update: 21 Oct, 2021 @ 1:23pm

- fixed accessing null instance on spawntime sprite system
- added screen effect for classchange
- added !strip and !stripall to remove weapons or items from current loadout

Update: 25 Jul, 2021 @ 11:38am

using !tanktoysalwaysvisible will also trigger currently present tanktoys to glow from far distance now. Vice versa