Dragon Heart Studios
  • Dragon Heart Studios Documentation
  • 🌉DHS-Bridge
  • ⚙️Compatibility
  • 📜Scripts
    • 🎣DHS-Fishing
      • Installation
      • Configuration
      • Integration
    • 🕑DHS-ZWatch
      • Installation
      • Configuration
    • 💰DHS-PettyCrime
      • Installation
      • Configuration
      • Integration
    • 🪓DHS-LumberJack
      • Installation
      • Configuration
      • Integration
    • 🏵️DHS-Peyote
      • Installation
    • 🚗DHS-Boosting
      • Installation
      • Configuration
      • Integration
    • 🦌DHS-Hunting
      • Installation
      • Configuration
      • Integration
    • 👮DHS-PrisonSim
      • Installation
      • Configuration
        • Clothing Config
        • Convoy Config
        • Door Lock Config
        • Entity Sets Config
        • Items Config
        • Jobs Config
        • Locations Config
        • Mugshot Config
        • Object Placer Config
        • Pathfinding Config
        • Peds Config
        • Prison Schedules Config
        • Props Config
        • Solitary Config
      • Integration
      • Exports and Commands
  • 🐝DHS-BrewsAndWines
    • Installation
    • Configuration
      • Beehive Config
      • Clothing Config
      • Delivery Config
      • Mead Config
      • Object Placer Config
      • Peds Config
      • Security Config
      • Wine Config
    • Integration
    • Mead and Wine Brewing
Powered by GitBook
On this page

DHS-Bridge

Bridge Settings (Optional)

The bridge auto detects all components. If you use a renamed database/framework/inventory/target/zone you can change the names using the following convars:

You can also override database/framework/inventory/target/zone resources.

-- Turn On Debug Mode
setr bridge:debug "true"
 
-- Change Language
setr bridge:locale "en"     -- (CURRENTLY UNUSED)
 
-- Override Database
setr bridge:database "oxmysql"
 
-- Override Database Resource Name (Used For Export)
setr bridge:databasename "oxmysql"
 
-- Override Framework
setr bridge:framework "esx"
 
-- Override Framework Resource Name (Used For Export)
setr bridge:frameworkname "es_extended"
 
-- Override Framework Resource Name (Used For Event)
setr bridge:frameworkevent "esx:getSharedObject"
 
-- Override Framework Prefix
setr bridge:frameworkprefix "esx"
 
-- Override Inventory
setr bridge:inventory "ox_inventory"
 
-- Override Inventory Resource Name (Used For Export)
setr bridge:inventoryname "ox_inventory"
 
-- Override Inventory Image Path
setr bridge:inventoryimagepath "ox_inventory/web/images/"
 
-- Override Target 
setr bridge:target "ox_target"
 
-- Override Target Name (Used For Export)
setr bridge:targetname "ox_target"
 
-- Override Zone 
setr bridge:zone "ox_lib"
 
-- Override Zone Name (Used For Export)
setr bridge:zonename "ox_lib"
PreviousDragon Heart Studios DocumentationNextCompatibility

Last updated 1 year ago

🌉