summarylogtreecommitdiffstats
path: root/heroes-of-might-and-magic-3-complete-edition
blob: 64d8387f7b190473e3829c7d3f7d53df452f13ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
unset WINEPREFIX
export WINEPREFIX="$HOME"/.gog-heroes-of-might-and-magic-3-complete-edition 
export WINEDEBUG=-all
if [ ! -d "$WINEPREFIX" ]
then
  mkdir -p "$WINEPREFIX"
  wineboot -i
  regedit /usr/share/gog-heroes-of-might-and-magic-3-complete-edition/local_machine.reg
fi
cd /opt/gog/heroes-of-might-and-magic-3-complete-edition
#wine Heroes3.exe "$@"
wine HD3_Launcher.exe "$@"