Left 4 Dead 2

Left 4 Dead 2

Left 4 Lib
24件中 11-20 を表示
< 1  2  3 >
更新: 2023年8月18日 @ 23時12分

- Centralized user system

- Support functions for L4B2

- Bug fixes and minor improvements

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

更新: 2023年3月4日 @ 3時22分

- Added function: Left4Utils.HasLaserSight(survivor)

更新: 2023年2月17日 @ 9時32分

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

更新: 2022年8月19日 @ 1時45分

- 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".

更新: 2022年2月11日 @ 0時07分

- Little bugfix

更新: 2022年2月10日 @ 5時19分

- Added some stuff

更新: 2022年1月6日 @ 2時17分

- Added some stuff and fixed some bugs.

更新: 2021年12月17日 @ 2時09分

- Fixed a function not deconding the AMMO_TYPE_MINIGUN correctly

更新: 2021年12月8日 @ 3時47分

- Some stuff added

更新: 2021年12月5日 @ 4時29分

- Just some fixes