summarylogtreecommitdiffstats
path: root/heroes-of-might-and-magic-3-complete-edition-map-editor
blob: 4cc7f85127d722d91d1c89eb88deeedf92a0a6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
wine /opt/gog/heroes-of-might-and-magic-3-complete-edition/h3maped.exe "$@"