Installer windows-31x-floppy-disks-extras

files:
- s3: https://www.dropbox.com/s/w3o4v5e7alm1zg5/s3drivers.zip?dl=1
- sb16: https://www.dropbox.com/s/0ve3ohhtks0wrnf/SB16W3x.zip?dl=1
game:
  main_file: $GAMEDIR/win31x.conf
installer:
- insert-disc:
    requires: DISK1
- task:
    commands:
    - 'A:'
    - SETUP.EXE
    - 'B:'
    - CD SB16
    - INSTALL.EXE
    - EXIT
    drives:
      a: $DISC
      b: $GAMEDIR/B
      c: $GAMEDIR/C
    name: makeconfig
    path: $GAMEDIR/win31x-install.conf
- execute:
    args: $GAMEDIR/A $GAMEDIR/B $GAMEDIR/C $GAMEDIR/D $GAMEDIR/E
    file: mkdir
- extract:
    dst: $GAMEDIR/B/sb16
    file: sb16
    format: zip
- extract:
    dst: $GAMEDIR/B/s3
    file: s3
    format: zip
- task:
    config_file: $GAMEDIR/win31x-install.conf
    name: dosexec
    working_dir: $GAMEDIR
- write_file:
    content: '[dosbox]

      memsize = 64

      [sblaster]

      irq=5

      [autoexec]

      mount a $GAMEDIR/A

      mount b $GAMEDIR/B

      mount c $GAMEDIR/C

      mount d $GAMEDIR/D

      mount d $GAMEDIR/E

      c:

      cd windows

      win'
    file: $GAMEDIR/win31x.conf
description: A installation with S3 and Sound Blaster drivers.
game_slug: windows-31x
gogslug: ''
humblestoreid: ''
installer_slug: windows-31x-floppy-disks-extras
name: Windows 3.1x
notes: "Currently require to manually extract the contents of the install floppy disks\
  \ into a single folder.\r\n\r\nDuring Windows Setup select a custom install by pressing\
  \ C\r\n\r\nSelect Display\r\nScroll down to Other\r\nType: B:\\S3\r\nSelect S3 Trio64V\
  \ 1.70.04 1024x768 64K C SF (Clicking Desktop Settings crashes with this option)\r\
  \nor\r\nSelect S3 Trio64V 1.70.04 1024x768 256 C SF (Clicking Desktop Settings hangs\
  \ but does open with this option)\r\n\r\nOnce Windows has installed DO NOT CLICK\
  \ REBOOT.\r\n\r\nWhen the Audio drives are installing at the part it asks to \"\
  proceed using the settings shown\"\r\nScroll down to Windows 3.1 path, press enter\
  \ and accept the default option."
runner: dosbox
script:
  files:
  - s3: https://www.dropbox.com/s/w3o4v5e7alm1zg5/s3drivers.zip?dl=1
  - sb16: https://www.dropbox.com/s/0ve3ohhtks0wrnf/SB16W3x.zip?dl=1
  game:
    main_file: $GAMEDIR/win31x.conf
  installer:
  - insert-disc:
      requires: DISK1
  - task:
      commands:
      - 'A:'
      - SETUP.EXE
      - 'B:'
      - CD SB16
      - INSTALL.EXE
      - EXIT
      drives:
        a: $DISC
        b: $GAMEDIR/B
        c: $GAMEDIR/C
      name: makeconfig
      path: $GAMEDIR/win31x-install.conf
  - execute:
      args: $GAMEDIR/A $GAMEDIR/B $GAMEDIR/C $GAMEDIR/D $GAMEDIR/E
      file: mkdir
  - extract:
      dst: $GAMEDIR/B/sb16
      file: sb16
      format: zip
  - extract:
      dst: $GAMEDIR/B/s3
      file: s3
      format: zip
  - task:
      config_file: $GAMEDIR/win31x-install.conf
      name: dosexec
      working_dir: $GAMEDIR
  - write_file:
      content: '[dosbox]

        memsize = 64

        [sblaster]

        irq=5

        [autoexec]

        mount a $GAMEDIR/A

        mount b $GAMEDIR/B

        mount c $GAMEDIR/C

        mount d $GAMEDIR/D

        mount d $GAMEDIR/E

        c:

        cd windows

        win'
      file: $GAMEDIR/win31x.conf
slug: windows-31x-floppy-disks-extras
steamid: null
version: Floppy Disks + Extras
year: 1992
{
  "game_slug": "windows-31x",
  "version": "Floppy Disks + Extras",
  "description": "A installation with S3 and Sound Blaster drivers.",
  "notes": "Currently require to manually extract the contents of the install floppy disks into a single folder.\r\n\r\nDuring Windows Setup select a custom install by pressing C\r\n\r\nSelect Display\r\nScroll down to Other\r\nType: B:\\S3\r\nSelect S3 Trio64V 1.70.04 1024x768 64K C SF (Clicking Desktop Settings crashes with this option)\r\nor\r\nSelect S3 Trio64V 1.70.04 1024x768 256 C SF (Clicking Desktop Settings hangs but does open with this option)\r\n\r\nOnce Windows has installed DO NOT CLICK REBOOT.\r\n\r\nWhen the Audio drives are installing at the part it asks to \"proceed using the settings shown\"\r\nScroll down to Windows 3.1 path, press enter and accept the default option.",
  "name": "Windows 3.1x",
  "year": 1992,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "windows-31x-floppy-disks-extras",
  "installer_slug": "windows-31x-floppy-disks-extras",
  "script": {
    "files": [
      {
        "s3": "https://www.dropbox.com/s/w3o4v5e7alm1zg5/s3drivers.zip?dl=1"
      },
      {
        "sb16": "https://www.dropbox.com/s/0ve3ohhtks0wrnf/SB16W3x.zip?dl=1"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/win31x.conf"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "DISK1"
        }
      },
      {
        "task": {
          "commands": [
            "A:",
            "SETUP.EXE",
            "B:",
            "CD SB16",
            "INSTALL.EXE",
            "EXIT"
          ],
          "drives": {
            "a": "$DISC",
            "b": "$GAMEDIR/B",
            "c": "$GAMEDIR/C"
          },
          "name": "makeconfig",
          "path": "$GAMEDIR/win31x-install.conf"
        }
      },
      {
        "execute": {
          "args": "$GAMEDIR/A $GAMEDIR/B $GAMEDIR/C $GAMEDIR/D $GAMEDIR/E",
          "file": "mkdir"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/B/sb16",
          "file": "sb16",
          "format": "zip"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/B/s3",
          "file": "s3",
          "format": "zip"
        }
      },
      {
        "task": {
          "config_file": "$GAMEDIR/win31x-install.conf",
          "name": "dosexec",
          "working_dir": "$GAMEDIR"
        }
      },
      {
        "write_file": {
          "content": "[dosbox]\nmemsize = 64\n[sblaster]\nirq=5\n[autoexec]\nmount a $GAMEDIR/A\nmount b $GAMEDIR/B\nmount c $GAMEDIR/C\nmount d $GAMEDIR/D\nmount d $GAMEDIR/E\nc:\ncd windows\nwin",
          "file": "$GAMEDIR/win31x.conf"
        }
      }
    ]
  }
}
Back to game