Garry's Mod

Garry's Mod

Revised Pill Pack Base
Showing 1-4 of 4 entries
Update: 28 May @ 9:28pm

- Updated value of timer for Reload key attacking from 30 seconds to 5 seconds (part of the disallow attacks setting toggle and convar)

Update: 15 May @ 7:25pm

- Updated console values to fix issues where everything was kept at 0 but should have been different values for Pill Pack Hide and Seek for instance.
*- You can make changes in your instance or extract this addon and put it in your instance's addons folder for making permanent value changes.
- Fixed an issue with t_parent where pill applications in dedicated servers would be weird or bug out.
*- If you don't like this change, remove the following lines of code from pk_pills.lua:

if t.parent == name then
print("Tried to self-inherit '" .. name .. "' pill! Please verify the parent value in this pill.")
return
end

Then change if t_parent and t_parent.parent then to if t_parent.parent then

In other words, go to https://github.com/Setnour6/PillPackBaseRevised/commit/b8aaa4e7a4758e20d86d01a8ead7543c32460c4b and take note on how it's changed, then apply the changes as you see fit.

Regardless, you need to extract this addon first in order to make the changes needed.

Update: 15 May @ 7:07pm

- This upload got bugged, please see the above change notes

Update: 25 Apr @ 9:46am