Using the information from the Grim Dawn executable file (extracted by rorschachrev), I manually parsed the commands that can be used in the console. As it was a manual work it might/should contain errors.
To activate the console go to a custom game (it dosen’t work in the main campaing) and type ~ or ’ (depending on your keyboard).
Unfortunatelly I was not able to find information about the parameters received by each of this commands. Many of them work with true of false, example:
> game.PlayStats true
I really want to find out how the Exec command works and what type of scripts it can execute, if anyone finds out please let me know.
BindDown - Binds a command to key press
BindToggle - Binds a command with true/false values to toggle with key press
BindUp - Binds a command to key release
Close - Closes the console
Exec - Executes a script
Exit - Exits the game
ScreenShot - Takes a screen shot
character.AnyoneHasToken - Return true if the anyone has the token
character.ClearPlayerTokens - Remove all stored trigger tokens in the player
character.GiveTakeGold - Gives the amount specified. Negative numbers take gold away and 0 will zero out your gold.
character.GrantPlayerToken - Gives the player the specified token
character.GrantPlayerToken - Gives the player the specified token
character.LogData - Shows a variety of data above player, NPCs, monsters
character.RevokePlayerToken - Revokes the specified token from the player
character.ServerHasToken - Return true if the server has the token
character.SetPlayerInvisible - Makes it so enemies dont see the player and thus dont attack - but you can attack them
character.ShowAngerLevels - Debug info for AI
character.ShowPlayerTokens - Dumps the player’s trigger tokens to the console
character.WarpCursor - Makes it so player always warps to destination
debug.physics - Shows data when things affect physics engine
game.decrementdevotion - Removes a devotion point
game.Give - Creates an object and gives it to the player
game.God - Enables or disables god mode
game.IgnoreRequirements - Allows player to equip anything regardless of requirements
game.IncrementAttribute - Gives the player an attribute point
game.incrementdevotion - Gives the player a devotion point
game.IncrementLevel - Increments the player’s level
game.IncrementSkill - Gives the player a skill point
game.IncrementSkill - Increments the number of points allocated to the specified skill
game.Invincible - Toggles being invincible.
game.KillMe - Kills the player
game.LargeDumpFiles true/false - Enables or disables exporting of large dump files
game.PlayStats - Displays a variety of player stats on the screen
game.ShowCursor - Shows or hides the mouse cursor
game.ShowDynamicObstacles - ?
game.ShowErrorMessages - Shows or hides skill not ready error messages
game.ShowHud - Enables or disables the UI
game.Spawn - Creates an object at the player’s location
game.Speed - Sets the game speed multiplier
game.Speed - Sets the game speed multiplier
game.Teleport - Teleports the player to the specified world space coordinates
game.Uber - Enables or disables mana loss
graphics.ReloadResources - Forces all resources to be reloaded
graphics.Stats - Enables or disables displaying a variety of stats including frame rate
sound.Stats - Enables or disables displaying a variety of sound statistics
Cheers,