VOGONS

Common searches


Prince of Persia 3D on Windows 10

Topic actions

Reply 60 of 61, by ZellSF

User metadata
Rank l33t
Rank
l33t

Opening options.sav in a hex editor and learning to use a hex editor is probably better, it's one of the easier games to change resolution in:

https://www.wsgf.org/article/hex-editing-tuto … mcity-4-example
https://www.wsgf.org/article/common-hex-values

options.sav contains:
6F 70 74 69 6F 6E 73 00 00 00 00 1D 00 00 02 80 00 00 01 E0 00 00 00 4B 00 00 00 4B 00 00 00 D4 00 00 00 01 00 00 00 00 00

Resolutions usually are in the order listed at WSGF, but it's easy to see how the bytes are inverted here. Using that you can set any resolution you want (Legacy D3D is restricted t0 2048x2048 without this hack). This game has bad UI scaling though.

Reply 61 of 61, by KainXVIII

User metadata
Rank Member
Rank
Member
ZellSF wrote on 2020-05-19, 09:48:
Opening options.sav in a hex editor and learning to use a hex editor is probably better, it's one of the easier games to change […]
Show full quote

Opening options.sav in a hex editor and learning to use a hex editor is probably better, it's one of the easier games to change resolution in:

https://www.wsgf.org/article/hex-editing-tuto … mcity-4-example
https://www.wsgf.org/article/common-hex-values

options.sav contains:
6F 70 74 69 6F 6E 73 00 00 00 00 1D 00 00 02 80 00 00 01 E0 00 00 00 4B 00 00 00 4B 00 00 00 D4 00 00 00 01 00 00 00 00 00

Resolutions usually are in the order listed at WSGF, but it's easy to see how the bytes are inverted here. Using that you can set any resolution you want (Legacy D3D is restricted t0 2048x2048 without this hack). This game has bad UI scaling though.

Still too hard for me 🤣.
(i wonder if its possible for Simon 3d? I mean with proper widescreen FOV, hor+)