Garry's Mod

Garry's Mod

Cloak Effect Tool
1-5 van 5 items weergegeven
Update: 26 jul om 11:30

  • 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 om 8:42

  • 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 om 17:15

  • 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 om 15:14

  • 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 om 15:36

  • Uploaded to the Steam Workshop