Legacy Installation - meta-hub/mf-inventory GitHub Wiki
ESX Legacy will* support mf-inventory by default post PR #179:
https://github.com/esx-framework/esx-legacy/pull/179
This PR has not been accepted yet. You will need to use the fork above directly.
To enable mf-inventory in ESX Legacy, set the Config.EnableDefaultInventory
var to false
, and ensure you don't have OxInventory
present in your resource directory.
Enable the keybind to open mf-inventory, found in the config.lua file under EnableKeybind
.
The keybind should be a string, e.g: 'F2'.
Set the bool UsingESXLegacy
to true
inside the config.lua
file of mf-inventory.
Copy the 'mfinventory.lua' file from your mf-inventory/[ESX]
directory, and paste it in your es_extended/server/classes/overrides
directory.
Ensure other default install steps are followed (import SQL file and ensure it executed without error, ensure dependencies installed, etc).
[*] = should?