Jump to content

kadinx

Member
  • Content Count

    215
  • Joined

  • Last visited

  • Medals

Everything posted by kadinx

  1. 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.
  2. 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!
  3. kadinx

    ASOR Gear Selector

    Confirming, 1.54 is just fine. Thank you again for all the effort and consistency and promptness :)
  4. kadinx

    ASOR Gear Selector

    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;
  5. kadinx

    The new remoteExec command

    Confirming, remoteExec is back online and working :)
  6. kadinx

    The new remoteExec command

    Indeed, but still a mystery as of when it should be back up...I just checked.
  7. kadinx

    The new remoteExec command

    hehe, when you have brains you ask less...I am talking about me. Thanks Killzone_Kid...again!!
  8. kadinx

    The new remoteExec command

    ribi, the above does NOT work however the one below does work In my mission description.ext the following has been entered
  9. kadinx

    The new remoteExec command

    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 :(
  10. 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.
  11. kadinx

    The new remoteExec command

    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. :)
  12. kadinx

    The new remoteExec command

    Appologies, I should read the news more carefully!!
  13. kadinx

    The new remoteExec command

    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
  14. kadinx

    The new remoteExec command

    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*/}; }; };
  15. kadinx

    The new remoteExec command

    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.
  16. kadinx

    The new remoteExec command

    much obliged :). Thank you
  17. kadinx

    The new remoteExec command

    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 :(
  18. kadinx

    The new remoteExec command

    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.
  19. kadinx

    The new remoteExec command

    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?
  20. kadinx

    ASOR Gear Selector

    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?
  21. kadinx

    ASOR Gear Selector

    rgr, Lecks Many appreciative thank yous :)
  22. kadinx

    ASOR Gear Selector

    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 :)
  23. 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.
  24. 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?
×