Left 4 Dead 2

Left 4 Dead 2

Left 4 Lib
Hiển thị 11-20 trong 24 mục
< 1  2  3 >
Cập nhật: 18 Thg08, 2023 @ 11:12pm

- Centralized user system

- Support functions for L4B2

- Bug fixes and minor improvements

GitHub Repo: https://github.com/smilz0/Left4Lib

Cập nhật: 4 Thg03, 2023 @ 3:22am

- Added function: Left4Utils.HasLaserSight(survivor)

Cập nhật: 17 Thg02, 2023 @ 9:32am

- Added the functions: "CanTraceToEntPos" and "GetDiffAngle"

Cập nhật: 19 Thg08, 2022 @ 1:45am

- Fixed an issue with mutations vscript hooks not being called when using Admin System (if Admin System was loaded before Left 4 Lib).

- Added "Thinkers" to Left4Timers ("Left4Timers.AddThinker(name, delay, func, params = {})" and "Left4Timers.RemoveThinker(name)"). Basically they are repeating timers but with their own dummy entity (useful to avoid overloading the main timers dummy ent think function).

- Improvements to the Load/Save functions of the config files. The content of most configs is now sorted alphabetically and (hopefully) better handling of the end of line characters.

- "concept" key is now case insensitive in ConceptsHub.ConceptFunc so the addon should no longer break if other addons use "Concept" instead of "concept".

Cập nhật: 11 Thg02, 2022 @ 12:07am

- Little bugfix

Cập nhật: 10 Thg02, 2022 @ 5:19am

- Added some stuff

Cập nhật: 6 Thg01, 2022 @ 2:17am

- Added some stuff and fixed some bugs.

Cập nhật: 17 Thg12, 2021 @ 2:09am

- Fixed a function not deconding the AMMO_TYPE_MINIGUN correctly

Cập nhật: 8 Thg12, 2021 @ 3:47am

- Some stuff added

Cập nhật: 5 Thg12, 2021 @ 4:29am

- Just some fixes