Compare commits

..

No commits in common. "25166edb13b6ea4d2f46176e3852b8f932a13013" and "ac265dbf9c181c4d5aa649f1aef249f8c837ce2c" have entirely different histories.

13 changed files with 1 additions and 52 deletions

View file

@ -1,3 +0,0 @@
bin
iso
wine

View file

@ -1,6 +0,0 @@
#### Lego Island
Store the Lego Island iso into the `bin` folder and name it `game.iso`.
Then run `setup`.
> Note: broken

View file

@ -1,5 +0,0 @@
#!/bin/sh
export WINEPREFIX="$(pwd)/wine"
export WINEARCH=win64
export WINEESYNC=1

View file

@ -1,5 +0,0 @@
#!/bin/sh
source ./env
cd 'wine/drive_c/Program Files (x86)/LEGO Island/' && wine 'ISLE.EXE'

View file

@ -1,10 +0,0 @@
#!/bin/sh
source ./env
rm -fr ./iso
mkdir ./iso
7z x ./bin/game.iso -oiso
winetricks winxp
wine ./iso/setup.exe
#cp ../dxvk/x32/*.dll ./wine/drive_c/windows/system32
#cp ../dxvk/x64/*.dll ./wine/drive_c/windows/syswow64

View file

@ -6,8 +6,3 @@ export LC_ALL=ja_JP.UTF-8
export WINEPREFIX="$(pwd)/wine"
export WINEARCH=win32
export WINEESYNC=1
export GAMESCOPE=gamescope
if command -v "gamescope-legacy"; then
export GAMESCOPE="gamescope-legacy"
fi

View file

@ -5,5 +5,5 @@ source ./env
#Xwayland :1 -fullscreen -geometry 800x600 &
#cd data && DISPLAY=:1 wine 'Lamento -BEYOND THE VOID-.exe'
cd data && "$GAMESCOPE" -W 800 -H 600 -- \
cd data && gamescope-legacy -W 800 -H 600 -- \
wine 'Lamento -BEYOND THE VOID-.exe'

View file

@ -1 +0,0 @@
wine

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,10 +0,0 @@
#!/bin/sh
export WINEPREFIX="$(pwd)/wine"
export WINEARCH=win64
export WINEESYNC=1
export GAMESCOPE=gamescope
if command -v "gamescope-legacy"; then
export GAMESCOPE="gamescope-legacy"
fi

View file

@ -1,6 +0,0 @@
#!/bin/sh
source ./env
cd bin && "$GAMESCOPE" -W 800 -H 600 -- \
wine 'WINMINE.EXE'