POL_Install_physx_legacy

Informations

Créateur Messages
Yaotl Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 5049
Wine: System

Retours d'expérience

Description

Install Nvidia's 'PhysX Legacy System Software'.

Required for games released around the end of 2007 and earlier.
More info: https://www.nvidia.com/en-us/drivers/physx/physx-9-13-0604-legacy-driver/

Code source

#!/usr/bin/env playonlinux-bash
# Date : (2021-05-26 20-57)
# Last revision : (2021-05-26 21-20)
# Author : Yaotl
# Script licence : GPL3

# Download PhysX Legacy
POL_Download_Resource "https://us.download.nvidia.com/Windows/9.13.0604/PhysX-9.13.0604-SystemSoftware-Legacy.msi" "c73bd5c9631735b8c2d071aa05a7b598"

# Installing PhysX Legacy
POL_Wine msiexec /i "PhysX-9.13.0604-SystemSoftware-Legacy.msi" /q
POL_Wine_WaitExit "PhysX Legacy"

Contributions

Filters:

Contribuer
Membre Messages
Yaotl Mercredi 26 Mai 2021 à 21:25
Yaotl Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -0,0 +1,12 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2021-05-26 20-57)
+# Last revision : (2021-05-26 21-20)
+# Author : Yaotl
+# Script licence : GPL3
+
+# Download PhysX Legacy
+POL_Download_Resource "https://us.download.nvidia.com/Windows/9.13.0604/PhysX-9.13.0604-SystemSoftware-Legacy.msi" "c73bd5c9631735b8c2d071aa05a7b598"
+
+# Installing PhysX Legacy
+POL_Wine msiexec /i "PhysX-9.13.0604-SystemSoftware-Legacy.msi" /q
+POL_Wine_WaitExit "PhysX Legacy"
\ No newline at end of file

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : (2021-05-26 20-57)
# Last revision : (2021-05-26 21-20)
# Author : Yaotl
# Script licence : GPL3

# Download PhysX Legacy
POL_Download_Resource "https://us.download.nvidia.com/Windows/9.13.0604/PhysX-9.13.0604-SystemSoftware-Legacy.msi" "c73bd5c9631735b8c2d071aa05a7b598"

# Installing PhysX Legacy
POL_Wine msiexec /i "PhysX-9.13.0604-SystemSoftware-Legacy.msi" /q
POL_Wine_WaitExit "PhysX Legacy"

Réponses

Mardi 1 Juin 2021 à 9:31
script approved