Left 4 Dead 2
TrainingToolbox by ReneTM
Εμφάνιση 11-20 από 42 καταχωρίσεις
< 1  2  3  4  5 >
Ενημέρωση: 13 Μαϊ 2023 στις 12:11

Added functionalities and chat commands for them:

!movebot BOTNAME // bot walks to your crosshairposition
!movebots // all present bots walk to your crosshairposition
!timescale 0.25 - 2 // Timescale duh...
!savebotposition BOTNAME // save bots current position
!botsholdpositions // toggle for present survivors holding their saved position

Fixes: !dummy NAME -> added a checker for bots being enabled
Changes:
- Added custom values for cvars so spawning after being killed as SI is faster.
- Disabling intro cameras.

Ενημέρωση: 21 Απρ 2023 στις 13:57

-added chat commands !examplerock and !distancetoexamplerock. See guide!

Ενημέρωση: 10 Μαρ 2023 στις 7:59

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

Ενημέρωση: 1 Μαρ 2023 στις 16:18

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

)

Ενημέρωση: 21 Φεβ 2023 στις 11:57

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

Ενημέρωση: 18 Δεκ 2022 στις 5:06

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

Ενημέρωση: 21 Σεπ 2022 στις 18:31

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

Ενημέρωση: 7 Ιουλ 2022 στις 9:25

-fixed melees not swinging

Ενημέρωση: 15 Ιουν 2022 στις 17:44

!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

Ενημέρωση: 6 Νοε 2021 στις 11:39

-fixed misspelled golfclub in weaponstats