Wolfenstein 3D

Informations

Creator Message
Quentin PÂRIS Anonymous

Warning

This installer has not been approved yet by the team.

Informations

Platforms:
Downloads: 21441
Wine: 1.4-dos_support_0.5

Feedbacks

Source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Wolfenstein 3D"
PREFIX="Wolfenstein3D"
export WINEDEBUG="-all" 

# Presentation
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "Wolfenstein 3D" "ID Software" "" "Tinou" "$PREFIX" 
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.4-dos_support_0.5"

cd "$WINEPREFIX/drive_c"
mkdir -p wolf3d
cd wolf3d
POL_Download "http://image.dosgamesarchive.com/games/wolf3d.zip" "b9cbb08d192d1e4bf00c5982ff4f3cbf"
unzip wolf3d.zip

mv WOLF.1 WOLF.EXE
POL_Wine WOLF.EXE
 
POL_Shortcut "WOLF3D.EXE" "Wolfenstein 3D"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
sid Wednesday 19 August 2015 at 14:07
sid Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,29 +1,29 @@
-#!/bin/bash
+ash
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+  
 TITLE="Wolfenstein 3D"
 PREFIX="Wolfenstein3D"
-export WINEDEBUG="-all" 
-
+export WINEDEBUG="-all"
+ 
 # Presentation
 POL_SetupWindow_Init
 POL_Debug_Init
-POL_SetupWindow_presentation "Wolfenstein 3D" "ID Software" "" "Tinou" "$PREFIX" 
- 
+POL_SetupWindow_presentation "Wolfenstein 3D" "ID Software" "" "Tinou" "$PREFIX"
+  
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "1.4-dos_support_0.5"
-
+ 
 cd "$WINEPREFIX/drive_c"
 mkdir -p wolf3d
 cd wolf3d
-POL_Download "http://image.dosgamesarchive.com/games/wolf3d.zip" "b9cbb08d192d1e4bf00c5982ff4f3cbf"
+POL_Download "http://image.dosgamesarchive.com/games/wolf3d.zip" "baf7b5acefceec661a89399534644cfa"
 unzip wolf3d.zip
-
+ 
 mv WOLF.1 WOLF.EXE
 POL_Wine WOLF.EXE
- 
+  
 POL_Shortcut "WOLF3D.EXE" "Wolfenstein 3D"
-
+ 
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

ash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Wolfenstein 3D"
PREFIX="Wolfenstein3D"
export WINEDEBUG="-all"
 
# Presentation
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "Wolfenstein 3D" "ID Software" "" "Tinou" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.4-dos_support_0.5"
 
cd "$WINEPREFIX/drive_c"
mkdir -p wolf3d
cd wolf3d
POL_Download "http://image.dosgamesarchive.com/games/wolf3d.zip" "baf7b5acefceec661a89399534644cfa"
unzip wolf3d.zip
 
mv WOLF.1 WOLF.EXE
POL_Wine WOLF.EXE
  
POL_Shortcut "WOLF3D.EXE" "Wolfenstein 3D"
 
POL_SetupWindow_Close
exit 0

Replies

Wednesday 19 August 2015 at 18:18
It seems the URL returns a 404, changing download hash won't fix that, a working URL must be found instead
Quentin PÂRIS Saturday 7 June 2014 at 19:26
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

Differences

@@ -6,8 +6,7 @@
 PREFIX="Wolfenstein3D"
 export WINEDEBUG="-all" 
 
-#Presentation
-# Test
+# Presentation
 POL_SetupWindow_Init
 POL_Debug_Init
 POL_SetupWindow_presentation "Wolfenstein 3D" "ID Software" "" "Tinou" "$PREFIX" 

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Wolfenstein 3D"
PREFIX="Wolfenstein3D"
export WINEDEBUG="-all" 

# Presentation
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "Wolfenstein 3D" "ID Software" "" "Tinou" "$PREFIX" 
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.4-dos_support_0.5"

cd "$WINEPREFIX/drive_c"
mkdir -p wolf3d
cd wolf3d
POL_Download "http://image.dosgamesarchive.com/games/wolf3d.zip" "b9cbb08d192d1e4bf00c5982ff4f3cbf"
unzip wolf3d.zip

mv WOLF.1 WOLF.EXE
POL_Wine WOLF.EXE
 
POL_Shortcut "WOLF3D.EXE" "Wolfenstein 3D"

POL_SetupWindow_Close
exit 0

Replies