Skip to content

ENV Structure (Draft) #64

@jamesjaveluna

Description

@jamesjaveluna

I’m hoping we can collaborate and finalize the proper structure together. Feedback and suggestions are very much welcome so we can standardize it moving forward.

{
  "Header": {
    "Unknown": "0x56 0x32",
    "SkyConfigurationCount": "int32",
    "Unknown1": "int32",
    "Unknown2": "int32",
    "Unknown3": "int32",
    "Unknown4": "int32",
    "Unknown5": "int32",
    "Unknown6": "int32",
    "Unknown7": "int32",
    "Unknown8": "int32",
    "Unknown9": "int32",
    "Unknown10": "int32",
    "Unknown11": "int32"
  },
  "SkyConfigurations": [
    {
      "SkyConfiguration": {
        "SkyFiles": [
          { "Length": "int32", "Filename": "string" },
          { "Length": "int32", "Filename": "string" },
          { "Length": "int32", "Filename": "string" },
          { "Length": "int32", "Filename": "string" }
        ],
        "Float1": "float",
        "Float2": "float",
        "Float3": "float",
        "Float4": "float",
        "Float5": "float",
        "Float6": "float"
      },
      "FlagsAndValues": {
        "ByteFlag": "byte",
        "Int1": "int32",
        "Int2": "int32",
        "Int3": "int32"
      },
      "IntegerList": [
        "int32", "int32", "int32",
        "int32", "int32", "int32",
        "int32", "int32", "int32"
      ]
    }
  ]
}

Note: only 4 filename only and if no more filename, we put empty.tga

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions