summarylogtreecommitdiffstats
path: root/heroes-of-might-and-magic-3-complete-edition
blob: 5c0f94decc4675a8f2a9961d79a7cc7151e07044 (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 HD_Launcher.exe "$@"