Jump to content
Sign in to follow this  
SicSemperTyrannis

Any dialog editors that work for ARMA3?

Recommended Posts

There doesn't seem to be any that work anymore. I don't really know where to turn, but designing dialogs is impossible manually.

It might not be completely impossible, but if you're expected to get anything done a single dialog panel could take up to an hour to finish, without the accompanying functionality.

Is there anything I can do about this?

Share this post


Link to post
Share on other sites

while previewing a mission goto the esc menu, then press f1 to get to the inbuilt editor. press f1 again for help

Share this post


Link to post
Share on other sites

its built in now

i have a trigger that calls a script with this in it:

startEditor.sqf

private ["_path"];
_path = gettext (configfile >> "RscGUIEditor" >> "path");
[] spawn compile preprocessfilelinenumbers (_path + "GUI_init.sqf");

works like a champ.

Share this post


Link to post
Share on other sites

You can also call it up by:

- press esc (while in game - any time)

- press F1 (bunch of very useful stuff here)

- click "GUI" button on the bottom right

- press H (open the help menu)

Share this post


Link to post
Share on other sites
You can also call it up by:

- press esc (while in game - any time)

- press F1 (bunch of very useful stuff here)

- click "GUI" button on the bottom right

- press H (open the help menu)

nice!..learned something new.. thx

Share this post


Link to post
Share on other sites

learned it myself from a mod, had no idea that existed days ago, the variables watcher and the short commands execute are pretty nice too.

Share this post


Link to post
Share on other sites
works like a champ.

I get this when trying to move an object:

_posX = (GUI_idcActive_pos select 0) + _diffMouseX;
_posY = (GUI_id>
 Error position: <select 0) + _diffMouseX;
_posY = (GUI_id>
 Error Generic error in expression
File A3\functions_f\gui\editor\GUI_fnc_ctrlMouseMoving.sqf, line 162
Error in expression <ys) then {

EDIT: Also, Escape and F1 thing doesn't work for me at all.

Share this post


Link to post
Share on other sites
I get this when trying to move an object:

_posX = (GUI_idcActive_pos select 0) + _diffMouseX;
_posY = (GUI_id>
 Error position: <select 0) + _diffMouseX;
_posY = (GUI_id>
 Error Generic error in expression
File A3\functions_f\gui\editor\GUI_fnc_ctrlMouseMoving.sqf, line 162
Error in expression <ys) then {

EDIT: Also, Escape and F1 thing doesn't work for me at all.

sounds to me your install is fubar or something (guessing).. esc: F1 works and no errors with the trigger call for me. maybe another can try as well.

also: i am running the dev build.. *if that makes a difference. and launching with spirited machines launcher.

Share this post


Link to post
Share on other sites

Where/when are you pressing Escape?

Try launching arma with no mods at all if it's the case, you're running into some wierd stuff.

EDIT: running Stable branch here. You should have access to the Debug Console no probs.

EDIT2: Some wiki documention for the above. GUI editor | Debug Console

Edited by gammadust

Share this post


Link to post
Share on other sites

I'll try running it vanilla, my settings prior were:

-nosplash -noPause -world=empty -cpuCount=8 -exThreads=14 -maxmem=12288 -maxvram=2048 -mod=@FA_gpstr_watermark;@brf_nvg;@inidb;

---------- Post added at 02:52 ---------- Previous post was at 02:48 ----------

Alright, problem solved. You need to launch in the editor for it to work, the multiplayer editor will not work.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×