How to run Source games (CS:S & TF2) in full-screen windowed mode without a border

(1 vote, average 5.00 out of 5)

To run Valve Source games, like Counter-Strike:Source and Team Fortress 2, follow the steps below: 

  1. Make a note of the screen resolution of the monitor you will be playing the game on. You can find out your screen resolution by selecting the "Start" button --> Control Panel --> Display. In Windows XP, you should see the resolution listed there in a format similar to (1920 x 1080). In Windows 7, you will first need to select "Screen Resolution" in the left sidebar first. 

  2.  Open your Steam Library and right-click on the game you would like to run in window mode. Then select "Properties."

    sourcegames1


  3. Select the "Set Launch Options..." button.
    steamgames2 
     
  4. Enter the following text in the text box: -window -noborder -novid
     sourcegames3

  5. Select the "OK" button to close the "Launch Options" window. 

  6.  Select the "Close" button to save the changes. 

  7.  Launch the game and navigate to the options menu. Click on the video tab and verify that the resolution is set to the one noted above. 
     
  8. Close the options menu.

You are now set to run your source game in full-screen windowed mode! This will allow you to alt-tab easily while in game, which can come in handy with a multi-monitor workstation! Repeat this process with other Source games to achieve the same effect! If you are having trouble, the following YouTube video may help: http://www.youtube.com/watch?v=Kdl-wSv5xL4

Partner Links:
Last Updated on Sunday, 29 January 2012 23:13  
Related Articles

» How to Get a Visual Studio Solution Path in C#

Getting a path to the current solution in C# can be difficult because the idea of a Visual Studio solution is abstracted away from the actual code that is running.  But not all is lost -- Visual Studio builds it's binaries into the same location unless you specify them otherwise, and we can use this to our advantage.  For instance, if you have some project ExampleProject,  obtaining the current path while running the code would result in this: [solution...

» SQL SELECT Statement

A select statement in SQL is used to collect data from a database. The data that is pulled from the database is stored in a table-like structure, called a result-set.Syntax:1SELECT <column name(s)> FROM <table name>In the column name(s) field, you can enter single or multiple column names to select a set of columns or an asterisk (*) to select all columns from the table.In the table name field, you must enter a single valid table name.Note: SQL is not case sensitive. 'SELECT'...

» How To Take a Screenshot With An iPhone

To take a screenshot on the iPhone, iPhone 3G, iPhone 3GS, or iPhone 4, you simply press the home button and the lock button at the same time, as shown below.After the screenshot has been taken, the screen with flash quickly and save the image in your Photos app on the Camera Roll.