Friday 16 March 2012

Company of Heroes World Builder height problem fix

This is a FIX for the height Editor problem in Company of heroes World builder were you cant see were you are making height adjustments which i find a pain!!!

Go to Local disk (C:)
program Files (x86)   were the game is installed
go to THQ
Company of heroes

Then you will see a list of files, look for a file called =  spDevices.LUA or just sais spDevices and open that
file with Note pad. you should see this =

-- Modules should be listed in the order of preference
modules =
{
    "spDx10",
    "spDx9",
}


What you need to do is swap the 9 and 10 so 9 is at the top and 10 is at the bottom so it looks like this =

-- Modules should be listed in the order of preference
modules =
{
    "spDx9",
    "spDx10",
}

after you have done this go to save, save it as the same name as the other one was = spdevices
save it to desktop so its easy to find

Then go to = Local disk (C:)
program Files (x86)   were the game is installed
go to THQ
Company of heroes

Then you will see the list of files again, now get the file you saved to desktop and drag it over to were the list
of files are.

You will be asked, do you want to replace file = spdevices
click yes

then open world builder and the height editor is working properly

Hope it helps

willso