Visual and Physical clipping for Garry's Mod
Go to file
2020-10-17 11:53:42 +02:00
imgs steam workshop 2020-10-13 11:31:00 +02:00
lua optimize multi physics clipping, closes #7 2020-10-17 11:53:42 +02:00
.gitignore steam workshop 2020-10-13 11:31:00 +02:00
addon.jpg steam workshop 2020-10-13 11:31:00 +02:00
addon.json steam workshop 2020-10-13 11:31:00 +02:00
README.md steam workshop 2020-10-13 11:31:00 +02:00

Proper Clipping


Proper Clipping is a visual and physical clipping tool for Garry's Mod with the ability to load in clips from older clipping tools A and B while also allowing them to load in clips from Proper Clipping.

Has StarfallEx and Expression2 functions

StarfallEx:

  • ENTITY.addClip
  • ENTITY.removeClips
  • ENTITY.removeClip
  • ENTITY.removeClipByIndex
  • ENTITY.clipExists
  • ENTITY.getClipIndex
  • ENTITY.physicsClipsLeft

Expression2:

  • ENTITY.addClip
  • ENTITY.removeClips
  • ENTITY.removeClip
  • ENTITY.removeClipByIndex
  • ENTITY.getClipIndex
  • ENTITY.physicsClipsLeft

Server Convars:

  • proper_clipping_max_physics
  • proper_clipping_max_visual_server

Client Convars:

  • proper_clipping_max_visual
  • proper_clipping_mode
  • proper_clipping_offset
  • proper_clipping_physics

Available on the Steam Workshop