Left 4 Dead 2

Left 4 Dead 2

Left 4 Lib
24개 중 11~20개 표시 중
< 1  2  3 >
업데이트: 2023년 8월 18일 오후 11시 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일 오전 12시 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