During a game that I love to play (League of Legends), if you are running the game through the Steam interface, the notifications appear at the bottom right hand corner and cover a vital part of the interface (the map).
Is there a way to change where these notifications appear?
THis is the contents of my steamscheme.res file:
///////////////////////////////////////////////////////////
// old-style vgui description file
// currently used only for the BaseSettings, Colors LayoutTemplates and Fonts sections
///////////////////////////////////////////////////////////actually, that's all I'll paste...maybe the file has changed according to that message?
22 Answers
You can select the default position of the popup by editing the file resource/styles/gameoverlay.styles in the Steam directory and searching for the Notifications.PanelPosition variable. Possible values are BottomRight, BottomLeft, TopRight and TopLeft.
Note though that the default position can be overridden by the game. In which case, unless the developers have included an option to configure it, you're at a loss.
5You can change it for your system but not currently for specific games.
You need to find the SteamScheme.res file in the resource folder (within your main Steam folder) and search for "Notifications.PanelPosition" (I think that's correct - if not, search for "Notification" and I'm sure you'll find it). It's defaulted to "BottomRight", you can change it to "TopRight" and so on. Don't think you can make it any more specific than that, though.
1