I'm not familiar with the forum, and only trying to report what I know...
http://www.widescreengamingforum.com/wiki/Rise_of_Nations
The site currently describes Rise of Nations as "Vert-", using screenshots of 1152x864 and 1280x800 as example. But AFAIK this is inaccurate. RoN's engine is unique in that it's using a 3D engine to display an isometric world, and the buildings are mostly 2D sprites. These sprites are created for a specific resolution (mostly 1280x1024), which I shall call the threshold resolution. When the game's resolution is lower than that, the game graphics are rendered at a size that shrinks the sprites, resulting in the "Vert-" effect shown in the current example; when the resolution is higher than the threshold resolution, the game behaves like a pixel-based 2D game, keeping the sprites at their original size.
Too bad I have no time to write a fully detailed report. I think there could be more complications: the game has 3 zoom levels, and there may be special cases (for example, 1440x900 is wider than 1280 in x-axis yet narrower than 1024 in y-axis). But the bottom line is, RoN runs beautifully on higher resolutions, and "Vert-" is in fact a very inaccurate description.
EDIT:
After some consideration, I realized that RoN shouldn't be considered Vert-, because the cause of this phenomenon is entirely different from Vert- in fully 3D games. Vert- is caused by FOV, while in RoN's case, what really happens is roughly this:
The program attempts to determine the basic sprite scale according to the resolution, and when resolution has been increased, the scale is also increased, until the scale becomes 1:1, at which point RoN functions just like any other pixel based game. When switching from something like 1152x864 to 1280x800, the increase in basic sprite scale is larger than the increase in screen dimension, resulting in the view field becomes smaller.
|