POL_Install_physx_legacy
Informations
Créateur | Messages |
---|---|
Yaotl
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstall Nvidia's 'PhysX Legacy System Software'. Required for games released around the end of 2007 and earlier. 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:
ContribuerMembre | Messages |
Yaotl | Mercredi 26 Mai 2021 à 21:25 |
Yaotl
|
InformationCette 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éponsesMardi 1 Juin 2021 à 9:31
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com