CU Enhanced Target
Overview

CU Enhanced Target

A performant and flexible "third-eye" targeting resource based on ox_target. Includes compatibility with qtarget/qb-target, customizable themes, and target hints.

Key Features

  • Performance optimized - Built on ox_target foundation for maximum efficiency
  • Drop-in replacement - Compatible with qtarget/qb-target exports via compatibility layer
  • Customizable themes - Multiple built-in themes including light, dark, nopixel, qb-core, esx, and more
  • Target hint tooltip - Optional tooltip showing what you're targeting
  • Zone support - Create sphere, box, and polygon targeting zones
  • Framework support - Works with ox_core, ESX, and QBCore
  • Entity & model targeting - Target specific entities, models, peds, vehicles, objects, and players

Quick Start

Note: Requires ox_lib as a dependency. Ensure ox_lib starts before cu_enchanced_target.

  1. Install ox_lib if not already installed
  2. Add cu_enchanced_target to your resources folder
  3. Add to server.cfg:
ensure ox_lib
ensure cu_enchanced_target
  1. Choose integration method:
    • Keep the folder name cu_enchanced_target and update scripts to call exports.cu_enchanced_target
    • Or rename the folder to ox_target or qb-target to keep existing exports unchanged

What's Different from ox_target?

CU Enhanced Target is based on ox_target but includes additional features:

  • Enhanced UI themes - More theme options including custom branded themes
  • Target hint system - Shows what you're targeting with a tooltip
  • Extended compatibility - Additional compatibility layers for various frameworks
  • Custom configuration - More configuration options for fine-tuning behavior

Supported Frameworks

While not required to run cu_enchanced_target, these frameworks add additional features:

Next Steps