Posted January 01, 2011
I didn't find a thread to actually get this thing to work and since I found an awesome solution I thought I could post it here. First, you need to find out what your resolution is or the one that you want to play with. Let's take my situation as an example. I play on a ViewSonic 22" with 1680x1050 resolution.
Then you need to go to Install path for the game usually at C:\program files\GOG\SpellForce PE
Here there is a file named config.lua which you will open as a text-file which in windows is most easily done with WordPad. When you have opened it should look like this:
Filtering = 4,
ScreenResolution = 7,
ShowHitInfo = 3,
At the end of the graphics section. At this place you replace that ScreenResolution (I'm not sure if you have to but I did) with:
Filtering = 4,
ScreenHeight = 1050,
ScreenWidth = 1680,
ShowHitInfo = 3,
Now this won't work as good as one could hope for so you will have to fiddle a little yourself to get it work as you want it depending on how much of the actual game screen you want. I put Width as 1665 and height as 1050, then it fills up the screen and you don't miss anything from the game.
Since this is pretty much a borderless window mode solution you will have to make a shortcut of the "spellforce.exe". When you have done so you right click, go to properties then at the target line it should look like this:
""C:\Program Files (x86)\GOG.com\SpellForce - Platinum Edition\SpellForce.exe" -window"
A space, a "-" and then window which you add on your target location.
I use Windows 7 which mean in window mode that taskbar will pop up and it will probably annoy you during gameplay. You right click on the taskbar, go to properties and you cross the "auto-hide the taskbar" line. After that everything should work. I have attached a screenshot of how it looks on the main menu for me.
Then you need to go to Install path for the game usually at C:\program files\GOG\SpellForce PE
Here there is a file named config.lua which you will open as a text-file which in windows is most easily done with WordPad. When you have opened it should look like this:
Filtering = 4,
ScreenResolution = 7,
ShowHitInfo = 3,
At the end of the graphics section. At this place you replace that ScreenResolution (I'm not sure if you have to but I did) with:
Filtering = 4,
ScreenHeight = 1050,
ScreenWidth = 1680,
ShowHitInfo = 3,
Now this won't work as good as one could hope for so you will have to fiddle a little yourself to get it work as you want it depending on how much of the actual game screen you want. I put Width as 1665 and height as 1050, then it fills up the screen and you don't miss anything from the game.
Since this is pretty much a borderless window mode solution you will have to make a shortcut of the "spellforce.exe". When you have done so you right click, go to properties then at the target line it should look like this:
""C:\Program Files (x86)\GOG.com\SpellForce - Platinum Edition\SpellForce.exe" -window"
A space, a "-" and then window which you add on your target location.
I use Windows 7 which mean in window mode that taskbar will pop up and it will probably annoy you during gameplay. You right click on the taskbar, go to properties and you cross the "auto-hide the taskbar" line. After that everything should work. I have attached a screenshot of how it looks on the main menu for me.
Post edited January 02, 2011 by Nirth_90