Changelog

Stay up to date with the latest features, fixes and improvements to Weapon Meta Editor

Weapon Meta Editor

v0.15.0

Released on 6/9/2026

|

0 views

New Features

  • 1
    No content available
  • 2
    No content available
  • 3
    No content available
  • 4
    No content available
  • 5
    No content available
  • 6
    No content available
  • 7
    No content available
  • 8
    No content available
  • 9
    No content available
  • 10
    No content available
  • 11
    No content available
  • 12
    No content available
  • 13
    No content available
  • 14
    No content available
  • 15
    No content available

Refactoring

  • 1
    No content available
  • 2
    No content available

Bug Fixes

  • 1
    No content available
  • 2
    No content available
  • 3
    No content available
  • 4
    No content available
  • 5
    No content available
  • 6
    No content available
  • 7
    No content available
  • 8
    No content available
  • 9
    No content available
  • 10
    No content available
  • 11
    No content available
  • 12
    No content available
  • 13
    No content available
  • 14
    No content available
  • 15
    No content available
  • 16
    No content available
  • 17
    No content available
  • 18
    No content available
  • 19
    No content available
  • 20
    No content available

Breaking Changes

  • 1
    No 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.