return {
	[0] = {
		nameLong = "North",
		nameShort = "N",
		startpoints = {
			{3072,614},
			{5120,614},
			{1024,614},
		},
		boxes = {
			{
				{0,0},
				{6144,0},
				{6144,1229},
				{0,1229},
			},
		},
	},
	[1] = {
		nameLong = "South",
		nameShort = "S",
		startpoints = {
			{3072,7578},
			{1024,7578},
			{5120,7578},
		},
		boxes = {
			{
				{0,6963},
				{6144,6963},
				{6144,8192},
				{0,8192},
			},
		},
	},
}

--return {
--	[0] = {
--		nameLong = "West",
--		nameShort = "W",
--		startpoints = {
--			{1024, 512},
--			{1024, 2048},
--			{1024, 3584},
--			{1024, 4864},
--			{1024, 6144},
--			{1024, 7680},
--		},
--		boxes = {
--			{
--				{0,0},
--				{1024,0},
--				{1024,8192},
--				{0,8192},
--			},
--		},
--	},
--	[1] = {
--		nameLong = "East",
--		nameShort = "E",
--		startpoints = {
--			{5120, 512},
--			{5120, 2048},
--			{5120, 3584},
--			{5120, 4864},
--			{5120, 6144},
--			{5120, 7680},
--		},
--		boxes = {
--			{
--				{5120,0},
--				{6144,0},
--				{6144,8192},
--				{5120,8192},
--			},
--		},
--	},
--}
