Gmod Plate Cutting Tool

A player preparing to split a 1x2 plate into two 1x1 plates For those unfamiliar, hunter plates are a subset of the default construction props in Garry's Mod.  They are my favorite props to build with, and are objectively the most popular within the Garry's Mod community.

There's just one problem.  The tiles that make up these plates are impossible to split apart by normal means.  This meant that in the past, whenever I wanted to trim off excess, cut out shapes, or split faces, I had to manually reconstruct new and often complicated arrangements of plates.  Doing this was both time intensive and wasteful in terms of entity count.

So guess what?  About a year after concieving the idea, I'm proud to present my hunter plate cutter to the worldthe hottest new thing since Precision Alignment!  Now you can rip hunter plates along their seams like plywood boards on a table saw!

This E2 aims to solve all three of the aforementioned problems in a single group of shared utilities.  These utilities are all powered by one piece of codea recursive plate building function.  It can take orders for any size hunter plate (even those that don't exist) and spawn it at any location and angleall without requiring prop resizing or custom models! This function not only allows you to summon whatever size plates your build calls for, but also lets you cut them in half and punch out holes of custom dimensions.

Make sure to first grab the dependencies from my Github if you want to try this out.  Cheers!