[Release] GUI Editor v0.2 [Updated 15 January 2017 (+7 UTC)]

Hi there. This is GUI editor.
It will able you to create your own texts and rects (and text draws in future). It is usefull for menus, game info, custom huds and many other stuff.

How to instal?
Like usually. Add resource in your server .yml

Where to find saved projects
After saving your project, go to root directory of your server and find your last created project.

Version
Current version 0.2 some features may STILL not work / work incorrect (so just write here in this topic)

Screenshots

CONTROLS

Up/Down/Left/Right - to place your rect or text on the screen
Wheel Up/Down (+LCtrl) - for changing rect/text scale, text font.
LShift - for boost speed of move/scale
Backspace - return to menu (when in edit mode)

CHANGELOG:

v 0.2

  1. Added copy function
  2. Added “Change Text” for texts
  3. Added text scale changint (with CTRL+MouseWheel) (LShift to boost)
  4. Added text justify change (Left, Center - Center by default)
  5. In text file of project, DrawAdvancedText is now saving with brackets " "

v 0.2.1
15 January 2017 (+7 UTC)

  1. RGBA edit is now available!

Bugfix:

  1. Help message is now disappears after several seconds

IMPORTANT:

If you want to place text in your gamemode, you have to add this function there:

function DrawAdvancedText(x,y ,w,h,sc, text, r,g,b,a,font,jus)
    SetTextFont(font)
    SetTextProportional(0)
    SetTextScale(sc, sc)
	N_0x4e096588b13ffeca(jus)
    SetTextColour(r, g, b, a)
    SetTextDropShadow(0, 0, 0, 0,255)
    SetTextEdge(1, 0, 0, 0, 255)
    SetTextDropShadow()
    SetTextOutline()
    SetTextEntry("STRING")
    AddTextComponentString(text)
	DrawText(x - 0.1+w, y - 0.02+h)
end

Download

LINK (5 KB)

10 Likes

Great job! Guess this means i don’t need to make the trainer like menu thingy.

Thanks! I will help test if you you as well!

Cool release! I might test it :smiley:

but this doesn’t use any unified API nor does it even use NUI :frowning:

Well it’s still enough to make a GUI :stuck_out_tongue:

GUI Editor is now updated. Look at changelog.

Updated

Changelog:

  1. Now R/G/B/A - is available to edit!

Look at the screen, download at topic start!

Nothing happens when I spawn on the server, it does not work :confused:

Hello @MarkViolla,

Is there update soon ?
Because I would like use the load system… Have you got any ideas on it ? Do you think we should use the save event in reverse ?

Friendly, CDK.

I will update it with interiors, garages, saving system and basic interior editor.

4 Likes

Any idea, why I have nothing in game ?

thank for your job. i will try tonight

Is this no longer working?

It’s working but there may be some bugs since you need to press INPUT_FRONTEND_DELETE (Suppr.) ingame to open the menu (there should be a message telling you this I guess but it doesn’t show up)

how do i open the editer

how do i make the text do stuff like enable godmode

I’ve created a menu, now how do I script functions to the text?

Hey this download link send me in site where i can’t download the gui editor please can someone sent me un download link that work not this one here:http://rolegame.online/dl/guiEd_eng.7z ? @MarkViolla

Bummer, link is broken