Results 1 to 3 of 3

Thread: Prince of Persia 3D resolution | Forums

  1. #1
    Senior Member sanceman's Avatar
    Join Date
    Dec 2004
    Posts
    560

    Prince of Persia 3D resolution

    Hi all!

    I wanted to play some PoP 3D since I haven't even seen that game in ages. Found some new fixes for it so it works great, my only problem is that it would be nice to apply a widescreen resolution. Sadly tha maximum the game supports in the options menu is 1024x768 so I started searching for config or ini files but found nothing. Where can I change the resolution for this game?
    PoP Classic for the PC, Ubi?
    Reply With Quote Reply With Quote

  2. #2
    Most Helpful Prince of Persia Community Member kakalukiaJay's Avatar
    Join Date
    Apr 2004
    Posts
    4,934
    For the Microsoft Windows platform,
    1) Set your screen resolution before launching the game.

    2) Options
    Graphics
    - Resolution 1024x768 (up from 800x600 default)

    Enjoy!

    Reply With Quote Reply With Quote

  3. #3
    Your config file is called "options.sav" and lives in the game directory. It is a binary file, so you'll need a hex editor to modify it. Screen width and height are 2-byte values at offsets 14 (0xE hex) and 18 (0x12 hex) respectively, in big-endian order. So for example:
    For 640x480 you have 02 80 and 01 E0
    For 1024x768 you have 04 00 and 03 00

    To use 1680x1050, you would change these to 06 90 and 04 1A respectively. Use Windows calculator to convert decimal to hex and set any resolution supported by your video driver. Wide screen resolutions seem to work in-game; however, the game will still set a 4:3 resolution to play cinematics, so you'll still have black bars at those times.

    BTW the game uses QuickTime (directly--not via DirectShow) to play cinematics. With newer QT versions (7.x), I believe you must configure QT not to use DirectDraw/Direct3D acceleration (Control Panel->QuickTime->Advanced:Safe Mode (GDI Only)), otherwise the game will crash.
    Reply With Quote Reply With Quote

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •