Giter VIP home page Giter VIP logo

cui_character-1's Introduction

QBCore CleanUI (cui) character

An advanced character and clothes editor that aims to be comfortable to use, hide complexity and blend in with original GTA V interface elements.

IMPORTANT

In qb-multicharacter/client/main.lua at line 65 replace:

TriggerEvent('qb-clothes:client:CreateFirstCharacter')

with

TriggerEvent('cui_character:open', { 'identity', 'features', 'style', 'apparel' }, false)

In qb-interior/client/main.lua at line 55 replace:

TriggerEvent('qb-clothes:client:CreateFirstCharacter')

with

TriggerEvent('cui_character:open', { 'identity', 'features', 'style', 'apparel' }, false)

In qb-multicharacter/client/main.lua at line 131 replace:

TriggerEvent('qb-clothing:client:loadPlayerClothing', data, charPed)

with

TriggerEvent('cui_character:loadClothes', data, charPed)

In qb-apartments/fxmanifest.lua & qb-houses/fxmanifest.lua in dependencies replace:

'qb-clothing',

with

'cui_character',

Character Customization Features

I tried to cover every feature that GTA Online character creator offers, notably:

  • Heritage (parent face and skin color blending) working exactly like the one made by Rockstar
  • Property names displayed whenever possible instead of raw numbers

I have made improvements in places where I thought Rockstar's creator didn't do a particularly good job:

  • Properties are grouped in a more intuitive way
  • "2D grids" have been replaced with sliders
  • Percentage values are clearly displayed

Additional features

  • Flexible camera that can be zoomed and rotated with mouse as well as switched between face, body and legs views
  • Native, in-game sound effects
  • Optional (configurable) map locations where characters can be customzied after creation (barber shops, hospital plastic surgery units, clothes shops)
  • Optional clothes component/prop blacklisting (uncomment client/blacklist.lua in fxmanifest client_scripts, then edit the file)
  • Admins can use /identity, /features, /style, /apparel commands to open respective tabs or /character to open character customization anywhere.

Requirements and usage notes

Editing and saving characters to the database should work out-of-the-box.

Credits

Orignally made by PainedPsyche

Thanks to SaltyGrandpa for helping to make it standalone

Thanks to DudeRockTV#7528 for letting me use what he started and make it better!

Known Issues

  • Some clothing seems to be missing
  • Gloves / Arms only half work (useable tho)
  • Sometimes on character first creation the camera will be stuck inside a persons body

cui_character-1's People

Contributors

ihyajb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.