VOIDLIB DRM REMOVED LAST Update on: August 29 at 6:59 p.m.
It calls the hook as soon as the plugin starts up (hella lame?), this also prevents them from tracking your steamid and ip. thus preventing a ban on gmodstore and VOID STUDIOS
----------------------------------------
Put new .gma in path:
File Manager > yourserver/steam_cache/content/4000/2078529432/ If 2078529432 is not in 4000 folder create it or simply move the folder download
You can also publish VOIDLIB-NO-DRM on Steam and use it in WORKSHOP mode (there are YouTube tutorials that explain how to publish an addon using gmpublisher)
----------------------------------------
Also remember to modify the init.LUA of your VOID addons for example for voidfactions:
voidfactions\lua\autorun\voidfactions_init.lua
Line 190 to 200
Code:
--[[--------------------------------------------------------- Name: VoidLib loader Info: Don't touch this or the addon will break. -----------------------------------------------------------]]
if (!SERVER) then return end hook.Add("Initialize", "VoidFactions.LibLoader", function () VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480918015035649") -- VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480916801243562") end)
TO
Code:
--[[--------------------------------------------------------- Name: VoidLib loader Info: Don't touch this or the addon will break.
if (!SERVER) then return end hook.Add("Initialize", "VoidFactions.LibLoader", function () VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480918015035649") -- VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480916801243562") end) -----------------------------------------------------------]]
Content locked
This content has been locked. Please login or register in order to unlock it.