Posted January 11, 2010
I bought this game in the Holiday Sale. On starting it, I noticed that there weren't any widescreen resolutions available in the options. The first place I looked was here, but there didn't seem to be any mention of it on the forum. So I dug around on the net, and found a solution here.
Tested Resolution: 720p (1280x720)
Stretch: Barely noticeable
Method: Manual configuration
C:\Documents and Settings\All Users\Documents\Ghost Master\SaveGames
(For me, with the GOG release on Vista64, this was at C:\Users\Public\Documents\Ghost Master\SaveGames)
There is an .opt file with a series of numbers before it, which you can open in your favorite hex editor (I use Hex Workshop) and look for your player's name at the top. The file with your player's name will be the config file to edit.
Make a backup copy of the file you've chosen to edit. (Hex Workshop asks you if you want to make a backup when you save.) Now do a search type "16 Bit Signed Short" on a resolution value you are using. For instance, if you set your resolution to 1024x768, search for "1024". Then replace all instances of it with 1280. Then find "768" and replace all instances of it with 720. In Hex Workshop, you can replace these
I've tried this myself, using 1680x1050 as the resolution, and as near as I can tell, it works perfectly.
I thought I'd post it since someone else on here might find it useful.
Tested Resolution: 720p (1280x720)
Stretch: Barely noticeable
Method: Manual configuration
C:\Documents and Settings\All Users\Documents\Ghost Master\SaveGames
(For me, with the GOG release on Vista64, this was at C:\Users\Public\Documents\Ghost Master\SaveGames)
There is an .opt file with a series of numbers before it, which you can open in your favorite hex editor (I use Hex Workshop) and look for your player's name at the top. The file with your player's name will be the config file to edit.
Make a backup copy of the file you've chosen to edit. (Hex Workshop asks you if you want to make a backup when you save.) Now do a search type "16 Bit Signed Short" on a resolution value you are using. For instance, if you set your resolution to 1024x768, search for "1024". Then replace all instances of it with 1280. Then find "768" and replace all instances of it with 720. In Hex Workshop, you can replace these
I've tried this myself, using 1680x1050 as the resolution, and as near as I can tell, it works perfectly.
I thought I'd post it since someone else on here might find it useful.