Garry's Mod

Garry's Mod

PAC3 [develop version]
171-180 van 264 items weergegeven
< 1 ... 16  17  18  19  20 ... 27 >
Update: 25 mrt 2024 om 20:41
door PAC3

fixing drgbase npc compatibility

Update: 24 mrt 2024 om 14:03
door PAC3

hotfix on wearing bypass hack

fix bad logic

Update: 24 mrt 2024 om 13:16
door PAC3

apply wearing bypass fix to more parts

preventing lock teleportations and OnShow command activations during weartime

Update: 24 mrt 2024 om 11:54
door PAC3

implement health modifier id for damage multiplier

for controlling one named

Update: 9 mrt 2024 om 13:47
door PAC3

fix proxy extra expressions index collisions

Update: 9 mrt 2024 om 12:26
door PAC3

small fix

create the pac_command_events table when creating a command event
also hide some editor-related code behind whether owner is localplayer

Update: 5 mrt 2024 om 18:20
door PAC3

actually add animation rate in player config

it already had an EntityField link, but we needed a part variable visible to the user

Update: 1 mrt 2024 om 20:46
door PAC3

fixes for particle stick / align

use correct part variable names
apply particle angle post-stick and allow double sided particle to stick
add some descriptions

Update: 1 mrt 2024 om 17:48
door PAC3

add hover halo configs to menu bar

and don't draw bulk select highlight if main hover halo color is

Update: 29 feb 2024 om 20:22
door PAC3

hack hotfix for recent camera rework

pac.TryToAwakenDormantCameras calls Think recursively, which triggered seteventtrigger again in some setups

so stop the pac.TryToAwakenDormantCameras call if we're already running it, only do the recursive thinks once starting from the first calling part, and refresh after a second