POL_Install_physx_legacy
Informations
Creator | Message |
---|---|
Yaotl
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionInstall Nvidia's 'PhysX Legacy System Software'. Required for games released around the end of 2007 and earlier. Source code#!/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:
ContributeMember | Message |
Yaotl | Wednesday 26 May 2021 at 21:25 |
Yaotl
|
InformationThis update has been approved by the team. 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 New source code#!/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" RepliesTuesday 1 June 2021 at 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