Scripts & Changelogs
Changelog
Stay up to date with the latest features, fixes and improvements to Weapon Meta EditorWeapon Meta Editor
v0.15.0Released on 6/9/2026
|New Features
- 1No content available
- 2No content available
- 3No content available
- 4No content available
- 5No content available
- 6No content available
- 7No content available
- 8No content available
- 9No content available
- 10No content available
- 11No content available
- 12No content available
- 13No content available
- 14No content available
- 15No content available
Refactoring
- 1No content available
- 2No content available
Bug Fixes
- 1No content available
- 2No content available
- 3No content available
- 4No content available
- 5No content available
- 6No content available
- 7No content available
- 8No content available
- 9No content available
- 10No content available
- 11No content available
- 12No content available
- 13No content available
- 14No content available
- 15No content available
- 16No content available
- 17No content available
- 18No content available
- 19No content available
- 20No content available
Breaking Changes
- 1No content available
Files Changed
_framework
lib
inventory.lua**New** — ox_inventory bridge for QBox: handles giving weapons with 250 rounds, deduplication, and equip-skip logic.
bin
pkg-linuxUpdated Linux helper binary (universal wrapper).
pkg-linux-arm64Updated Linux ARM64 helper binary (native arm64 build).
pkg-linux-x64Updated Linux x64 helper binary.
pkg-linuxstaticUpdated statically linked Linux helper binary (musl fallback).
pkg-linuxstatic-arm64Updated statically linked Linux ARM64 helper binary.
pkg-linuxstatic-x64Updated statically linked Linux x64 helper binary.
pkg-win-x64.exeUpdated Windows x64 helper binary.
pkg-win.exeUpdated Windows helper binary.
README.mdHelper binary usage and platform notes.
client
client.luaCore client logic including weapon delivery and inventory integration updates.
modules/recoil.luaRecoil application — now falls back to class defaults and resolves weapon groups natively for all weapons.
testing/test_modes.luaInternal testing utilities (not used in production).
testing/test_vehicles.luaInternal testing utilities (not used in production).
data
vanillaSchema
weaponanimations.json**New** — vanilla animation schema used for content-based weapon file classification.
weaponcomponents.json**New** — vanilla component schema used for content-based weapon file classification.
weapons.json**New** — full 158-entry vanilla weapon schema used for override detection and startup summary classification.
.
fxmanifest.luaUpdated to include new locale files, shared modules, and revised build metadata.
locales
ar.lua**New** — Arabic translations.
bg.lua**New** — Bulgarian translations.
ca.lua**New** — Catalan translations.
da.lua**New** — Danish translations.
de.lua**New** — German translations.
en.lua**New** — English locale strings including all menu labels and override tooltip keys.
es.lua**New** — Spanish translations.
fa.lua**New** — Farsi translations.
fr.lua**New** — French translations.
he.lua**New** — Hebrew translations.
it.lua**New** — Italian translations.
jp.lua**New** — Japanese translations.
ko.lua**New** — Korean translations.
pt.lua**New** — Portuguese translations.
ru.lua**New** — Russian translations.
th.lua**New** — Thai translations.
tr.lua**New** — Turkish translations.
zh.lua**New** — Chinese translations.
server
ai_broker.lua
scanner.js
server.lua
version.lua
xmlBuilder.lua
shared
config.luaMain configuration file — now includes `Config.Locale`, `Config.Log` toggles, `Config.VanillaSourcePriority`, and per-server field-limit overrides.
locale.lua**New** — locale system runtime, loads the correct language file based on `Config.Locale`.
overrides.lua**New** — per-server field defaults and slider cap overrides, separate from main config for easier management.
nui
/allUpdated the weapon menu with a loading overlay during base meta initialisation, an override badge on vanilla weapons sourced from addons, styled hover tooltips on the override badge with long-text wrapping, and corrected tooltip copy.