As of my progress on learning fonline - i've installed a server on my localhost for tests. Have a couple of questions here:1. I've configured SQL Server and edited fonline_server.cfg to grant access to a DB - but it seems that fonline doesn't use it at all. No tables - all empty. What is supposed to be stored there? 2. I've noticed that registered user info is stored in /save/clients/ in files(! not in sql db? why? can it be changed?) How can I work with this player data? (ex. file username.client) Is there a tool for it or a description of file structure? For example I want to change a player name - is it possilbe? Or a stats maybe? This files drives me nuts - no way to make server store this data in sql db?