I just give the game to a friend and when he try to installed it, he has two error and when he try to start it, an error appear. I've found the problem, he's called Jérémy, and it's the accent who is the problem, and this file is quote when the error appear: SupComDataPath.lua
I think I just need to change this line :
- Code: Select all
mount_contents(SHGetFolderPath('PERSONAL') .. 'My Games\\Gas Powered Games\\Supreme Commander Forged Alliance\\mods', '/mods')
mount_contents(SHGetFolderPath('PERSONAL') .. 'My Games\\Gas Powered Games\\Supreme Commander Forged Alliance\\maps', '/maps')
I think if I change "PERSONAL" by a directory, it can be good. But I don't know LUA and don't know how to do to change that !
If someone can help me please ! Thanks
Edit : For the moment I just put this line in comment and no error, but I don't think it's the solution, he don't try yet, so I don't know if that works !