Hello guys…
i try to get the heightmap.dat working on fivem servers available here:
Downloading Swimmable water, everywhere! - GTA5-Mods.com
i know that there is a String called WORLD_HEIGHTMAP_FILE but i still can´t get it to work.
I added
data_file 'WORLD_HEIGHTMAP_FILE' 'heightmap.dat'
files {'heightmap.dat'}
into the fxmanifest.lua
Any help on that topic?
According to the docs , there is no such data file type WORLD_HEIGHTMAP_FILE
.
To get the file actually mounted you’ll need the correct type for this file. (I’m not sure if FiveM has such mounter currently implemented)
My knowledge is not the greatest with data files and mounters but I hope I could still help you.
_SKWVY
February 15, 2024, 3:40pm
3
did you find the sulotion?
gidoxy
February 24, 2024, 9:55am
4
hello I’m still looking for the solution but I can’t find it either! any help would please the community! because it’s a headache! I would really like creative house to no longer be this problem
I don’t believe the documentation on data files reflect all the files you can stream. I know there’s an excel doc with additional information.
I’ve messed around with this before but never got it to work either.
Streaming files
I created this table because official reference about "file data" have very little information
I mean: https://docs.fivem.net/game-references/data-files/
KEY,file name or format file,example,tested?,works on the ser...
Currently my table about “file type” is work in progress, but I share you what I did
A lot of these “file data” didn’t tested. Please take this a correction!
gidoxy
June 18, 2024, 5:53pm
6
i have already tried this solution but it does not work! i know how to create maps but then i don’t understand anything about it
gidoxy
March 7, 2025, 12:44pm
7
Hello everyone tried this, it works for me!
fxmanifest.lua (179 Bytes)
gta5.meta (41.7 KB)