Skip to content

Instantly share code, notes, and snippets.

@dhollinger
Created May 19, 2020 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhollinger/7cca771210b370f9d500f1ec13400b70 to your computer and use it in GitHub Desktop.
Save dhollinger/7cca771210b370f9d500f1ec13400b70 to your computer and use it in GitHub Desktop.
files:
- install: N/A:Select the installer provided by GOG.
- xwaupgrade: https://www.xwaupgrade.com/download/installers/XWAUCP_v1.6.exe
- xwa60fps: https://github.com/dhollinger/xwalutrisfiles/releases/download/v1.0.0/xw_series_60FPS.zip
- effects: https://www.xwaupgrade.com/download/installers/EffectsByBlueMax_v1.1.2.exe
- rebelcockpits: https://www.xwaupgrade.com/download/installers/RebelDynamicCockpits_v2.0.exe
- tiecockpits: https://www.xwaupgrade.com/download/installers/TieDynamicCockpits_v1.0.exe
- superbackdrops: https://www.xwaupgrade.com/download/installers/SuperBackdropsPatch_v2.1.exe
- z95: https://www.xwaupgrade.com/download/models/Z-95Headhunter_v5.0.exe
- IRS: https://www.xwaupgrade.com/download/models/ImperialResearchShip_v1.1.exe
- vsd: https://www.xwaupgrade.com/download/models/VictoryStarDestroyer_v2.0.exe
- BC: https://www.xwaupgrade.com/download/models/BulkCruiser_v1.1.exe
- NB2: https://www.xwaupgrade.com/download/models/ModFrigate_v2.1.exe
- DR: https://www.xwaupgrade.com/download/models/Casino_v2.0.exe
- repair: https://www.xwaupgrade.com/download/models/RepairYard_v1.1.exe
- trans: https://www.xwaupgrade.com/download/models/StormTransport_v2.1.exe
- containers: https://www.xwaupgrade.com/download/models/ContainerPack_v4.1.exe
- accel: https://www.xwaupgrade.com/download/models/AccelRing_v1.1.exe
- guns: https://www.xwaupgrade.com/download/models/GunPads_v1.1.exe
game:
arch: win64
exe: drive_c/GOG Games/Star Wars - X-Wing Alliance/XWINGALLIANCE.EXE
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- task:
arch: win64
description: Setting Windows 10 mode
name: winetricks
prefix: $GAMEDIR
app: win10
- task:
arch: win64
description: Installing .NET 4.6.1
name: winetricks
prefix: $GAMEDIR
app: dotnet461
- task:
arch: win64
description: Running installer. Please quit the installer at the end, do not run
the game until this script finishes installing.
executable: install
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Installing XWA Upgrade
executable: xwaupgrade
name: wineexec
prefix: $GAMEDIR
- extract:
description: Extracting custom 60 FPS DLLs
dst: $CACHE/Star Wars - X-Wing Alliance
file: xwa60fps
format: zip
- merge:
description: Moving custom files into XWA directory
dst: $GAMEDIR/drive_c/GOG Games/Star Wars - X-Wing Alliance/
src: $CACHE/Star Wars - X-Wing Alliance/
- task:
arch: win64
description: Install SuperBackdropsPatch_v2
executable: superbackdrops
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install New Victory-class Star Destroyer
executable: vsd
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install New Nebulon-B2 Frigate Model
executable: NB2
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Rebel Dynamic Cockpits
executable: rebelcockpits
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install TIE Dynamic Cockpits
executable: tiecockpits
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Z-95 model with Dynamic Cockpit
executable: z95
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Imperial Research Ship
executable: IRS
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Bulk Cruiser
executable: BC
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Dunari's Rest
executable: DR
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Repair Yard
executable: repair
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Stormtrooper Transport
executable: trans
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Container Pack
executable: containers
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Acceleration Ring
executable: accel
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
description: Install Gun Platform pack
executable: guns
name: wineexec
prefix: $GAMEDIR
- execute:
command: 'rm $GAMEDIR/drive_c/GOG\ Games/Star\ Wars\ -\ X-Wing\ Alliance/Hook_Time.dll'
- task:
arch: win64
description: Install Blue Max's Effects
executable: effects
name: wineexec
prefix: $GAMEDIR
wine:
overrides:
ddraw.dll: n, b
dinput.dll: n, b
system:
reset_desktop: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment