kadinx
Member-
Content Count
215 -
Joined
-
Last visited
-
Medals
Everything posted by kadinx
-
I am not sure what you are referring to. I have made a small whitelist of functions and commands in description.ext and they are working consistently across clients.
-
It has been a few weeks now that the remoteExec has been effectively back on line on the Dev Branch and I am happy to say it is working much more efficiently in MP than Bis_fnc_MP that I have it replace. Usage includes mostly animations and sound effects executed on server side for all connected clients. Thank you!
-
Confirming, 1.54 is just fine. Thank you again for all the effort and consistency and promptness :)
-
Hello Lecks Thanks for the update. I would like to report an error while opening the asorgs: _control lbSetPictureRight [(lbSize _control)-1, > 6:48:45 Error position: <lbSetPictureRight [(lbSize _control)-1, > 6:48:45 Error Type Any, expected String 6:48:45 File mpmissions\__cur_mp.Altis\ASORGS\functions\fn_updateCombo.sqf, line 28 6:48:45 Error in expression <trol)-1,(_details select 4)]; Only changes I did in the default config.sqf are the following: //Maximum number of save slots ASORGS_SaveSlots = 50; //Show the "weights" (backpack space taken) for relevant objects ASORGS_ShowWeights = true;
-
Confirming, remoteExec is back online and working :)
-
Indeed, but still a mystery as of when it should be back up...I just checked.
-
hehe, when you have brains you ask less...I am talking about me. Thanks Killzone_Kid...again!!
-
ribi, the above does NOT work however the one below does work In my mission description.ext the following has been entered
-
More nice changes stated in today Dev Branch update in regards to remoteExec along with usage examples in Description.ext wiki. "state=" has been replaced with "mode=" in description.ext. Yet, I am still unable to see remoteExec functioning :(
-
Gentlemen, could anyone verify that the "remoteExec" is working again. It has been working in the recent past, then it stopped working for me. I have used the new information added in wiki description.ext along with the recent changes in the syntax. Killzone, has confirmed that up to last Friday is was NOT working but today there was another reference about fixes regarding the above command, so I am wondering if I am doing something else wrong. If anyone can confirm that it IS working, then I 'll take it from there.
-
Danczer, I did say "thankfully". I am not adept enough in Arma coding, so I am happy when I get a quick "this does not work" answer. :)
-
Appologies, I should read the news more carefully!!
-
I am wondering about that too. Does Anyone know if it works on recent 146RC ? I have checked on it when they first released it, and it didn't work there either, then. I switched back to regular Dev Branch and have not check on it since
-
Just to clarify, My mission ONLY crashes when I try things. It does not crash when I use the following class CfgRemoteExec { class Server { state = 2; // 0-turned off, 1-turned on and taking function whitelist into account, 2-turned on ignoring function whitelist (default) class functions { /*your functions here*/ }; class commands { /*your functions here*/}; }; class Client { state = 2; // 0-turned off, 1-turned on and taking function whitelist into account, 2-turned on ignoring function whitelist (default) class functions { /*your functions here*/ }; class commands { /*your functions here*/}; }; };
-
I had no more luck today with Dev version 1.47.13192 to get remoteExec to work. But since I am idling on this I have a question about the whitelisting. What is the proper syntax for the listings? e.g. commands I have tried a few things but so far, thankfully, the mission crashes on the description.ext level.
-
much obliged :). Thank you
-
Could kindly any person that observes the remoteExec command working properly after today's update let me know about it. I am trying to trouble shoot my actions :(
-
Thanks Das Attorney, I have it as state=2 (copied from the site), I just wrote it without looking. I did try today and then I posted. I still think that I might need to do something else. Please confirm that you got it working today and I will find what I am doing wrong.
-
Although, I have made remoteExec to work when it got re-introduced recently, as of last couple of updates in Dev Branch, I cannot seem to make it to work. I have added the pertaining section in Description.ext with status=2. The Bis_fnc_MP is working and I am using that as an alterative, at the moment. Is there anything else that I should be doing? Any advice?
-
When opening ASORGS an error appears about not being able to load a texture "ASORGS\images\rotate_right.paa". Creating such named file and placing it in the requested folder does not stop the error. The only mention of right_rotate.paa is in the menu.hpp (line 513) and I cannot seem to find the cause of this error. Any suggestions?
-
rgr, Lecks Many appreciative thank yous :)
-
In latest version 1.52 I am getting the following error when opening. _control lbSetPictureRight [(lbSize _control)-1, > 14:21:32 Error position: <lbSetPictureRight [(lbSize _control)-1, > 14:21:32 Error Type Any, expected String 14:21:32 File mpmissions\__cur_mp.Stratis\ASORGS\functions\fn_updateCombo.sqf, line 28 14:21:32 Error in expression <trol)-1,(_details select 4)]; Apart from that I have not noticed any other problems. Thank you :)
-
CfgRemoteExecCommands. Need documentation
kadinx replied to Tankbuster's topic in ARMA 3 - TROUBLESHOOTING
Thank you guys. I got it now. The class CfgRemoteExecCommands {}; should be added in Description.ext ONLY if you want to DISABLE all included commands. -
CfgRemoteExecCommands. Need documentation
kadinx replied to Tankbuster's topic in ARMA 3 - TROUBLESHOOTING
May I ask for a clarification? I need to execute switchmove through Bis_fnc_MP, do I have to included it under class CfgRemoteExecCommands {} in description.ext? If the answer is yes, is it possible for a kind person to give me an example? -
Dedicated Client / Headless Client feedback (dev branch)
kadinx replied to Dwarden's topic in ARMA 3 - DEVELOPMENT BRANCH
Got it, thank you.