BEAKSBY 11 Posted May 22, 2014 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
f2k sel 164 Posted May 23, 2014 http://forums.bistudio.com/showthread.php?154596-A3-dialog-user-interface-editor-How-to-save-export-import Share this post Link to post Share on other sites
loki 1 Posted May 23, 2014 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