Install GRC
brew install grc
Create a config directory in your home directory:
mkdir ~/.grc
| // property table | |
| var propsFlagAssociation = [ | |
| // property, flag short code | |
| ['GameRawData.Graphics.globalWhite', 'W'], | |
| ['Flag_White', 'W'], | |
| ['Flag_Green', 'G'], | |
| ['Flag_Orange', 'O'], | |
| ['Flag_Blue', 'B'], | |
| ['GameRawData.Graphics.globalYellow', 'Y'], |
Install GRC
brew install grc
Create a config directory in your home directory:
mkdir ~/.grc