-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,30 @@ | ||
<div align='center'><h2><a href='https://overextended.github.io/docs/ox_target/'>Documentation</a></h2></div> | ||
# ox_target | ||
|
||
## ox_target | ||
![](https://img.shields.io/github/downloads/overextended/ox_target/total?logo=github) | ||
![](https://img.shields.io/github/downloads/overextended/ox_target/latest/total?logo=github) | ||
![](https://img.shields.io/github/contributors/overextended/ox_target?logo=github) | ||
![](https://img.shields.io/github/v/release/overextended/ox_target?logo=github) | ||
|
||
A performant and flexible standalone "third-eye" targeting resource, with additional functionality when using ox_core, esx, or qb-core. | ||
|
||
A performant and flexible standalone "third-eye" targeting resource, with additional functionality for supported frameworks. | ||
|
||
ox_target is the successor to qtarget, which was a mostly-compatible fork of bt-target. | ||
To improve many design flaws, ox_target has been written from scratch and drops support for bt-target/qtarget standards, though partial compatibility is being implemented where possible. | ||
|
||
- Performance increased ~4x compared to qtarget. | ||
- Improved error handling protects against soft-locking. | ||
- Improved entity and world collision detection. | ||
- Options now stack, rather than overriding. | ||
|
||
## 📚 Documentation | ||
|
||
https://overextended.dev/ox_target | ||
|
||
## 💾 Download | ||
|
||
https://github.com/overextended/ox_target/releases/latest/download/ox_target.zip | ||
|
||
## ✨ Features | ||
|
||
- Improved entity and world collision than its predecessor. | ||
- Improved error handling when running external code. | ||
- Menus for nested target options. | ||
- Partial compatibility for qtarget / qb-target. | ||
- Registering options no longer overrides existing options. | ||
- Groups and items checking for supported frameworks. |