Config file parser API/dll?

Discussion in 'Empyrion API' started by Khazul, May 29, 2020.

  1. Khazul

    Khazul Rear Admiral

    Joined:
    Jan 15, 2020
    Messages:
    825
    Likes Received:
    1,445
    While I could write a parser/formatter/simple object model for this lot easy enough, as the game already has it built in (and perhaps your build tool chain does too), can I suggest that it be made available in some form - source, .NET assembly, mono dll or whatever works for you?

    I am guessing you have implemented it as a standard deserializer judging from errors I get when I provoke a fault. I am hoping you might have a companion serializer as well.

    Anyone else implementing this would have to spend time reverse engineering format, debugging etc, possibly screwing up someones game etc and this seems to be the current most common method of modding, then if such an API were to be made available, then I am sure the payback to you would be a bunch of useful community tools built around it that would help everyone and thus be worth your time and effort in making it available.

    Im sure everyone would be happy knowing mods/tools were all using the same well tested parser and formatters for this :)

    I am of course assuminig such is not already available and I havnt just missed it when poking around.
     
    #1
  2. ASTIC

    ASTIC Captain

    Joined:
    Dec 11, 2016
    Messages:
    993
    Likes Received:
    707
    #2
  3. Khazul

    Khazul Rear Admiral

    Joined:
    Jan 15, 2020
    Messages:
    825
    Likes Received:
    1,445
    Thanks, I was hoping specifically for the official one. I have a working parser as well.
     
    #3

Share This Page