Created
July 23, 2014 17:26
-
-
Save Deamon5550/b54f1e532fe2dcf01881 to your computer and use it in GitHub Desktop.
Stencil List Rework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Stencil List rework: | |
| Notes: | |
| Commands: | |
| /b sl (full|fill|replace|list) [name] (-rotate|r (#)) (-flip|f (NSEWUD)) (+|-[stencil_name])... | |
| Same command as before but with added arguements on the end to modify the stencil lists or create new ones in-game | |
| the list arguement will print out the currently included stencils in the specified (or your current) stencil list | |
| the +|- arguement following the name are for adding or removing stencils | |
| eg. +tree4 will add the stencil 'tree4' to your list | |
| These arguements will support wildcard matching so: | |
| +tree* will add all stencils beginning with 'tree' to your stencil list | |
| the -rotate and -flip arguements are for applying a random modifier to each stencil as it is pasted in | |
| the optional number following rotate is for specifing an interval for the rotations (defualt is 90) | |
| eg. -rotate 22.5 will rotate each stencil by a random increment of 22.5 each time it is pasted | |
| the optional flags following the -flip arguement are for specifing what axes to flip on (default is NORTH-SOUTH and EAST-WEST but not | |
| UP-DOWN) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment