WEATHER_FILE unable to be streamed

  1. Client: Latest Canary May 23, Server latest recommended @ 3922, Also tried game version 1604, 2060 and 2189.
  2. I attempted to mount weather.xml through WEATHER_FILE, for testing reasons I used the stock gta one which I will attach here.
  3. File is unable to be mounted with “invalid type WEATHER_FILE” as seen in this screenshot:
    https://iam.malding.dev/i/6a1804f03f.png

fxmanifest is set up like this

fx_version "cerulean"

files {
    "data/weather.xml"
}

data_file "WEATHER_FILE" "data/weather.xml"

weather.xml (52.3 KB)

1 Like

This looks more like a feature request than a bug report - it’s probably not a DLC-style data file.

According to a pastebin that was sent to me in the FiveM Discord that seems to belong to gottfried’s research(?) it seems to be in here, but I am not sure if that means much: https://pastebin.com/raw/gR7JcZXu

If that is not the case, can I move this myself into Feature Requests, or should I just open another topic there?

That list is of all file types including those configured by raw level metas, the DLC-able list is a subset of these.

Subset of DataFileType that have CDataFileMountInterface implementations: https://pastebin.com/raw/FR9ybZZy .

(Caveat the N_ in the unknown file types does not imply those names are natives. It implies I am environmentally conscious and reused the same hash format string … or something)

1 Like