GrotheFAF

Results 16 comments of GrotheFAF

I run FAF 'as admin' (shows the mostly empty client), after that I could run FAF normal again. (all .log files are still owned by user) then I deleted forever.log...

if it is just about forever.log, there should be something like this in log-rotation after log-rotation and new forever.log creation: if ctypes.windll.shell32.IsUserAnAdmin(): os.system("icacls %ProgramData%\FAForever\logs\forever.log /setowner %USERNAME%") os.system("icacls %ProgramData%\FAForever\logs\forever.log /reset") I...

The server sends an uid and the name of the sim_mods with game_info. example: u'd5c7af75-6944-490b-b647-47dc1efffdc8' (16292992) = u'Rescources x2' Solution would be, the server sends the version with the sim_mods{dic},...

As this is just for information, the server could add the version to the name, like: [name] + ' (v' + [version] + ')' This way no changes to client...

filter is part of the used webpage, nothing can be done about that in the client.

The client is bussy getting the user- and game-list from server. (from faf window popping up to read lists-ready is 5-6 seconds on my (older) PC) Maybe an indicator for...