Installer windows-31x-cd

files:
- vdrivers: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/drivers_s3_win31x.7z
- adrivers: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/drivers_sb16_win31x.7z
- dconf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/dosbox_win31x_cd.conf
- utils: https://github.com/legluondunet/mlls-tools/raw/master/dos2unix-unix2dos/dos2unix-unix2dos.7z
game:
  main_file: $GAMEDIR/dosbox_win31x_cd.conf
installer:
- insert-disc:
    description: Please insert Windows 3.1x CD
    requires: WINVER._
- merge:
    dst: $GAMEDIR/C/win31cd
    src: $DISC
- copy:
    dst: $GAMEDIR
    src: dconf
- task:
    config_file: $GAMEDIR/dosbox_win31x_cd.conf
    name: dosexec
    working_dir: $GAMEDIR
- extract:
    dst: $GAMEDIR
    file: utils
- extract:
    dst: $GAMEDIR
    file: adrivers
- chmodx: $GAMEDIR/install_drivers_sb16.sh
- execute:
    file: $GAMEDIR/install_drivers_sb16.sh
- extract:
    dst: $GAMEDIR
    file: vdrivers
- chmodx: $GAMEDIR/install_drivers_s3.sh
- execute:
    file: $GAMEDIR/install_drivers_s3.sh
description: Automatic install of "Windows 3.1" CD edition using DOSBox
game_slug: windows-31x
gogslug: ''
humblestoreid: ''
installer_slug: windows-31x-cd
name: Windows 3.1x
notes: "- This script installer should be compatible with all \"Windows 3.1\" CD install\r\
  \n- Nota:\r\n-- If Windows 3.1 asks for one of his floppy, type c:\\win31cd\r\n\
  -- You will not need to install video (S3) and audio (SB16) drivers, they will be\
  \ already installed during script installer process\r\n-- S3 Graphic drivers located\
  \ at c:\\drivers\\s3 \r\n-- SB16 Audio drivers located at c:\\drivers\\sb16"
runner: dosbox
script:
  files:
  - vdrivers: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/drivers_s3_win31x.7z
  - adrivers: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/drivers_sb16_win31x.7z
  - dconf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/dosbox_win31x_cd.conf
  - utils: https://github.com/legluondunet/mlls-tools/raw/master/dos2unix-unix2dos/dos2unix-unix2dos.7z
  game:
    main_file: $GAMEDIR/dosbox_win31x_cd.conf
  installer:
  - insert-disc:
      description: Please insert Windows 3.1x CD
      requires: WINVER._
  - merge:
      dst: $GAMEDIR/C/win31cd
      src: $DISC
  - copy:
      dst: $GAMEDIR
      src: dconf
  - task:
      config_file: $GAMEDIR/dosbox_win31x_cd.conf
      name: dosexec
      working_dir: $GAMEDIR
  - extract:
      dst: $GAMEDIR
      file: utils
  - extract:
      dst: $GAMEDIR
      file: adrivers
  - chmodx: $GAMEDIR/install_drivers_sb16.sh
  - execute:
      file: $GAMEDIR/install_drivers_sb16.sh
  - extract:
      dst: $GAMEDIR
      file: vdrivers
  - chmodx: $GAMEDIR/install_drivers_s3.sh
  - execute:
      file: $GAMEDIR/install_drivers_s3.sh
slug: windows-31x-cd
steamid: null
version: CD
year: 1992
{
  "game_slug": "windows-31x",
  "version": "CD",
  "description": "Automatic install of \"Windows 3.1\" CD edition using DOSBox",
  "notes": "- This script installer should be compatible with all \"Windows 3.1\" CD install\r\n- Nota:\r\n-- If Windows 3.1 asks for one of his floppy, type c:\\win31cd\r\n-- You will not need to install video (S3) and audio (SB16) drivers, they will be already installed during script installer process\r\n-- S3 Graphic drivers located at c:\\drivers\\s3 \r\n-- SB16 Audio drivers located at c:\\drivers\\sb16",
  "name": "Windows 3.1x",
  "year": 1992,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "windows-31x-cd",
  "installer_slug": "windows-31x-cd",
  "script": {
    "files": [
      {
        "vdrivers": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/drivers_s3_win31x.7z"
      },
      {
        "adrivers": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/drivers_sb16_win31x.7z"
      },
      {
        "dconf": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Windows%203.1x/dosbox_win31x_cd.conf"
      },
      {
        "utils": "https://github.com/legluondunet/mlls-tools/raw/master/dos2unix-unix2dos/dos2unix-unix2dos.7z"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/dosbox_win31x_cd.conf"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please insert Windows 3.1x CD",
          "requires": "WINVER._"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/C/win31cd",
          "src": "$DISC"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "dconf"
        }
      },
      {
        "task": {
          "config_file": "$GAMEDIR/dosbox_win31x_cd.conf",
          "name": "dosexec",
          "working_dir": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "utils"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "adrivers"
        }
      },
      {
        "chmodx": "$GAMEDIR/install_drivers_sb16.sh"
      },
      {
        "execute": {
          "file": "$GAMEDIR/install_drivers_sb16.sh"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "vdrivers"
        }
      },
      {
        "chmodx": "$GAMEDIR/install_drivers_s3.sh"
      },
      {
        "execute": {
          "file": "$GAMEDIR/install_drivers_s3.sh"
        }
      }
    ]
  }
}
Back to game