Prince of Qin
Developers | |
---|---|
Object Software Limited | |
Publishers | |
Strategy FirstGMX Media | |
Release Date | |
Windows: August 9, 2002 | |
Genres | |
AdventureRole-playing (RPG) | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | {InstallDir}\Poq.exe | True |
Install Script
$Display = Get-PrimaryDisplay
$Width = [System.BitConverter]::GetBytes($Display.Bounds.Width)
$Height = [System.BitConverter]::GetBytes($Display.Bounds.Height)
Edit-PatchBinary -FilePath "$InstallDirectory\Poq.exe" -Offset 0x210B96 -Data $Width
Edit-PatchBinary -FilePath "$InstallDirectory\Poq.exe" -Offset 0x210B9A -Data $Height