• Echo Dot@feddit.uk
    cake
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I thought that enums were supposed to compile down to aa, ab, ac when you actually build the game.

    • SkaveRat@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Depending on the language, they are.

      Lots of games also use data structures derived from tables/csv at runtime to configure things like stats. So they would also need these (human readable) values in the save files

      Hard to tell from speculation and not having the data