08-24-2020, 10:07 PM
For group metadata, I use the webadmin editor that GalExport provides. Go to GalExport -> Groups -> (group) Details and there should be the metadata for the group, just above the prefab list.
It should be possible to edit the group metadata in-game using commands, but I don't remember anymore, and don't care enough to re-learn
The metadata can really have any name / value, there's no documented list of known values, I know that's a bad thing. There's some info to be scraped from GalExport's metadata checking functions ( https://github.com/madmaxoft/GalExport/b...tadata.lua ). The code that uses this metadata is actually sprinkled all over the codebase, wherever the value is actually used, it is extracted from the metadata map.
It should be possible to edit the group metadata in-game using commands, but I don't remember anymore, and don't care enough to re-learn
The metadata can really have any name / value, there's no documented list of known values, I know that's a bad thing. There's some info to be scraped from GalExport's metadata checking functions ( https://github.com/madmaxoft/GalExport/b...tadata.lua ). The code that uses this metadata is actually sprinkled all over the codebase, wherever the value is actually used, it is extracted from the metadata map.