#!/bin/bash cd /home/thayer/media/games/half-life2/root && WINEDEBUG=fixme-all wine hl2.exe -steamlocal -game hl2 -heapsize 524288 -dxlevel 70 -sw -w 1280 -h 720 -dev +developer 0 +r_rootlod 1 +mat_picmip 0 +r_shadowrendertotexture 0 +mat_reducefillrate 1 +mat_trilinear 0 & #r_rootlod model detail (0-High, 1-Medium, 2-Low) #mat_picmip texture detail (0-High, 1-Medium, 2-Low) #mat_reducefillrate shader detail (0-High, 1-Low) #r_shadowrendertotexture shadow detail (0-Low, 1-High) #mat_trilinear trilinear filtering (1-Trilinear, 0-Bilinear) #mat_clipz [0,1] - If 1, uses an optimization technique to reduce what is drawn on screen. Some Nvidia FX card owners need to set 0 to fix rendering problems.