Jump to content

mid

Member
  • Content Count

    17
  • Joined

  • Last visited

  • Medals

Posts posted by mid


  1. I had the problem too. Just tried it without GLT Missilebox and ... there the pod system was ... (all working) but as soon as i started using GLT again the F18 which suppose to have the pod had just the standard loadout (tried changing to the ...gltmissilebox.sqf too but that didn´t help either). I´m now redownloading GLT missilebox, maybe something is wrong with my version (although i got it from armaholic .. and it works without any other problems). => can´t get it to work using glt not even the loadout change as written in the readme/pdf are working when using glt (except the service menu ... that works nicely!)


  2. Both features can be added easily:

    // enable the "jump out left/right" action
    ace_sys_eject_side = 1;   // 1 = enable, 0 = disable (default)
    
    // enable sling rope
    ACE_canLift = 1;
    ACE_GeoLifterAttachment[] = {{0,0,0}}; // attachment position(s)
    ACE_MaxLoad = 5886;
    ACE_Weight = 5224;
    /* example from UH60M_EP1 */
    

    Please note that both require ACE to work, however doesn't break if ACE is not activated.

    BTW just to say that I love these choppers! Keep up the good work, I can't wait for an update ;)

    Excuse me but can you tell me what i did wrong? Because i can´t get it to work ... i tried putting your code in an "lifting.sqf" in my mission folder and then start the script by using

     nul = this execVM "lifting.sqf" 

    in the initialization field of the helicopter. But that dosesn´t seem to work ...

    thanks a lot


  3. Hi

    after playing arma a while i now get this weird spam bug in ts. No one else in my team has this (we are using the latest ACRE + Beta).

    It´s like acre is sending dozen or hundrets of commands to teamspeak, It is always connected to pressing continuing a key like W or right mouse button ingame. When it starts i have to disconnect the plugin manually, reconnect teamspeak, reconnect arma and sometimes even have to restart my pc.

    Anyone any ideas? I already checked key bindings in ts and arma, since no one else has this problem on our ts server we believe it has to be client side ... but i don´t know what else to check.

    Thanks a lot

    mid

×