Not maintained
I decided to release another redesign that includes sound, animations, and a banner.
The redesign defaults to 2D, but can easily be changed to 3D. The sound can be turned off and the banner can be changed to whatever you prefer. Scroll down to learn more.
Download the latest version here.
Video Showcase : Resolution 2560x1440
Video Showcase : Resolution 1920x1080
Change the banner URL
- Navigate to
esx_menu_default/html/css/app.css
.
Row 42.background-image: url(https://i.postimg.cc/gkhGnGgw/banner.png);
Replace
'https://i.postimg.cc/gkhGnGgw/banner.png'
with your own URL.Save & restart the script.
Turn the menu into 3D
- Navigate to
esx_menu_default/html/css/app.css
.
Row 16-18./* -webkit-transform: perspective(0px) translateZ(0); transform: perspective(0px) translateZ(0); transform: perspective(900px) rotateY(20deg); */
Un-comment the three lines (remove
/*
at the start, and*/
at the end).Save & restart the script.
Turn off the sound
- Navigate to
esx_menu_default/client/main.lua
.
Row 2.local soundOn = true
Change
true
, tofalse
.Save & restart the script.
Other Releases
[ESX] esx_menu_dialog [REDESIGN V2]
[ESX] esx_menu_list [REDESIGN V2]