quanticc / lawena-recording-tool

Simple movie recording tool for Source Engine games
http://lawena.github.io/
GNU General Public License v3.0
80 stars 16 forks source link

Start TF2 directly instead of through Steam #68

Closed PazerOP closed 9 years ago

PazerOP commented 9 years ago

The following is a suggestion to fix what is causing the following issue: when launching TF2 through lawena, the command line contains both the arguments from lawena's "Custom Launch Options" window AND the arguments from Steam's "Set Launch Options" window.

Image of command line of hl2.exe

If the game is launched directly through the exe and not through Steam, this does not happen and you will only get the command line arguments you actually want (that you specified in lawena).

Main issue here is I want +mat_dxlevel 81 on my Steam command line, but I want +mat_dxlevel 95 on my lawena command line.

quanticc commented 9 years ago

I had no idea it combined parameters like that. I expected more from Valve :disappointed:

Looks like the minimal set of parameters is -steam -game tf.

quanticc commented 9 years ago

Pushed to preview branch. Older behavior is now located at the "Advanced menu > Launch using Steam" menu item.