Jump to content

Ilias48rus

Member
  • Content Count

    239
  • Joined

  • Last visited

  • Medals

Posts posted by Ilias48rus


  1. On 28.05.2017 at 5:47 AM, Mr. Birdman said:

    @ Ilias48rus  the updated version is not working I have a old version that works fine I attempted to replace with you new version does not work. What is the deal. I hope you are still supporting this script.

    You are mistaking, just redownloaded it, it is working

     


  2. Arma launcher (small addition request):

      Save, load parameters presets (for example for ability to  run,restart,make changes to  server and client on one machine without needing to change all settings each time you switching between starting server,game)

        Or option to export parameters to file (because the launcher already have option to read from file)

          or some more advanced way to get the parameter's syntax then parameter's name on background

      (to simplify the process)


  3. On 01.03.2017 at 11:26 AM, zuzul said:

    Hello ! Many thanks for the share, excellent script !

     

    Some remarks:

    + the drag and drop in MP on dedicated server make the corpses local (I guess): when a player drag a NPC body, this one disappears for the other players and never reappear. 

    + on Chernarus, the item drop is not on the ground but lowered. Maybe doing a check with the getPosATL Player might do the trick? Or better, having a way to change the Z axis directly by the player (or based on the player view,? Sorry, I don't know what can be done). 

    + all items placed by Zeus or EDEN can be grabbed. We did a quick test yesterday on a  wood board placed verticaly and the result was....interresting: the player kept going in the sky, surfing the board. This was a really funny moment for us ;)

     

     This is a really great job, providing more possibilities to Arma. Many thanks again!  

    Hi, sadly to hear about the problems, i'll look if i can update the script, but it's old project and i'm in work now, so maybe it will be updated not soon.

    • Like 1

  4. 6 hours ago, orcinus said:

    If you mean the link in the first post, it gets a page that says:

    "

    410 Gone


    nginx
     

    "

    which I guess means the file is, erm, gone.

    yeah, obviously direct links getting expired,

    you can use any other browser to download it (explorer..)

     

    would be glad armaholic to update the version


  5. 6 hours ago, orcinus said:

    This looks interesting, but unfortunately I cannot get Yandex to work (Win7 64 pro, Firefox - NoScript set to allow tthe whole shebang). Would you be kind enough to upload it somewhere else? Armaholic has a specific section for scripts, btw.

    TIA

    Orc

    Inserted direct link to download from yandex, try again


  6. On 19.01.2017 at 9:49 PM, Mr. Birdman said:

    Does anyone know what code you can put in the editor placed items on a map to prevent the drag function from working. If I have a few items that I don't want to be able to move during the mission what code can I put in the item init to prevent it.

    sorry for long response delay, added ability to disable dragging for entity, i'm working on big project now, and it will not miss the abilities, so i'll post them standalone, but sorry possible not soon, glad you enjoying the script.


  7. Long time ago mentioned at some moment zeus beginning unable to place units.

    Arma have limit of groups and when zeus deleting units empty groups stays

                                                    |mistake                                                          |


  8. Does event handlers suspending next frame rendering until completion?

    Does FSM executing in own processes?

                                  /\

                                  \/

    If possible  what other ways exist to execute something in new process (not vm sheduler)?

    What speed difference between FSM links and SQF elements (if..)?

    What execution rate of looped on self condition in FSM?

    How technically engine searches for variable in missionnamespace(just in case, in any of course)

    on  getting it command  execution?
    (what performance influence is increasing namespace's variables count)

     

    Would really appreciate any help.


  9. No probs man - thanks for replying in the first place. I lose interest in working out stuff if I think it's only me interested in it.

    HI, can you help please?

    what can i possibly do wrong?

    description.ext

    class RadioChannels{
    	class DirectSpeakingChannel{
    		level = 0;
    		micOuts = "micOuts";
    		noise = "loop";
    		pauseAfterNumber = 0;
    		pauseAfterUnitList = 0.05;
    		pauseAfterWord = 0;
    		pauseInNumber = 0;
    		pauseInUnitList = 0;
    	};
    	delete GlobalChannel;
    	delete SideChannel;
    	delete CommandChannel;
    	delete GroupChannel;
    	delete VehicleChannel;
    };
    

    , would really appreciate.


  10. Sorry, returning the post:

    How to tyrn off some radio channel?

    Something of that worked once, but i retryed it all and it doesn't working:

    description.ext

    disableChannels[]={{0,true,true},{1,true,true},{2,true,true},{3,true,false}};
    
    disableChannels[]={0,1,2,3};
    
    class RadioChannels{
    	class DirectSpeakingChannel{
    		level = 0;
    		micOuts = "micOuts";
    		noise = "loop";
    		pauseAfterNumber = 0;
    		pauseAfterUnitList = 0.05;
    		pauseAfterWord = 0;
    		pauseInNumber = 0;
    		pauseInUnitList = 0;
    	};
    	delete GlobalChannel;
    	delete SideChannel;
    	delete CommandChannel;
    	delete GroupChannel;
    	delete VehicleChannel;
    };
×