This page walks you from download → placement → startup order → first launch for onex-voiceInteraction.
When you purchase onex-weaponmeta, inside the onex-weaponmeta-*.zip you will find following dependencies.
| Dependency | Required |
|---|---|
| onex-weaponmeta_assets | Yes |
| onex-weaponmeta_assets2 | Yes |
Extract both resource folders into your server's resources/[onex]/ directory. If the [onex] folder does not exist, create it manually. Do not rename either folder — the scripts reference their own names internally.
Add the following to your server.cfg, after your framework and its dependencies (e.g. qb-core, ox_core).
ensure [onex] # At very end add this line add_ace resource.onex-weaponmeta command allow add_ace resource.onex-weaponmeta command.add_ace allow add_unsafe_child_process_permission onex-weaponmeta add_filesystem_permission onex-weaponmeta write onex-weaponmeta_assets add_filesystem_permission onex-weaponmeta write onex-weaponmeta_assets2
If you skip this step, the AI assistant won't be able to tune your weapon — all other features will still work fine, and you can manually edit any value without issues.
Join server, and after spawning click F6 to verify the script is working. Then you are good to go.
Last updated 27 days ago