Garry's Mod

Garry's Mod

Deathbed
正在显示第 1 - 10 项,共 14 项条目
< 1  2 >
更新于:11 月 7 日 下午 6:13
作者:Octo

+ Fixed a bad reference to an entity, causing errors (Sorry!)

更新于:11 月 7 日 下午 4:26
作者:Octo

+ Made Deathbeds no-collide when fading out
+ Fixed nonplayer-spawned NPCs not being tagged for Deathbeds

更新于:11 月 6 日 下午 5:34
作者:Octo

+ Made small models sit at the head of the bed instead of the foot, and large models scale down to fit in the bed
- Removed stray print statement left in the addon from the last update (Sorry to any server owners wondering what was spamming their consoles!)

更新于:11 月 5 日 下午 4:49
作者:Octo

+ Added Server convar deathbed_lifetime (Default 30 seconds) to determine when deathbeds fade out.
+ Added Server convar deathbed_chance (Default 100) to determine Deathbed chance for players and NPCs. 0-100 value.

更新于:11 月 4 日 上午 9:08
作者:Octo

+ Added Utilities menu for GUI Deathbed settings
+ Set up for localization

更新于:11 月 4 日 上午 5:57
作者:Octo

+ Fixed a server convar value being null in the client realm
+ Fixed deathbed_collision_mode 2's checks hitting the NPC they originate from

更新于:11 月 3 日 下午 8:35
作者:Octo

+ Improve unstuck functionality to prevent more cases where beds go through the world geometry
+ Added cl convar deathbead_collide_me 0/1 for players to decide if they want the beds to collide with them or not
+ Added sv convar deathbed_force_collide_players 0/1 where 0 lets players use their cl convar to determine bed collision with them or 1 to force it to be on
+ Added sv convar deathbed_collision_mode 0-2 where 0 has default collisions, 1 collides with nothing but the world, and 2 is a smart system that will collide by default, but if the bed blocks passage by players through a passage it resides in, it will disable collisions

更新于:11 月 3 日 下午 1:28
作者:Octo

+ Added a validation check for NPC ragdoll removal

更新于:11 月 3 日 下午 1:00
作者:Octo

+ Fixed a net message exploit that would allow anyone to delete any entity if they sent it to the server
+ Fixed error spam when playing on a server with Deathbed without having Deathbed downloaded yourself

更新于:11 月 3 日 上午 5:55
作者:Octo

+ Fixed a bug where NPC ragdolls would be removed even if deathbed_do_npcs was set to 0
- Removed an unused hook