Garry's Mod

Garry's Mod

Cloak Effect Tool
Showing 1-5 of 5 entries
Update: 26 Jul @ 11:30am

  • Moved shadow toggle code to serverside, to fix glitched shadows on some entities (animated props)
  • Fixed numpad key not working more than once in multiplayer (now uses numpad code from animprop addon)
  • Ported minor code improvements from hat painter (removed redundant nwvars for "TargetEnt" and "CloakTintVector", instead just use Get/SetParent and Get/SetColor which the game has to network anyway)

Update: 27 Jul, 2020 @ 8:42am

  • Fixed proxy ents being affected by addons that look for error models by giving them a valid model (melon)
  • Attempted fix for proxy ents being visible to some players (even though they have both RENDERGROUP_NONE and SetNoDraw) by giving them a blank draw function
  • Attempted fix for proxy ents drawing a shadow

Update: 17 Sep, 2018 @ 5:15pm

  • Fixed errors caused when an entity's Proxyent_TF2CloakEffect value existed but wasn't a valid entity
  • Fixed errors caused by dupes using GenericDuplicatorFunction still having the original entity's Proxyent_TF2CloakEffect value saved into their table

Update: 12 Sep, 2018 @ 3:14pm

  • Implemented right-click copy feature from the color/material tool, and moved remove to the reload key
  • Added always-visible default color list to match hat painter & crit glow tools
  • Fixed the controlpanel not updating if the toolgun wasn't the active weapon
  • Minor code improvements

Update: 24 Jan, 2016 @ 3:36pm

  • Uploaded to the Steam Workshop