Left 4 Dead 2

Left 4 Dead 2

Left 4 Lib
目前顯示第 11-20 項,共 24 項
< 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