FXServer: 3797
build: b2189
(even tried b2060)
Hello there, I have this specific problem with streaming edited weapons.meta on b2189
My edited weapons.meta defines clipsizes, effects, damage and recoil for weapons from the “base” game.
So weapon like Combat Pistol in default have 12 rounds and after edit it’s 17, like the real life counterpart of Glock 17.
When I stream it on base build of the fiveM it works fine as it should.
But after i tried to stream it on b2189 it works like only half of it.
The effects, damage and recoil still works, but the clipsize stops working and shows 12 rounds instead of 17.
The weird thing is, that clipsize stops working on every weapon that had it changed.
So I think something on that build “rewrites” my changes but only the half.
Here is mine edited weapons.meta and weaponcomponents.meta
weapons.meta (1.1 MB)
weaponcomponents.meta (71.2 KB)
In resource.lua I put it in like this:
data_file 'WEAPONCOMPONENTSINFO_FILE' 'data/weaponcomponents.meta'
data_file 'WEAPONINFO_FILE_PATCH' 'data/weapons.meta'
BASE fiveM with my weapons.meta:
b2189 with my weapons.meta:
Thank you for your time, looking into this.