Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Also, no option to have any sort of linear filter, only scanlines or the pixels.
To access in-game menu on the keyboard you gotta press 1.
EDIT: Rather, calling the "Original" display mode that way is confusing, should be called "4:3 Boxed" or something like that.
Original implies "Original aspect ratio" to me, although technically the inner NES / SNES aspect ratio is 8:7 (Pixel Perfect), not 4:3.
The game always launched in window mode, switched it to fullscreen with "ALT+Enter", but when in fullscreen mode the game always crashed when opening the options menu from within any of the games, didn't crash while in window mode.
I fixed it by editing the config file (C:\Users\"your user name"\AppData\Roaming\Castlevania Anniversary Collection\savedata\savecfg.txt)
Here's the settings the game saved by default:
-----
LAST_CLIENT_SIZE_X = 1920
LAST_CLIENT_SIZE_Y = 1061
LAST_CLIENT_SIZE_ENABLED = 1
LAST_WINDOW_POS_X = 0
LAST_WINDOW_POS_Y = 0
LAST_WINDOW_POS_ENABLED = 1
BOOT_FULLSCREEN = 0
-----
And here's after my edit:
-----
LAST_CLIENT_SIZE_X = 1920
LAST_CLIENT_SIZE_Y = 1080
LAST_CLIENT_SIZE_ENABLED = 0
LAST_WINDOW_POS_X = 0
LAST_WINDOW_POS_Y = 0
LAST_WINDOW_POS_ENABLED = 1
BOOT_FULLSCREEN = 1
-----
Now the game launches in fullscreen and all menus work like it should.
Note: I had to set savecfg.txt as "Read Only" or else the game would revert back to default settings each time a closed it.
Note2: of course you should set the resolution to whatever your monitor support if it's not 1080p, but i haven't tested any other as i have a 1080p monitor.
Also, funny typo they made on some games control screen: push "left arrow" to go "right" & "push right arrow" to go "left"