Installer return-to-castle-wolfenstein-cd-rom-knightmare

files:
- 142d: http://www.markshan.com/knightmare/downloads/rtcw-sp-1.42d-win32-bin.zip
game:
  arch: win32
  exe: drive_c/Program Files/Return to Castle Wolfenstein/WolfSP.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Waiting for game installer...
    message: Insert the Return to Castle Wolfenstein CD-ROM disc.
    requires: Setup/Wolf.ico
- task:
    arch: win32
    args: /S
    description: Installing the Game
    executable: $DISC/Setup/Setup.exe
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Program Files/Return to Castle Wolfenstein
    file: 142d
- write_file:
    content: '

      seta com_recommendedSet "1"

      seta r_mode "-1"

      seta r_customheight "$RESOLUTION_HEIGHT"

      seta r_customwidth "$RESOLUTION_WIDTH"

      seta r_depthbits "24"

      seta r_detailtextures "1"

      seta r_ext_framebuffer_multisample "4"

      seta r_ext_max_anisotropy "16"

      seta r_ext_texture_filter_anisotropic "16.000000"

      seta r_stencilbits "16"

      seta r_textureMode "GL_LINEAR_MIPMAP_LINEAR"

      seta r_texturebits "32"

      seta r_subdivisions "12"

      seta r_picmip "0"

      seta r_picmip2 "0

      seta r_lodbias "0"

      seta r_ext_compressed_textures "0"

      seta r_dynamiclight "1"'
    file: $GAMEDIR/drive_c/Program Files/Return to Castle Wolfenstein/Main/autoexec.cfg
    mode: a
description: Installer for the original CD-ROM release. It updates the game to the
  1.42d version (Knightmare)
game_slug: return-to-castle-wolfenstein
gogslug: return_to_castle_wolfenstein
humblestoreid: ''
installer_slug: return-to-castle-wolfenstein-cd-rom-knightmare
name: Return to Castle Wolfenstein
notes: ''
runner: wine
script:
  files:
  - 142d: http://www.markshan.com/knightmare/downloads/rtcw-sp-1.42d-win32-bin.zip
  game:
    arch: win32
    exe: drive_c/Program Files/Return to Castle Wolfenstein/WolfSP.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Waiting for game installer...
      message: Insert the Return to Castle Wolfenstein CD-ROM disc.
      requires: Setup/Wolf.ico
  - task:
      arch: win32
      args: /S
      description: Installing the Game
      executable: $DISC/Setup/Setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Program Files/Return to Castle Wolfenstein
      file: 142d
  - write_file:
      content: '

        seta com_recommendedSet "1"

        seta r_mode "-1"

        seta r_customheight "$RESOLUTION_HEIGHT"

        seta r_customwidth "$RESOLUTION_WIDTH"

        seta r_depthbits "24"

        seta r_detailtextures "1"

        seta r_ext_framebuffer_multisample "4"

        seta r_ext_max_anisotropy "16"

        seta r_ext_texture_filter_anisotropic "16.000000"

        seta r_stencilbits "16"

        seta r_textureMode "GL_LINEAR_MIPMAP_LINEAR"

        seta r_texturebits "32"

        seta r_subdivisions "12"

        seta r_picmip "0"

        seta r_picmip2 "0

        seta r_lodbias "0"

        seta r_ext_compressed_textures "0"

        seta r_dynamiclight "1"'
      file: $GAMEDIR/drive_c/Program Files/Return to Castle Wolfenstein/Main/autoexec.cfg
      mode: a
slug: return-to-castle-wolfenstein-cd-rom-knightmare
steamid: 9010
version: CD-ROM + Knightmare
year: 2001
{
  "game_slug": "return-to-castle-wolfenstein",
  "version": "CD-ROM + Knightmare",
  "description": "Installer for the original CD-ROM release. It updates the game to the 1.42d version (Knightmare)",
  "notes": "",
  "name": "Return to Castle Wolfenstein",
  "year": 2001,
  "steamid": 9010,
  "gogslug": "return_to_castle_wolfenstein",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "return-to-castle-wolfenstein-cd-rom-knightmare",
  "installer_slug": "return-to-castle-wolfenstein-cd-rom-knightmare",
  "script": {
    "files": [
      {
        "142d": "http://www.markshan.com/knightmare/downloads/rtcw-sp-1.42d-win32-bin.zip"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Return to Castle Wolfenstein/WolfSP.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Waiting for game installer...",
          "message": "Insert the Return to Castle Wolfenstein CD-ROM disc.",
          "requires": "Setup/Wolf.ico"
        }
      },
      {
        "task": {
          "arch": "win32",
          "args": "/S",
          "description": "Installing the Game",
          "executable": "$DISC/Setup/Setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files/Return to Castle Wolfenstein",
          "file": "142d"
        }
      },
      {
        "write_file": {
          "content": "\nseta com_recommendedSet \"1\"\nseta r_mode \"-1\"\nseta r_customheight \"$RESOLUTION_HEIGHT\"\nseta r_customwidth \"$RESOLUTION_WIDTH\"\nseta r_depthbits \"24\"\nseta r_detailtextures \"1\"\nseta r_ext_framebuffer_multisample \"4\"\nseta r_ext_max_anisotropy \"16\"\nseta r_ext_texture_filter_anisotropic \"16.000000\"\nseta r_stencilbits \"16\"\nseta r_textureMode \"GL_LINEAR_MIPMAP_LINEAR\"\nseta r_texturebits \"32\"\nseta r_subdivisions \"12\"\nseta r_picmip \"0\"\nseta r_picmip2 \"0\nseta r_lodbias \"0\"\nseta r_ext_compressed_textures \"0\"\nseta r_dynamiclight \"1\"",
          "file": "$GAMEDIR/drive_c/Program Files/Return to Castle Wolfenstein/Main/autoexec.cfg",
          "mode": "a"
        }
      }
    ]
  }
}
Back to game