Jump to content

Grid and Angle Snap values


qwy

Recommended Posts

I was messing around in the editor, and suddenly realized, the commands for angle and grid snap accept values... Why isn't anybody talking about this?! Help a builder out! 

 

Is this one of those things, so obvious, it's hardly worth mentioning. Now that I know, it seems kind of obvious. Is this cognitive bias? Before I slip any deeper, I figured I'd post what I found. At least then, I'll only be dense. Which is better than dense and a hypocrite,  

 

In all seriousness, the guides and tips, I've come across here, have been really helpful. So for anyone who hasn't come across this, yet, here's to giving back!

 

Example

 

		Menu "Gri&d Size (F1)"
		{
			Divider
			Title "- Placement -"
			Title "Grid Snap"
			Divider
			Divider
			Title "Custom Small"
			Option "1/1&6 Grid" "gridsnap .125"
			Option "&3/16 Grid" "gridsnap .375"
			Option "&5/16 Grid" "gridsnap .625"
			Option "&7/16 Grid" "gridsnap .875"
			Divider
			Divider
			Title "Default"
			Option "1/4 x 1/4 &Grid" "gridsnap .25"
			Option "1/2 x 1/2 G&rid" "gridsnap .5"
			Option "1 x De&fault" "gridsnap 1"
			Option "2 x 2 Gr&id" "gridsnap 2"
			Option "4 x 4 Gri&d" "gridsnap 4"
			Divider
			Divider
			Title "Custom Large"
			Option "&8 x 8 Grid" "gridsnap 8"
			Option "16 &x 16 Grid" "gridsnap 16"
			Option "3&2 x 32 Grid" "gridsnap 32"
			Option "50 x 50 M&ax" "gridsnap 50"
			Option "0.00000&1-50" "gridsnap$$show chat$$beginchat /gridsnap  "
			Divider
			Option "Dis&play" "gridsnap"
			Option "Disa&bled" "gridsnap 0"
			Divider
		}
		Menu "An&gle Snap (F2)"
		{
			Divider
			Title "- Rotation -"
			Divider
			Divider
			Title "Default"
			Option "1° &Snap" "anglesnap 1"
			Option "3° S&nap" "anglesnap 3"
			Option "5° &Default" "anglesnap 5"
			Option "&10° Snap" "anglesnap 10"
			Option "15° Sn&ap" "anglesnap 15"
			Option "30° Sna&p" "anglesnap 30"
			Option "&45° Snap" "anglesnap 45"
			Divider
			Divider
			Title "Custom"
			Option "&90° Snap" "anglesnap 90"
			Option "1&80° Snap" "anglesnap 180"
			Option "359° ma&x" "anglesnap 359"
			Option "0-&359°" "anglesnap$$show chat$$beginchat /anglesnap "
			Divider
			Option "Dis&play" "anglesnap"
			Option "0 Disa&bled" "anglesnap 0"
			Divider
		}

The example was cut out of a popmenu I keep stuff in. It has an sg menu, with sg stuff.  If you're into that kind of thing, look for, "popmenu SGStuff" on this forum. 

 

 

 

 

 

 

 

 

 

Edited by qwy
removed character confusing the option name for angle snap display
  • Like 2

Guides

MMPetMouseExpanded MM Numpad Controls | Chain Attack Assitant | Load/SaveFile - Relative Paths | KeyBindReset - Basics Of Going Global.

SGMusic.mnu - Popmenu Audio Player for your SG Base

See my profile for some of my other projects.  

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...