Updated Itchensinc Games, make sure Villians from Beyond works. Had Claud update its notes on what I did.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
|
export WINEARCH="win64" # Migrated to wine64 with WINETRICKS_FORCE=1
|
||||||
|
export winVer="win7"
|
||||||
|
export winetricksSettings="vd=1024x768"
|
||||||
download "${ipfsGateway}/ipfs/QmdkLPig6Kp3AZTwKAhjrhhsEuvhFCFhm6SHLUQVeNNYCb?filename=kitchen.tar.xz"
|
download "${ipfsGateway}/ipfs/QmdkLPig6Kp3AZTwKAhjrhhsEuvhFCFhm6SHLUQVeNNYCb?filename=kitchen.tar.xz"
|
||||||
install_wine_bottle vb6run dx8vb
|
install_wine_bottle sapi vb6run dx8vb
|
||||||
echo "Extracting files..."
|
echo "Extracting files..."
|
||||||
tar xf "${cache}/kitchen.tar.xz" -C "$WINEPREFIX/drive_c/Program Files/"
|
tar xf "${cache}/kitchen.tar.xz" -C "$WINEPREFIX/drive_c/Program Files/"
|
||||||
add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe"
|
add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Uses standard wine path based on architecture (win32/win64)
|
export WINEARCH="win64" # Migrated to wine64 with WINETRICKS_FORCE=1
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
download "${ipfsGateway}/ipfs/QmWx271xuk3Mv9XTBoVu5BDJvXFZdasawC2nhtV21WAaUU?filename=villains_en.zip"
|
download "${ipfsGateway}/ipfs/QmWx271xuk3Mv9XTBoVu5BDJvXFZdasawC2nhtV21WAaUU?filename=villains_en.zip"
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ The project uses Wine with a unified architecture:
|
|||||||
|
|
||||||
**Migrated SAPI Games (wine64):**
|
**Migrated SAPI Games (wine64):**
|
||||||
- Bloodshed - Tested and confirmed working
|
- Bloodshed - Tested and confirmed working
|
||||||
|
- Kitchensinc Games - Tested and confirmed working (VB6)
|
||||||
- Oh Shit - Migrated, requires testing
|
- Oh Shit - Migrated, requires testing
|
||||||
- Dog Who Hates Toast - Migrated, requires testing (VB6)
|
- Dog Who Hates Toast - Migrated, requires testing (VB6)
|
||||||
- Lunimals - Migrated, requires testing (VB6)
|
- Lunimals - Migrated, requires testing (VB6)
|
||||||
@@ -61,6 +62,10 @@ The project uses Wine with a unified architecture:
|
|||||||
- Skateboarder Pro - Already configured for wine64, now functional
|
- Skateboarder Pro - Already configured for wine64, now functional
|
||||||
- Three D velocity - Already configured for wine64, now functional
|
- Three D velocity - Already configured for wine64, now functional
|
||||||
|
|
||||||
|
**Migrated Self-Voicing Games (wine64):**
|
||||||
|
- Shadow Line - Migrated, has issues (crashes after launch - needs further investigation)
|
||||||
|
- Villains From Beyond - Tested and confirmed working
|
||||||
|
|
||||||
**Architecture Selection Logic:**
|
**Architecture Selection Logic:**
|
||||||
- Games explicitly setting `WINEARCH=win64` will use wine64 (new behavior)
|
- Games explicitly setting `WINEARCH=win64` will use wine64 (new behavior)
|
||||||
- Games passing `sapi` dependency use wine64 with speechsdk pre-installed
|
- Games passing `sapi` dependency use wine64 with speechsdk pre-installed
|
||||||
|
|||||||
Reference in New Issue
Block a user