Installation

Free | Download on Tebex

Prerequisites

  • FiveM Server (latest recommended artifacts)
  • No other dependencies required

Step 1: Download

  1. Download nc-interaction for free from noxcore.tebex.io
  2. Extract the archive

Step 2: Place Resource

Place the nc-interaction folder in your server's resources directory.

resources/
  nc-interaction/
    fxmanifest.lua
    config.lua
    client/
    server/
    html/
    web/        (source — not needed at runtime)

Step 3: server.cfg

ensure nc-interaction

nc-interaction has no load order requirements. It can start before or after your framework.
If using ox_target or qb-target, those should be started before nc-interaction for auto-detection.

Step 4: Configuration

Edit config.lua to customize camera, distances, target system, and pre-registered NPCs.

See Configuration for full reference.

Step 5: Verify

  1. Start your server
  2. Join and check the server console for:
    [nc-interaction] v1.0.0 | Target: ox_target
    
  3. If using the test NPC, go to Legion Square (Blip: "NoxCore Guide")
  4. Interact with the NPC — you should see the dialog open
Last updated 1 month ago