Showing posts with label resolution. Show all posts
Showing posts with label resolution. Show all posts

Saturday, October 29, 2011

Is it possible to run RollerCoaster Tycoon 2 in windowed mode?

Question

Is it possible to run RollerCoaster Tycoon 2 in windowed mode?

I have Windows 7 and the game works, but since my resolution is bigger than the game can handle, I would prefer to play in windowed mode instead of having the game scale.

So is it possible? And how can I activate it?

Thanks

Answer

No, it's not possible at all to run RollerCoaster Tycoon 2 in windowed mode. The only thing I could think of, while drastic, is running the game in a virtual machine like VirtualBox or just Windows 7's XP mode and thereby 'faking' windowed mode. I'm not sure what that'll do to performance though.

Wednesday, September 28, 2011

Where does Bastion store its configuration/settings?

Question

I just picked up Bastion on Steam and ran into a small problem.

By default, the game was running at my monitor's native resolution of 2560x1440, but I went to the in-game options menu and selected a different resolution by mistake. The problem is, the list of available resolutions doesn't have a scrollbar, so now I can't change it back! The highest resolution I see in the list is 1920x1200.

Since I just purchased the game I don't have any saved games to worry about, so I just want to wipe any settings/config files and start from the defaults. Where does Bastion keep its settings, or more importantly, how can I reset the resolution?

Answer

Here's a quote from the developers:

Q: I changed the in-game resolution, how can I restore the original settings?

A: The game will auto-detect your monitor's proper resolution on start-up. If you change your resolution and the proper one is not available in the options menu, you can have it auto-detect again by deleting your profile here (exact location may vary): "\Program Files\Steam\userdata\33142021\107100\local"

Source

Friday, August 19, 2011

How to separate the challenge penguins in Slay on 640x480?

Question

I'm playing Sean O'Connor's Slay on screen with max resolution 640x480, which makes my penguins stack so that I can't see my highscore on all levels. How can I find the score out? Is there a readable data file somewhere, or a trick to make the window larger than the desktop?

Slay challenge screen

Answer

Unfortunately it doesn't look as though there is an easy way to read HighScores.dat, and while you can shrink the game window, you can't expand it beyond its initial size. You can, however, download a hex editor, and it does seem as though there is a pattern from which you can calculate your high scores:

  • Columns 04 and 0C are the ones to look at. The score for level 1 seems to be stored in 00000004 (row 00000000, offset 04), level 2 in 0000000C, and so on.
  • A level you haven't played will be stored as E7. One on which you've lost will be preceded by FF FF FF FF.
  • A level you have played will be stored as one less than your number of turns, in hex, so completing a level in 17 turns will show up as 10; 26 will show up as 19; etc.

You've probably already tried the other themes (Penguins seems to be the only one that wouldn't cause everything to stack, not just the levels you've completed). You might try an alternate theme - there are plenty of them here on his site, but unfortunately there isn't a preview for any of them.

If you can wait for a bit, it sounds like he's planning to rewrite the game again with more modern graphics (although if you're constrained to 640x480, that may not help you much): from his games' page on Facebook:

I think it's about time I re-wrote Windows Slay from scratch using DirectX for some smoother graphics. The AI could do with a re-write too as it's not changed since 1994 and computers have got just a bit more powerful since then!