Nox
Release Date | |
---|---|
Windows: January 1, 0001 | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | {InstallDir}\OpenNox\opennox-hd.exe | True |
Install Script
This script requires admin access to function properly
New-Item -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Westwood\Nox"
New-ItemProperty -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Westwood\Nox" -Name "Name" -Value "Nox" -Force
New-ItemProperty -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Westwood\Nox" -Name "InstallPath" -Value "$InstallDirectory\Nox.EXE" -Force
New-ItemProperty -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Westwood\Nox" -Name "SKU" -Value 9472 -Force
New-ItemProperty -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Westwood\Nox" -Name "Version" -Value 65538 -Force
New-ItemProperty -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Westwood\Nox" -Name "Serial" -Value "664633-703436-227220-5728" -Force
Rename-Item -Path "$InstallDirectory\MOVIES\INTRO.VQA" -NewName "$InstallDirectory\MOVIES\INTRO.VQA.bak"
Rename-Item -Path "$InstallDirectory\MOVIES\NOXLOGO.VQA" -NewName "$InstallDirectory\MOVIES\NOXLOGO.VQA.bak"
Rename-Item -Path "$InstallDirectory\MOVIES\WWLOGO.VQA" -NewName "$InstallDirectory\MOVIES\WWLOGO.VQA.bak"
Uninstall Script
This script requires admin access to function properly
Remove-Item -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Westwood\Nox" -recurse -Force