I've been playin' the ArchAngel demo for more than an hour (yup, the demo is huge) and I must say that this game is brilliant. If you like action/RPG title, don't hesitate to download it, it's worth every MB.
Just wanted to point out that I had problems tryin' to change the resolution in the game. Default res is 640x480 in 32 bits color, and everytime I wanted to change it, all I had was a black screen.
After searching a bit, I found out an easy way to fix this:
Go in the \bin dir and locate a file named
standard.feel
Open it and locate the following lines:
Game_resolution 0
ScreenWidth 640.000000
ScreenHeight 480.000000
Is16bitOr32bit 1
Now change it to whatever you want. Variables are the following:
Game_resolution : 0 = 640x480, 1=800x600, 2=1024x768
ScreenWidth and ScreenHeight are self-explanary, just put the numbers corresponding to what u have put for Game_resolution
Is16bitOr32bit : 0 = 16 bit colors / 1 = 32 bit colors
So, for exemple, if you wanna play in 1024x768, 32 bits color, change to this:
Game_resolution 2
ScreenWidth 1024.000000
ScreenHeight 768.000000
Is16bitOr32bit 1
Before saving, locate also the following line at the end of the config file:
Game_screen_properties 640x480, 32bits, 75Hz
Again, change this line, so that u have the same values as above:
Game_screen_properties 1024x768, 32bits, 60Hz
Notice that I've changed 75Hz to 60Hz, which is recommanded unless you have a hell of a computer with a super fast gfx card
Hope this will help you...and enjoy this great demo
