TGYoshi wrote:I do like the idea of a database though, but a serverless database (SQLite?) is likely much more convenient since MySQL requires a bunch of stupid setup steps.
Why not
TGYoshi wrote:There exist libs to handle all magic for you
So, I have a noob question. Is it possible for example to send data to xml file located on diff. server? XML file will be like database.
Anything is possible.
A lot isn't possible natively with ManiaScript though, since the standard libs are very very very limiting, the language is just very minimal and custom libs aren't possible. It often requires a controller or webserver to do the "real" work. Those controllers/webservers can run on a remote machine, though.