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

input from external program

  • #1, by petertermanhansen 4 years ago Zitieren
    Hello

    Is it possible to initially import data from an external program.
    I would like to ask the player for birthdata, and be able to import planets position in the game.

    Regards Peter
  • #2, by afrlme 4 years ago Zitieren
    If the data is stored inside of a .txt file or something, it should be possible to import. It's also technically possible to import/send data over the internet too with Luasocket &/or cURL, but I have no experience using either of the latter two things I just mentioned.
  • #3, by petertermanhansen 4 years ago Zitieren
    Thanks. I found out by looing how ro read config.ini.