Settings.ini { // -- USER CONFIGURATION // ===================== // !! -- READ THESE INSTRUCTIONS CAREFULLY -- !! // // This is the user configuration file, where you'll be able to tweak select parts of the skin to // your liking. In order to make it as easy for the user as possible, this file has been broken // down into different sections, each with a user-friendly explanation on how to proceed. // // FYI - Any line beginning with a double forward slash " // " denotes a comment - a line that Steam // essentially ignores. Uncommenting a line is simply done by deleting those 2 slashes at the start // of a line. Take your time to read through this file, and only edit a line when told to do so. // // Once you're done, save this file and restart Steam. // Alternative Font (Recommended for XP Users) // ---------------- // The font that this skin uses by default (Segoe WP) requires DirectWrite to be enabled. // Users of Vista (with the Platform Update installed) and Windows 7/8 can enable it on the // Interface tab in Steam's Settings. Older version of Windows, and anyone else not able // or willing to use DirectWrite, should preferably switch to Segoe UI. // To enable Segoe UI, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/ft_segoeui.styles" // Fix: Truncated Game Headers (FEZ and Others) // --------------------------- // Fix for those experiencing truncated game headers in the Library Details view. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/fix_tgh.styles" // Tweak: Font Size [+1] // --------------------- // Using this tweak will slightly increase the size of text throughout the skin. // To enable this, delete the 2 forward slashes " // " at the start of the following line: include "resource/styles/tweaks/fs_large.styles" // Tweak: Font Size [+2] // --------------------- // -- NOTE: if you've used the +1 font size tweak (above) in the past, make sure that it's // disabled before using this one. // Using this tweak will significantly increase the size of text throughout the skin. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/fs_larger.styles" // Tweak: Steam Piston (Complete Removal) // ------------------- // Using this tweak will remove the Steam piston from the upper right-hand side of the UI. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/piston_tweak.styles" // Tweak: Steam Piston (Appearance Change) // ------------------- // -- NOTE: if you've used the other Steam Piston tweak (above) in the past, make sure that // it's disabled before using this one. // Using this tweak will limit the Steam piston to the title bar. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/piston_tweak2.styles" // Tweak: Notifications Position (Bottom Left) // ----------------------------- // Using this tweak will cause notification to pop up in the Bottom Left corner (default is Bottom Right). // Keep in mind that some games/notifications will override these settings. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/not_btmlf.styles" // Tweak: Notifications Position (Top Left) // ----------------------------- // -- NOTE: if you've used the other Notifications Position tweak (above) in the past, make sure that // it's disabled before using this one. // Using this tweak will cause notification to pop up in the Top Left corner (default is Bottom Right). // Keep in mind that some games/notifications will override these settings. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/not_toplf.styles" // Tweak: Notifications Position (Top Right) // ----------------------------- // -- NOTE: if you've used other Notifications Position tweaks (above) in the past, make sure that // they're disabled before using this one. // Using this tweak will cause notification to pop up in the Top Right corner (default is Bottom Right). // Keep in mind that some games/notifications will override these settings. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/not_toprt.styles" // Tweak: Browser Buttons Colour // ----------------------------- // Using this tweak will remove the different hues from the browser buttons and give them a blue shade. // The background glow of the Close Window button's hover effect is also made blue instead of red. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/bcolour_tweak.styles" // Tweak: Game Title Background (Library, Details view) // ---------------------------- // Using this tweak will place a background around game titles similar to the one around the Play button. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/gametitle_bg_tweak.styles" // Tweak: Game Title Underline (Library, Details view) // --------------------------- // Using this tweak will remove the black underline from beneath the game title in the Library. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/gametitle_ul_tweak.styles" // Tweak: Play/Install Buttons (Library, Details view & Downloads) // --------------------------- // Using this tweak will revert all the play and install buttons back to their former style. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/playbutton_tweak.styles" // Tweak: Faded Uninstalled Games (Library, Grid view) // ------------------------------ // Using this tweak will cause all games currently not installed to appear faded in the Grid view. // To enable this, delete the 2 forward slashes " // " at the start of the following line: include "resource/styles/tweaks/gamegrid_al_tweak.styles" // Tweak: Overlay Background (Lighter Hex/Honeycomb Texture) // ------------------------- // Using this tweak will lessen the transparency of the background texture in the Overlay. // To enable this, delete the 2 forward slashes " // " at the start of the following line: include "resource/styles/tweaks/ol_bg_light.styles" // Tweak: Overlay Background (Traditional/No Texture) // ------------------------- // -- NOTE: if you've used the other Overlay Background tweak (above) in the past, make // sure that it's disabled before using this one. // Using this tweak will remove the hex/honeycomb texture from the Overlay and substitute it for // the traditional single-colour background (38% black). // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/ol_bg_traditional.styles" // Tweak: Overlay Background (No Background At All) // ------------------------- // -- NOTE: if you've used any of the other Overlay Background tweaks (above) in the past, // make sure that they're disabled before using this one. // Using this tweak will remove the background from the Overlay all together. // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/ol_bg_none.styles" // -- DOUBLE CHECKING // ================== // Once you're done, an easy way to double check that nothing's out of place, is to make sure that // every line between here and "USER CONFIGURATION" begins with either a double forward slash "//" // or the word "include" (without the quotes). Spaces of any kind and blank lines are completely // irrelevant. // // Remember that any modifications to Tweaks will not take effect until Steam has been restarted. // -- HOW TO DISABLE A TWEAK? // ========================== // To disable a tweak, simply add 2 forward slashes // in front of the "include" line, beneath the // tweak's explanation. // // Alternatively, if all this is a bit too confusing, you can just replace this file with the one // from the .zip archive that you downloaded. That will, however, disable all tweaks and you'll // have to start from scratch to enable any. // -- ESSENTIAL FILES // ================== // !! -- DO NOT MODIFY PAST THIS LINE -- !! include "locale.ini" include "resource/styles/tweaks/locale/default_english.styles" include "resource/styles/tweaks/ft_segoewp.styles" include "resource/styles/tweaks/fix_tgh_default.styles" include "resource/styles/tweaks/fs_default.styles" include "resource/styles/tweaks/piston_default.styles" include "resource/styles/tweaks/not_default.styles" include "resource/styles/tweaks/bcolour_default.styles" include "resource/styles/tweaks/gametitle_bg_default.styles" include "resource/styles/tweaks/gametitle_ul_default.styles" include "resource/styles/tweaks/playbutton_default.styles" include "resource/styles/tweaks/gamegrid_al_default.styles" include "resource/styles/tweaks/ol_bg_default.styles" }