Grunt with simulator and training modes.
- 
					
					
					
					
 Hi I have Grunt working fine with the main game, but I want to try out the simulator and training modes. Does anyone know how to modify the Grunt setup to use these other modes? 
 
- 
					
					
					
					
 Change "branch: default" in your gruntfile to "branch: BRANCH_YOURE_USING_IN_THE_SIMULATOR" If you don't want to have to change your gruntfiile every time you want to push to a different branch you can use grunt.config to set it with command line arguments. 
 
- 
					
					
					
					
 Thanks for your help. Does anyone know the branch names. I have tried lots of plausible permutations with no luck. Are they case sensitive? 
 
- 
					
					
					
					
 Check the bottom left of the web/steam interface right above the "modules" section. It should say "BRANCH: $branch_name" the current name is the one the world you're watching is using and if you click on the name it will give you a list of other branches to choose from. 
 
- 
					
					
					
					
 Thanks I got it working now.