Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
BEAKSBY

How do I edit a Dialog box from GUI EDITOR that already exists

Recommended Posts

How do I call up a diaglog box from a mission I downloaded and edit it from the GUI EDITOR.

I want to reposition, frames, texts, and modify other things like that but from the GUI EDITOR, not from Notepad.

THanks

Share this post


Link to post
Share on other sites

unless the editor output file was included.. you'll have to either make one or edit it by hand.

example of editor output:

/* #Ludefy
$[
1.063,
["rGUI_hud_countDownTimer",[[0,0,1,1],0.025,0.04,"GUI_GRID"],0,0,0],
[1000,"",[1,"",["0.858518 * safezoneW + safezoneX","0.176983 * safezoneH + safezoneY","0.126975 * safezoneW","0.612032 * safezoneH"],[-1,-1,-1,-1],[-1,-1,-1,1],[-1,-1,-1,-1],"","-1"],[]],
[1100,"",[1,"",["0.865987 * safezoneW + safezoneX","0.193984 * safezoneH + safezoneY","0.112037 * safezoneW","0.578031 * safezoneH"],[-1,-1,-1,-1],[-1,-1,-1,-1],[-1,-1,-1,-1],"","-1"],["sizeEx = 0.025;"]]
]
*/

Share this post


Link to post
Share on other sites
Sign in to follow this  

×