[RELEASE] CleanUI (cui) character

Introduction

I'm one of those people who like spend long time in character creators, so when I first started exploring FiveM (not that long time ago), I fully expected someone to have outdone Rockstar in that department, delivering one which is powerful, but also easy to use.

With that expectation I've started browsing the releases forums and sadly, couldn't find anything fully functional that would be even on par with what GTA Online offers. At first I felt bitter disappointment, but then I thought it can be a great opportunity to do something good.

Since I'm not a graphic designer or don't consider myself a creative person, I started looking for some sort of inspiration in the unfinished or not entirely functional projects and I found a beautifully designed character creator in ENHANCED HUD (a VERY popular topic on these forums).

While I really like the general outline of that project, it has some serious flaws:

  • it is very far from complete or easy to use or adapt solution
  • it does not blend in enough with original GTA V interface
  • how you can edit a character with it is way too limited in scope

So I’ve decided to start my own project from scratch. Now I’m going to share the result.

Important notes

This is my first serious release on these forums.

I tried hard to make it not consume too much memory or CPU time, but my experience with optimization is nearly non-existent and the resource uses a lot of natives that explicitly require every-frame calling.

I did try to reduce tick rate of some loops, but most of the time it resulted in either input lag or visible glitches.

What is this?

In short, this is a character creator/editor that aims to deliver all the features that GTA Online's creator does and improve upon it. It aims to have a nice, clean, readable and simple to use interface.

It also sports some additional features:

  • Flexible camera that can be zoomed and rotated with mouse as well as switched between predefined positions
  • 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 esx_identity integration that also allows editing already created identities

Thanks to SaltyGrandpa, you can use this resource standalone, without any framework.

Screenshots






Where to get it? How to install and use it?

https://github.com/PainedPsyche/cui_character

Read the included README file.

License

I did not include a formal license file, but I allow you to do anything you wish with this software, modify, share, create derivative works... It would be nice if you mentioned who the original creator is, but you don't have to.

Future plans

There will be bugs as with any software made by very fallible humans, so report them in this thread and I will try to fix them.

If this is well received, I will continue developing FiveM resources. I'm thinking an innovative inventory system could be welcome... personally I really liked one in Resident Evil 2 & 3 Remakes.

Final words

Prior to this, I only had some limited experience with lua and nearly none with html, javascript or css, so I'd like to thank everyone on these forums who released good quality resources I could learn from.

hoegarden31 deserves a special mention as he helped me with problems I had starting out. Without him the project would be seriously delayed or even not finished at all.

I'm a strong believer in the Hacker philosophy and that sharing good things makes the world a better place.

124 Likes

I like your believes.

:heart: for humanity

5 Likes

Only ESX or?

1 Like

Looking nice and clean. Good job.

3 Likes

It uses esx_skin’s SQL format to save characters, esx:loadingScreenOff to determine when the loading has finished, esx:onPlayerSpawn to determine when to load the character and ESX.RegisterCommand to define slash commands.

It shouldn’t be that hard to adapt to another framework if you know that framework well enough to identify these points.

5 Likes

very nice clean ui

1 Like

Release of the year.

Great job.

1 Like

A god has been born today.

3 Likes

Btw, an installation guide would be good too.

1 Like

Updated README file as per your suggestion.

3 Likes

Thanks for the mentioning :slight_smile:
I hope this will be the standard of new scripts and most of all free.

@Pained_Psyche great job !!

4 Likes

And with that, this is the coolest character cui ever :ok_hand:

1 Like

This is easily the nicest looking UI out there, beautiful.

1 Like

i really needed an UI like this… thank you for sharing.

1 Like

It would have been very easy for you to add this to the growing list of “Paid” resources around here. Thank you for publishing such a wonderful release, for free. This is really awesome.

8 Likes

Thank you so much for releasing this as a free release. Incredible work.

1 Like

It looks awesome ! I’ll test it for sure !

3 Likes

Loving it, just one problem i am having is that my esx_idenity pops up before and becomes unuseable once this ui is activated on first join.

FIXED:
Changing:
AddEventHandler(‘esx:openSaveableMenu’, function()
to:
AddEventHandler(‘esx_skin:openSaveableMenu’, function()

4 Likes

Check the instructions for esx_identity integration (in shared/config.lua file).

This resource is supposed to replace the default esx_identity registration menu popup (you should replace the code opening the popup with code shown in these instructions), all the fields in that menu are added in the “Identity” tab (below heritage) if the integration is properly activated.

2 Likes

OK thanks for the info not really had time to fully look at all the config but ill get on that now.

3 Likes