Showing posts with label wine. Show all posts
Showing posts with label wine. Show all posts

Wednesday, 30 September 2009

Wine tricks

Winetricks is pretty essential for GUI LCD font smoothing!

Here's the script for fast HL2MP startup (from http://www.linux-gamers.net/modules/wiwimod/index.php?page=howto+steam#cli):

#!/bin/bash
WINEDEBUG=-all wine C:/Program\ Files/Steam/Steam.exe \
    -applaunch 320 \
    -heapsize 102400 +map_background none "$@" \
    -console -novid -refresh 60 -dxlevel 81

Remember, -dxlevel 81 only needs to be used once! The video settings will be reset if it is included again!