D4rkst3randClaude Opus 5 28ab8e796c
Lint / Lint Resource (push) Has been cancelled
feat(hud): NUI-Overlay mit Luft und Tauchtiefe
Ersetzt die qbx.drawText2d-Anzeige (rohe Zahl plus Uhr-Emoji in der Ecke, jeden
Frame neu gezeichnet) durch ein NUI-Overlay.

- Luft als Ring mit mm:ss, Farbstufen aus config.warnAtSeconds abgeleitet,
  Pulsieren im kritischen Bereich
- Tiefe in Metern ueber GetWaterHeight, geglaettet damit Wellengang die Zahl
  nicht zappeln laesst; Einfaerbung ab config.deepWarningDepth
- Platz fuer den Lampen-Status, wird in Phase 5 befuellt
- Sichtbar nur mit angelegter Ausruestung unter Wasser, mit Fade
- Updates gedrosselt auf 4/s statt jeden Frame
- Kein backdrop-filter (bekannter FiveM-Bug)

Die geglaettete Tiefe speist auch den tiefenabhaengigen Verbrauch, der bisher
bei jedem Tick neu und ungeglaettet gemessen wurde.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-10 23:49:03 +02:00
2023-11-08 17:36:09 -08:00

image

qbx_divegear

A Qbox resource that enables the functionality of diving and air tank items.

Works with qbx_diving, a coral diving and collection resource, also developed by the Qbox community!

Features

  • Able to set the length of time an air tank will refill your tank
  • Able to configure the rate of decay of the oxygen tank (to allow longer time in the water)
  • Limitations for refilling underwater (to limit endless use of air tanks)
  • animations and timers during refill
  • Text that displays current air time at the bottom of the player's screen when underwater and wearing gear

ox_inventory items

Place these items in ox_inventory's item.lua if you don't have them already:

    ['diving_fill'] = {
        label = 'Diving Tube',
        weight = 3000,
        stack = false,
        close = true,
        description = "used to refill your diving gear's oxygen supply."
    },

    ['diving_gear'] = {
        label = 'Diving Gear',
        weight = 30000,
        stack = false,
        close = true,
        description = "A diving set that let's swim underwater. Blub blub!"
    },

ox_inventory images

Missing images for your items? Here are some free-to-use images!

diving_gear diving_fill

S
Description
Tauchausruestung mit Flaschengroessen, gesyncter Lampe und Tiefenanzeige (Fork von qbx_divegear)
Readme GPL-3.0
715 KiB
Languages
Lua 65%
JavaScript 21.7%
CSS 9.3%
HTML 4%