Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Sending data to server

  • #1, by daniel-sanchez-mateos 8 years ago Zitieren
    Hi, before all thanks for the answers. I need to know if it's possible to send to a server or to save in a txt/xls/cvs file data form the users when tehy do specific actions in the game.

    Thanks!
  • #2, by sebastian 8 years ago Zitieren
    Hey there smile 

    Visionaire Studio has websocket functions included since V4. They would be usable only with Lua though. 
    You could use that to get information from a server but im not sure if there is the possibility to save data.

    See here for more information:


    The other way are local files and these are definitely possible to save to (depending on where you try to save) . The wiki shows an example on how to implement a config.ini file and make use of read and write functions :


    Hope this helps


    ~Sebastian