Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.17 KB

readme.md

File metadata and controls

49 lines (37 loc) · 2.17 KB

[Standalone] FiveM Dui Boilerplate

This repository is a basic boilerplate for getting started with Dui in Fivem. It contains several helpful utilities and documents serveral parts of the Dui-making proccess.

It features complete optimisation with a resmon(ms) of:

  • idle: 0.00
  • rendering: 0.06
  • rendering (Without Line Of Sight): 0.00-0.01
  • Interacting: 0.09-0.1

As A bonus, it streams a replace for ex_prop_monitor_01_ex and v_ilev_cin_screen, which have their screens upscaled from 512x256, to 2048x1024, to give u much higher quality feel to the Dui.

What are you waiting for? Create your own DUI project, Today!

Requirements

  • ox_lib - Showcases how to dynamically load the Dui
  • ox_target - Used for Ease of Use for the interaction

Preview

Notice


Legal Notices

FiveM Dui Boilerplate

Copyright 2023 Mycroft Studios

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.