Installer everquest-everquest-project-19

custom-name: Everquest Project 1999
files:
- installer: N/A:Select the game's setup file
- p99Files: https://www.project1999.com/files/P99Files57.zip
game:
  args: patchme
  exe: drive_c/Program Files (x86)/Sony/EverQuest/eqgame.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/
    file: p99Files
- execute:
    command: mv "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/dsetup.dll" "$GAMEDIR/drive_c/Program
      Files (x86)/Sony/EverQuest/DSETUP.dll"
- execute:
    command: mv "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/Resources/loadscreen.jpg"
      "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/Resources/loadscreen.JPG"
- write_config:
    data:
      Defaults:
        WindowedMode: false
      VideoMode:
        FullscreenBitsPerPixel: 32
        FullscreenRefreshRate: 60
        Height: $RESOLUTION_HEIGHT
        Width: $RESOLUTION_WIDTH
    file: $GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/eqclient.ini
wine:
  Desktop: true
  WineDesktop: $RESOLUTION
description: Everquest Project 1999 from the Titanium disks
game_slug: everquest
gogslug: ''
humblestoreid: ''
installer_slug: everquest-everquest-project-19
name: EverQuest
notes: "Modify eqclient.ini with the desired resolution parameters once the game has\
  \ run for the first time. Further information at https://wiki.project1999.com/EverQuest_in_Linux_Guide\r\
  \n\r\nFixing mouse rotation:\r\nIf using mouse look the camera stops rotation at\
  \ the edge of the screen, fix it by going into wine configuration and enabling the\
  \ following.\r\n\r\nWine configuration > Graphics > Automatically capture the mouse\
  \ in full-screen windows\r\n\r\nGetting MIDI Music to Play (not needed if running\
  \ pipewire):\r\n- Install fluidsynth, a soundfont for it, and qsynth: sudo apt install\
  \ fluidsynth fluid-soundfont-gm qsynth\r\n    Run qsynth\r\n    Go to Setup > Audio\
  \ tab and select alsa\r\n    Go to Soundfonts tab and open the soundfont file FluidR3_GM.sf2\r\
  \n    qsynth has to stay open to continue playing MIDI music"
runner: wine
script:
  custom-name: Everquest Project 1999
  files:
  - installer: N/A:Select the game's setup file
  - p99Files: https://www.project1999.com/files/P99Files57.zip
  game:
    args: patchme
    exe: drive_c/Program Files (x86)/Sony/EverQuest/eqgame.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/
      file: p99Files
  - execute:
      command: mv "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/dsetup.dll"
        "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/DSETUP.dll"
  - execute:
      command: mv "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/Resources/loadscreen.jpg"
        "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/Resources/loadscreen.JPG"
  - write_config:
      data:
        Defaults:
          WindowedMode: false
        VideoMode:
          FullscreenBitsPerPixel: 32
          FullscreenRefreshRate: 60
          Height: $RESOLUTION_HEIGHT
          Width: $RESOLUTION_WIDTH
      file: $GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/eqclient.ini
  wine:
    Desktop: true
    WineDesktop: $RESOLUTION
slug: everquest-everquest-project-19
steamid: 205710
version: Everquest Project 1999
year: 1999
{
  "game_slug": "everquest",
  "version": "Everquest Project 1999",
  "description": "Everquest Project 1999 from the Titanium disks",
  "notes": "Modify eqclient.ini with the desired resolution parameters once the game has run for the first time. Further information at https://wiki.project1999.com/EverQuest_in_Linux_Guide\r\n\r\nFixing mouse rotation:\r\nIf using mouse look the camera stops rotation at the edge of the screen, fix it by going into wine configuration and enabling the following.\r\n\r\nWine configuration > Graphics > Automatically capture the mouse in full-screen windows\r\n\r\nGetting MIDI Music to Play (not needed if running pipewire):\r\n- Install fluidsynth, a soundfont for it, and qsynth: sudo apt install fluidsynth fluid-soundfont-gm qsynth\r\n    Run qsynth\r\n    Go to Setup > Audio tab and select alsa\r\n    Go to Soundfonts tab and open the soundfont file FluidR3_GM.sf2\r\n    qsynth has to stay open to continue playing MIDI music",
  "name": "EverQuest",
  "year": 1999,
  "steamid": 205710,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "everquest-everquest-project-19",
  "installer_slug": "everquest-everquest-project-19",
  "script": {
    "custom-name": "Everquest Project 1999",
    "files": [
      {
        "installer": "N/A:Select the game's setup file"
      },
      {
        "p99Files": "https://www.project1999.com/files/P99Files57.zip"
      }
    ],
    "game": {
      "args": "patchme",
      "exe": "drive_c/Program Files (x86)/Sony/EverQuest/eqgame.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/",
          "file": "p99Files"
        }
      },
      {
        "execute": {
          "command": "mv \"$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/dsetup.dll\" \"$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/DSETUP.dll\""
        }
      },
      {
        "execute": {
          "command": "mv \"$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/Resources/loadscreen.jpg\" \"$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/Resources/loadscreen.JPG\""
        }
      },
      {
        "write_config": {
          "data": {
            "Defaults": {
              "WindowedMode": false
            },
            "VideoMode": {
              "FullscreenBitsPerPixel": 32,
              "FullscreenRefreshRate": 60,
              "Height": "$RESOLUTION_HEIGHT",
              "Width": "$RESOLUTION_WIDTH"
            }
          },
          "file": "$GAMEDIR/drive_c/Program Files (x86)/Sony/EverQuest/eqclient.ini"
        }
      }
    ],
    "wine": {
      "Desktop": true,
      "WineDesktop": "$RESOLUTION"
    }
  }
}
Back to game