04.16.2018: Special Edition - Setting Up Gridmove

Today's soundtrack is Thousand Food Krutch: The Art of Breaking.

I spent this evening setting up a custom GridMove template; I've divided my template into six sections: four squares on the left 2/3 of the screen, a larger square taking up the top 2/3 of the right 2/3 of the screen, with a little space at the bottom right of the screen for my chat bars. I'm really happy with how well this turned out.

Here's the code:

[Groups]

NumberOfGroups = 5

[1]

TriggerTop = [Monitor1Top]
 

 
TriggerBottom = [Monitor1Bottom] - [Monitor1Height] /2
 

 
TriggerLeft = [Monitor1Left]
 

 
TriggerRight = [Monitor1Left] + [Monitor1Width] /3

GridTop = [Monitor1Top]
 

 
GridBottom = [Monitor1Bottom] - [Monitor1Height] /2
 

 
GridLeft = [Monitor1Left]
 

 
GridRight = [Monitor1Left] + [Monitor1Width] /3

[2]

TriggerTop = [Monitor1Top] + [Monitor1Height] /2
 

 
TriggerBottom = [Monitor1Bottom]
 

 
TriggerLeft = [Monitor1Left]
 

 
TriggerRight = [Monitor1Left] + [Monitor1Width] /3
 

 

 
GridTop = [Monitor1Top] + [Monitor1Height] /2
 

 
GridBottom = [Monitor1Bottom]
 

 
GridLeft = [Monitor1Left]
 

 
GridRight = [Monitor1Left] + [Monitor1Width] /3

[3]
 

 
TriggerTop = [Monitor1Top]
 

 
TriggerBottom = [Monitor1Bottom] - [Monitor1Height] /2
 

 
TriggerLeft = [Monitor1Left] + [Monitor1Width] /3
 

 
TriggerRight = [Monitor1Right] - [Monitor1Width] /3

GridTop = [Monitor1Top]
 

 
GridBottom = [Monitor1Bottom] - [Monitor1Height] /2
 

 
GridLeft = [Monitor1Left] + [Monitor1Width] /3
 

 
GridRight = [Monitor1Right] - [Monitor1Width] /3

[4]
 

 
TriggerTop = [Monitor1Top] + [Monitor1Height] /2
 

 
TriggerBottom = [Monitor1Bottom]
 

 
TriggerLeft = [Monitor1Left] + [Monitor1Width] /3
 

 
TriggerRight = [Monitor1Right] - [Monitor1Width] /3

GridTop = [Monitor1Top] + [Monitor1Height] /2
 

 
GridBottom = [Monitor1Bottom]
 

 
GridLeft = [Monitor1Left] + [Monitor1Width] /3
 

 
GridRight = [Monitor1Right] - [Monitor1Width] /3

[5]
 

 
TriggerTop = [Monitor1Top]
 

 
TriggerBottom = [Monitor1Bottom] - [Monitor1Height] /3
 

 
TriggerLeft = [Monitor1Right] - [Monitor1Width] /3
 

 
TriggerRight = [Monitor1Right]

GridTop = [Monitor1Top]
 

 
GridBottom = [Monitor1Bottom] - [Monitor1Height] /3
 

 
GridLeft = [Monitor1Right] - [Monitor1Width] /3
 

 
GridRight = [Monitor1Right]

0