Installer innocent-until-caught-ms-dos

files:
- game: N/A:Select the file Innocent.exe
game:
  main_file: $GAMEDIR/IUC.conf
installer:
- execute:
    args: $GAMEDIR/HDD $GAMEDIR/HDD/IUC
    file: mkdir
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

      src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")

      cp -avr "$src_path/."  "$dst"'
    file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
    args: $game $GAMEDIR/HDD/IUC
    file: $CACHE/bulkcopy.sh
- execute:
    args: -R 775  "$GAMEDIR"
    file: /bin/chmod
- write_file:
    content: '[sdl]

      sensitivity=30

      [autoexec]

      mount C "$GAMEDIR/HDD" -t dir

      C:

      cd IUC

      cls

      ECHO OFF

      goto launcher

      :launcher

      cls

      ECHO  -------------------------------------------

      ECHO            Innocent Until Caught

      ECHO  -------------------------------------------

      ECHO   1) Played Game

      ECHO   2) Setup

      ECHO  -------------------------------------------

      ECHO   3) exit program

      ECHO  -------------------------------------------


      choice /c123 /s Which program do you want to run? [1-3]: /n

      if errorlevel 3 goto exit

      if errorlevel 2 goto setup

      if errorlevel 1 goto game


      :game

      cls

      innocent.exe

      goto exit


      :setup

      cls

      SET_IUC.EXE

      goto launcher


      :exit

      exit'
    file: $GAMEDIR/IUC.conf
description: null
game_slug: innocent-until-caught
gogslug: ''
humblestoreid: ''
installer_slug: innocent-until-caught-ms-dos
name: Innocent Until Caught
notes: ''
runner: dosbox
script:
  files:
  - game: N/A:Select the file Innocent.exe
  game:
    main_file: $GAMEDIR/IUC.conf
  installer:
  - execute:
      args: $GAMEDIR/HDD $GAMEDIR/HDD/IUC
      file: mkdir
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

        src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")

        cp -avr "$src_path/."  "$dst"'
      file: $CACHE/bulkcopy.sh
  - chmodx: $CACHE/bulkcopy.sh
  - execute:
      args: $game $GAMEDIR/HDD/IUC
      file: $CACHE/bulkcopy.sh
  - execute:
      args: -R 775  "$GAMEDIR"
      file: /bin/chmod
  - write_file:
      content: '[sdl]

        sensitivity=30

        [autoexec]

        mount C "$GAMEDIR/HDD" -t dir

        C:

        cd IUC

        cls

        ECHO OFF

        goto launcher

        :launcher

        cls

        ECHO  -------------------------------------------

        ECHO            Innocent Until Caught

        ECHO  -------------------------------------------

        ECHO   1) Played Game

        ECHO   2) Setup

        ECHO  -------------------------------------------

        ECHO   3) exit program

        ECHO  -------------------------------------------


        choice /c123 /s Which program do you want to run? [1-3]: /n

        if errorlevel 3 goto exit

        if errorlevel 2 goto setup

        if errorlevel 1 goto game


        :game

        cls

        innocent.exe

        goto exit


        :setup

        cls

        SET_IUC.EXE

        goto launcher


        :exit

        exit'
      file: $GAMEDIR/IUC.conf
slug: innocent-until-caught-ms-dos
steamid: null
version: MS-DOS
year: 1993
{
  "game_slug": "innocent-until-caught",
  "version": "MS-DOS",
  "description": null,
  "notes": "",
  "name": "Innocent Until Caught",
  "year": 1993,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "innocent-until-caught-ms-dos",
  "installer_slug": "innocent-until-caught-ms-dos",
  "script": {
    "files": [
      {
        "game": "N/A:Select the file Innocent.exe"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/IUC.conf"
    },
    "installer": [
      {
        "execute": {
          "args": "$GAMEDIR/HDD $GAMEDIR/HDD/IUC",
          "file": "mkdir"
        }
      },
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\ncp -avr \"$src_path/.\"  \"$dst\"",
          "file": "$CACHE/bulkcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/bulkcopy.sh"
      },
      {
        "execute": {
          "args": "$game $GAMEDIR/HDD/IUC",
          "file": "$CACHE/bulkcopy.sh"
        }
      },
      {
        "execute": {
          "args": "-R 775  \"$GAMEDIR\"",
          "file": "/bin/chmod"
        }
      },
      {
        "write_file": {
          "content": "[sdl]\nsensitivity=30\n[autoexec]\nmount C \"$GAMEDIR/HDD\" -t dir\nC:\ncd IUC\ncls\nECHO OFF\ngoto launcher\n:launcher\ncls\nECHO  -------------------------------------------\nECHO            Innocent Until Caught\nECHO  -------------------------------------------\nECHO   1) Played Game\nECHO   2) Setup\nECHO  -------------------------------------------\nECHO   3) exit program\nECHO  -------------------------------------------\n\nchoice /c123 /s Which program do you want to run? [1-3]: /n\nif errorlevel 3 goto exit\nif errorlevel 2 goto setup\nif errorlevel 1 goto game\n\n:game\ncls\ninnocent.exe\ngoto exit\n\n:setup\ncls\nSET_IUC.EXE\ngoto launcher\n\n:exit\nexit",
          "file": "$GAMEDIR/IUC.conf"
        }
      }
    ]
  }
}
Back to game