Thursday, March 26, 2009

Creating Shorcuts for Counter Strike and Condition Zero With HL.EXE

The HL.EXE can be used to create shortcuts for the games Counter Strike and Condition Zero. This is to avoid the every time change game menu. The procedure is as explained,

Create a shortcut for the hl.exe anywhere. The shortcut should be edited by going to its properties. There the path of the hl.exe will be shown, just add few lines to it as shown below,

"c:\....\...\...\hl.exe" -game cstrike -nomaster
"c:\....\...\...\hl.exe" -game czero -nomaster

The first part of the above line up to hl.exe will be there in the shortcut and just the next parameter are to be added, now the name of the shortcut can just be changed to cstrike or czero and when ever the game is opened through that shortcut the respective game is opened directly.

2 comments: