More data file mounters

Hello! i’ve recently been making a lot of mods from gta5-mods server-sided for fivem and i noticed that

there are no mounters for stuff like bloodfx.dat and crimes.meta so I was wondering if it’s possible to add

more data file mounters for all these files. if you want a list just tell me and I will provide it. if possible

maybe a file mounter for misc .meta files or similar like for the .ymt files

While this isn’t an area of game code that I have documented with any specificity. I presume the data file key weaponfx.dat would be 0x4EDB4E51 = STREAMING_FILE_PLATFORM_OTHER (?) with another useful/related key: 0x2AFDB691 = DECALS_FILE.

Whatever ‘mounters’ exist for content.xml would be the ones available to use. crimes.meta, for example, is statically loaded from common:/data/ai/crimes.meta. Everything that exists in Data files plus about ~110 other undocumented fileType entries unused on PC (https://pastebin.com/raw/gR7JcZXu, strings mainly from console) are available.

Thank you for this information! I appreciate it a lot