Compare commits
No commits in common. "25166edb13b6ea4d2f46176e3852b8f932a13013" and "ac265dbf9c181c4d5aa649f1aef249f8c837ce2c" have entirely different histories.
25166edb13
...
ac265dbf9c
13 changed files with 1 additions and 52 deletions
3
LEGO Island/.gitignore
vendored
3
LEGO Island/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
bin
|
|
||||||
iso
|
|
||||||
wine
|
|
|
@ -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
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
export WINEPREFIX="$(pwd)/wine"
|
|
||||||
export WINEARCH=win64
|
|
||||||
export WINEESYNC=1
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
source ./env
|
|
||||||
|
|
||||||
cd 'wine/drive_c/Program Files (x86)/LEGO Island/' && wine 'ISLE.EXE'
|
|
|
@ -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
|
|
|
@ -6,8 +6,3 @@ export LC_ALL=ja_JP.UTF-8
|
||||||
export WINEPREFIX="$(pwd)/wine"
|
export WINEPREFIX="$(pwd)/wine"
|
||||||
export WINEARCH=win32
|
export WINEARCH=win32
|
||||||
export WINEESYNC=1
|
export WINEESYNC=1
|
||||||
|
|
||||||
export GAMESCOPE=gamescope
|
|
||||||
if command -v "gamescope-legacy"; then
|
|
||||||
export GAMESCOPE="gamescope-legacy"
|
|
||||||
fi
|
|
||||||
|
|
|
@ -5,5 +5,5 @@ source ./env
|
||||||
#Xwayland :1 -fullscreen -geometry 800x600 &
|
#Xwayland :1 -fullscreen -geometry 800x600 &
|
||||||
#cd data && DISPLAY=:1 wine 'Lamento -BEYOND THE VOID-.exe'
|
#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'
|
wine 'Lamento -BEYOND THE VOID-.exe'
|
||||||
|
|
1
Minesweeper/.gitignore
vendored
1
Minesweeper/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
wine
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
source ./env
|
|
||||||
|
|
||||||
cd bin && "$GAMESCOPE" -W 800 -H 600 -- \
|
|
||||||
wine 'WINMINE.EXE'
|
|
Loading…
Reference in a new issue