Go Back   Steam Users' Forums > Steam Game Discussions > Q - S > Spellforce series

Reply
 
Thread Tools Display Modes
Old 02-28-2010, 03:39 PM   #1
zychrias
 
Join Date: Nov 2009
Reputation: 0
Posts: 38
Lightbulb REVISED: Spellforce 2: Gold - Graphics Adjustment

*REVISED* Got this to work 100%! For those that need to get Spellforce 2: Gold working again, delete "config.xml" and restart the game. Everyone else read through this! *REVISED*

Problem: The game auto configures itself based on a scoring system. The problem with this system is newer processors and graphics cards are not scoring properly in the test, thereby rendering a lower graphics quality than your hardware supports.

Fix: It's in depth and takes a few minutes, but makes a difference in your visuals.

* Find your "config.xml" (Win7 is under Documents\Spellforce2)
* Make a backup copy of "config.xml"
* Right click and edit "config.xml"
* Look for
Code:
<debugmain optionfileaccesslogfile="" optionlogfileaccess="0" />
* Adjust it to
Code:
<debugmain optionfileaccesslogfile="zychrias.txt" optionlogfileaccess="1" />
* Save (ensure you saved it as with the ".xml" extension!)
* Run Spellfoce 2: Gold
* The game will not load, expect it not to (You will not get to the great fancy advertisement videos)
* Goto where your "config.xml" was stored.
* Open the folder "Diag"
* Open the file "zychrias.txt" (or whatever you named your debug file to be)
* You should see two listed files that were opened. Very similar to this:
Code:
c:\users\family\documents\spellforce2\config.xml
base\data\hwdb.xml
* Open the file "log.txt"
* This is what mine looked like:
Code:
[INFO][app]: SpellForce2 Final Build: 125055 [INFO][app]: CPU AuthenticAMD family 7 detected. [INFO][app]: CPU clock speed is ~3201 MHz. [INFO][app]: CPU rating is 20 points. [INFO][app]: GFX rating is 2 points.
* For reference, 1 is a horrible rating, 20 is the best rating
* My CPU is a AMD 6400+, and the graphics card is an ATI 4850 (yeah right 2 points eh? )
* Find your "hwdb.xml" (Look under Steam\steamapps\common\spellforce 2 gold edition\base\data)
* Make a backup copy of "hwdb.xml"
* Right click and edit "hwdb.xml"
* Under general browsing of the file you can learn how your system gets rated and, most notably, one minor issue that can't grade your graphics card appropriately. My assumption is the CPU is graded off the single core speed; meaning for you quads with low Mhz, it will grade you lower. (Remember this game's requirements listed P4's...)
* To fix my "GFX rating" I did the following.
* Locate the following text:
Code:
<gfx> <vendor ID="0x1002" name="ATI" homepage="http://www.ati.com"> <adapters> <adapter points="20" pattern=".*Radeon .*X19...*" /> <adapter points="18" pattern=".*Radeon .*X18...*" /> <adapter points="16" pattern=".*Radeon .*X1[6-7]...*" /> <adapter points="14" pattern=".*Radeon .*X[8-9]...*" /> <adapter points="12" pattern=".*Radeon .*X7...*" /> <adapter points="10" pattern=".*Radeon .*9[7-8]...*" /> <adapter points="8" pattern=".*Radeon .*X1[0-5]...*" /> <adapter points="6" pattern=".*Radeon .*X6...*" /> <adapter points="6" pattern=".*Radeon .*9[5-6]...*" /> <adapter points="4" pattern=".*Radeon .*X[0-5]...*" /> <adapter points="2" pattern=".*Radeon .*8....*" /> <adapter points="1" pattern=".*Radeon .*9[0-4]...*" /> </adapters>
* I added one line to the top:
Code:
<gfx> <vendor ID="0x1002" name="ATI" homepage="http://www.ati.com"> <adapters> <adapter points="20" pattern=".*Radeon .*48...*" /> <adapter points="18" pattern=".*Radeon .*X18...*" /> <adapter points="16" pattern=".*Radeon .*X1[6-7]...*" /> <adapter points="14" pattern=".*Radeon .*X[8-9]...*" /> <adapter points="12" pattern=".*Radeon .*X7...*" /> <adapter points="10" pattern=".*Radeon .*9[7-8]...*" /> <adapter points="8" pattern=".*Radeon .*X1[0-5]...*" /> <adapter points="6" pattern=".*Radeon .*X6...*" /> <adapter points="6" pattern=".*Radeon .*9[5-6]...*" /> <adapter points="4" pattern=".*Radeon .*X[0-5]...*" /> <adapter points="2" pattern=".*Radeon .*8....*" /> <adapter points="1" pattern=".*Radeon .*9[0-4]...*" /> </adapters>
* Save the file (ensure a ".xml" extension again!)
* Run Spellforce 2: Gold
* Check your "log.txt" and see what you get. I recieved:
Code:
[INFO][app]: SpellForce2 Final Build: 125055 [INFO][app]: CPU AuthenticAMD family 7 detected. [INFO][app]: CPU clock speed is ~3201 MHz. [INFO][app]: CPU rating is 20 points. [INFO][app]: GFX rating is 20 points.
* Yeah!!! got my 20 points
* Goto "config.xml"
* Delete the "config.xml" file
* Run Spellforce 2: Gold and see what you get. (You will be asked the dialog "The application will now identify the optimal settings.")

Below, please post your CPU/GFX and what you scored at! Much thanks for the reading!

Last edited by zychrias: 01-12-2011 at 03:07 PM.
zychrias is offline  
Reply With Quote
Old 02-28-2010, 03:50 PM   #2
zychrias
 
Join Date: Nov 2009
Reputation: 0
Posts: 38
AMD X2 6400+ Scored 20 (Originally)
ATI 4850 Scored 2 (Originally)

Last edited by zychrias: 02-28-2010 at 03:56 PM.
zychrias is offline   Reply With Quote
Old 02-28-2010, 05:02 PM   #3
Wuzzzy
 
Join Date: Dec 2009
Reputation: 46
Posts: 777
AMD x2 5000+ 2.6ghz scored 18
ATI HD4670 scored 0

--

Code:
[INFO][app]: SpellForce2 Final Build: 125055
[INFO][app]: CPU AuthenticAMD family 7 detected.
[INFO][app]: CPU clock speed is ~2607 MHz.
[INFO][app]: CPU rating is 20 points.
[INFO][app]: GFX rating is 20 points.
I tweaked both lines in the hwdb.xml file and now have both cpu and GPU scoring 20

Last edited by Wuzzzy: 02-28-2010 at 05:11 PM.
Wuzzzy is offline   Reply With Quote
Old 02-28-2010, 11:18 PM   #4
zychrias
 
Join Date: Nov 2009
Reputation: 0
Posts: 38
Did you notice any significant differences?
zychrias is offline   Reply With Quote
Old 03-01-2010, 06:44 AM   #5
Wuzzzy
 
Join Date: Dec 2009
Reputation: 46
Posts: 777
I think so, the cut scenes looked better, although I didn't really notice a whole lot, but the cut scenes do look kick butt. the game is running great for me, always has. Except every now and then I have to keep editing my screen res in the config, it seems to take it back to 1024x768

Did you notice any differences yourself?
Wuzzzy is offline   Reply With Quote
Old 03-01-2010, 08:41 PM   #6
CKHavoc
 
 
 
Guest
Posts: n/a
Hey I tried this, followed the directions word for word, got a 20 in the gfx section, went to start the game up after deleting the config.xml file, and now when the game starts i get a black screen, then it minimizes. When I try and maximize it again, I hear sound from the first ad stutter, then it minimizes again. It does this on repeat until I alt f4 or end task. I've tried replacing the files again with the backup files, verifying the local content, etc. Nothing works.
I'm running Win Vista 64.
  Reply With Quote
Old 03-02-2010, 01:20 AM   #7
zychrias
 
Join Date: Nov 2009
Reputation: 0
Posts: 38
Quote:
Originally Posted by Wuzzzy View Post
I think so, the cut scenes looked better, although I didn't really notice a whole lot, but the cut scenes do look kick butt. the game is running great for me, always has. Except every now and then I have to keep editing my screen res in the config, it seems to take it back to 1024x768

Did you notice any differences yourself?
Yeah my cut scenes looked nicer also. There was a better texture being done on the buildings for me. It is of course possible that when I first manually edited the config.xml I missed something. But at least I learned a lot about how this game auto-charges the config.xml file.

Quote:
Originally Posted by CKHavoc View Post
Hey I tried this, followed the directions word for word, got a 20 in the gfx section, went to start the game up after deleting the config.xml file, and now when the game starts i get a black screen, then it minimizes. When I try and maximize it again, I hear sound from the first ad stutter, then it minimizes again. It does this on repeat until I alt f4 or end task. I've tried replacing the files again with the backup files, verifying the local content, etc. Nothing works.
I'm running Win Vista 64.
Try deleting all files you played with. Then run the Steam "Verify Integrity of Game Cache".
zychrias is offline   Reply With Quote
Old 03-03-2010, 10:59 AM   #8
Blackvenom01
 
Join Date: Oct 2009
Reputation: 0
Posts: 117
Thank you alote Zychrias, I tried this out to fix my own issue, it always seemed to give me low res building textures, now that it has 20 points instead of 2, I have the proper textures!

My initial threat http://forums.steampowered.com/forum....php?t=1164296


btw, would you know why I dont hear any yes or no sir stuff when I click the npcs to a point?

Last edited by Blackvenom01: 03-03-2010 at 11:25 AM.
Blackvenom01 is offline   Reply With Quote
Old 03-06-2010, 11:19 PM   #9
zychrias
 
Join Date: Nov 2009
Reputation: 0
Posts: 38
You are more than welcome!

As for the sound issue, I will play with my system while at work tomorrow and see what I come up with.
zychrias is offline   Reply With Quote
Old 03-08-2010, 09:46 PM   #10
zychrias
 
Join Date: Nov 2009
Reputation: 0
Posts: 38
So far I'm the same way. "Unit Acknowledement" is set to "ON" but doesn't do anything. I have even removed and messed with the Miles Audio files to no avail...something to be worked on!
zychrias is offline   Reply With Quote
Old 03-08-2010, 11:47 PM   #11
Blackvenom01
 
Join Date: Oct 2009
Reputation: 0
Posts: 117
learning to read is nice =(

Last edited by Blackvenom01: 03-09-2010 at 09:37 AM. Reason: waking up, reading only half of what he said = edit =P
Blackvenom01 is offline   Reply With Quote
Old 07-24-2010, 12:50 AM   #12
locojay
 
 
 
Guest
Posts: n/a
works

Hey this works good... my Phenom proccessor nor my Readon 5870 were detected... I got a 0 for my CPU... and 2 for GFX... now both at 20 MAKES a world of a difference... thought the game just didn't have good textures... Awesome fix...
  Reply With Quote
Old 01-12-2011, 03:03 PM   #13
zychrias
 
Join Date: Nov 2009
Reputation: 0
Posts: 38
Quote:
Originally Posted by locojay View Post
Hey this works good... my Phenom proccessor nor my Readon 5870 were detected... I got a 0 for my CPU... and 2 for GFX... now both at 20 MAKES a world of a difference... thought the game just didn't have good textures... Awesome fix...
I'm glad this fix assisted you well.

I wanted to bump this up near the top as some people may have purchased or recieved this game over the holidays and are missing out of some enjoyable changes to their visual experience.

Game on!
zychrias is offline   Reply With Quote
Old 02-22-2011, 02:33 PM   #14
LaughingManiac
 
 
 
Guest
Posts: n/a
First of all, thanks for the tip. Here is my question. How am I suppose to change the CPU when I don't know what to edit. I have an Athlon II 2X 260.
  Reply With Quote
Old 02-26-2011, 06:39 PM   #15
mithras
 
Join Date: Oct 2009
Reputation: 5
Posts: 41
Quote:
Originally Posted by LaughingManiac View Post
First of all, thanks for the tip. Here is my question. How am I suppose to change the CPU when I don't know what to edit. I have an Athlon II 2X 260.
It's all about how it looks in the "zychrias.txt" file that was created in steps above. Read to the point where you see (for example my CPU)

zychrias.txt

[INFO][app]: CPU GenuineIntel family 6 detected.
[INFO][app]: CPU clock speed is ~2400 MHz.

Then add the following line to the hwdb.xml file (same file as the one for GFX) under the section for the proper vendor ID (GenuineIntel), family ID (6), and record clock (2400) with the highest points (20).

<vendor ID="GenuineIntel" name="Intel" homepage="">
<family ID="6" name="Pentium 3/Pentium M">
<record clock="2400" points="20" />

NOTE - There was a line under "family ID=6" with a "record clock=2400" with a lesser score that needed to be removed (so no duplicate entries under the same heading). My quad core CPU can handle this game, no worries.

The key to all of this though is looking at zychrias.txt file and seeing how the game identifies what you have. The solution is changing it's list of GFX and CPU so that what the game thinks you have is a 20 for both.

Last edited by mithras: 02-26-2011 at 06:46 PM.
mithras is offline   Reply With Quote
Reply

Go Back   Steam Users' Forums > Steam Game Discussions > Q - S > Spellforce series


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -7. The time now is 08:31 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site Content Copyright Valve Corporation 1998-2012, All Rights Reserved.