Installer deathmatch-classic-bundled-with-half-li
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
game: arch: win32 args: -game dmc -full -gl -gldrv Default -width 1920 -height 1080 -console exe: $GAMEDIR/$gamepath/hl.exe prefix: $GAMEDIR installer: - write_file: content: GL_texturemode GL_Nearest file: $GAMEDIR/$gamepath/dmc/autoexec.cfg requires: half-life wine: Desktop: true dgvoodoo2: true
{ "game": { "arch": "win32", "args": "-game dmc -full -gl -gldrv Default -width 1920 -height 1080 -console", "exe": "$GAMEDIR/$gamepath/hl.exe", "prefix": "$GAMEDIR" }, "installer": [ { "write_file": { "content": "GL_texturemode GL_Nearest", "file": "$GAMEDIR/$gamepath/dmc/autoexec.cfg" } } ], "requires": "half-life", "wine": { "Desktop": true, "dgvoodoo2": true } }