Lord Rato wrote:Well, just reinstalled the FA because i had the 3603 version. When reinstalled the game i patched it to 3599 and installed the FAF.
My problem is:
Faf runs normal, everything seems to be normal, i run the "FAFinstall.exe" and it says that all is up to date. When i join in a game, on the lobby screen is there no points or anything diferent from the vanilla version of FA, the power lobby is not installed i think. When i get to be in the game, it keeps desynch all the time, and i cant play.,
Thanks.

It sounds like your SupComDataPath.lua is broken. From this, I'm willing to venture the following guesses:
--You have Windows 7
--Windows 7 autodetected the files were being modified them, and placed them into read-only status to protect them
--This is what is preventing you from updating
Try running FAFinstall.exe as admin. That should fix the problem.
If that does not, you need to do the following list of steps:
#1: Run a command prompt as admin (type "cmd" into search, right click, run as admin"
#2: Type the following line:
- Code: Select all
CD C:\\Program Files (x86)\THQ\Gas Powered Games\Supreme Commander - Forged Alliance\gamedata\binFAF
#3: Hit enter
#4: Type this following line:
- Code: Select all
attrib +s -r
#5: Hit enter
#6: Run FAFInstall.exe as admin
This process removes teh system protection on the files that FAFInstall needs to update... and should therefor enable it to work. I hope this helps!