Jump to content

rlex

Member
  • Content Count

    333
  • Joined

  • Last visited

  • Medals

Posts posted by rlex


  1. Ok tested with this:

    _intel = 0;
    { 
        if (_x isKindOf "Land_Suitcase_F") then 
        { 
            _intel = _intel + 1; 
        } 
    } forEach allMissionObjects "All"; 
     
    diag_log format["intel detected: %1", _intel]; 

    ...i'm not sure if this should work, but it shows 0 on dedicated server.

    I'll try with debug you mentioned in previous post and see if there is anything useful in logs.
     

     


  2. How long does it takes to generate all intel on, say, bornholm?

    Several times we checked alot of buildings and hasn't found any, feels like there wasn't any intel at all.

    Of course as soon as i enable debug there is no problems with locating intel (well, since it marked anyway), and there is alot of it. Well, maybe just bad luck.

    Is there any command to dump current intel (or at least scan for it and display number, so we can confirm mission started correctly?)


  3. There is some weird issue with all FIR* mods and linux dedicated server.Might be arma issue as well but other mods works. 

    Problem is here: https://imgur.com/a/O5OaP

    As you can see, all FIR* mods loads with same hash, i'm pretty sure it only loads AWS and not planes (if i try to start mission with F-15 or A-10 placed it will not start mentioned missing classes)

    Any ideas?

    I checked files, they're correct. Tried downloading from workshop and from your direct links. No luck.

     


  4. Since 1.42, there is this error on server startup:

    14:03:04 File modpack/@FFCamoPack\mod.cpp, line 12: '.overviewText': Missing ';' at the end of line
    14:03:04 File modpack/@FFCamoPack\mod.cpp, line 12: '.overviewText': Missing ';' at the end of line
     
    And indeed, overviewText = "" missing ; at the end.
     
    Does not affect anything, anyway.
     
    Btw, can i ask for some generic textures on viper helms / uniforms?
    • Like 1

  5. There is strange issue i'm facing while running recent version of CUP Terrains on server:

    If i place helicopter / plane in editor, on mission start (only on dedicated server, local works fine) helis / planes will be "launched" to air (not far, like 2-3 meters), their engines will be working and they will explode short time after that.

    This does not happen with local MP / editor, this doesn't happen on altis / stratis, this also only affects flying vehicles.

    Tested only takistan and zargabad.


  6. >Should I divide NATO and AAF fatigues into seperate downloads or leave them as part of one download?

     

    You can always split camos to separate PBOs. As i can see, NATO camos are already in separate file.

    So you can probably mention that this additional file can be removed.

    Those who doesn't like increased size (really, just 100mb when everybody using mods like CUP and RHS that takes 10GB?) can always make their own "version", just like ACE with their modular system.

    • Like 1

  7. same because no underground tunnel/bunker in arma3. (GBU-24 is can use BunkerBuster purpose if warhead is BLU-109)

    Just for authenticity then? Someone needs to write all those bombs/missiles in your mod and "how to use them". 

    I'll try to do that for some of bombs but i hasn't used all of them.

     

    P.S. F-14/15/16 do not carry dumb fire missiles? Such as hydra-70 and similar.


  8. That's true Firewill, there is a lot of A10 models for Arma 3. 

     

    I would love to see you make the A6E Intruder. Perfect Attack Aircraft for Arma. Since you made the F-14, and it's capable with the Nimitz and you have made dual cockpits, target pods and computers and custom loadout script, you are probably the most experienced and suitable person to make it, and make it great!  :)

     

    My highest wish  :D

    Armament: 

    10 2.75" Rocket Pod

    10 5" Zuni Rocket Pod

    28 Mk-20 Rockeye 

    Mk-77 Napalm

    28 Mk-81 (250 lbs) 

    28 Mk-82 Snakeye 

    13 Mk-83 (1,000 lbs) 

      5 Mk-84 (2,000 lbs) 

    20 Mk-117 (750 lbs) 

    28 CBU-78 

    Do want. That will fill bomber role.

    • Like 1

  9. Tobias, seems like BIS have different understanding what is server and client anyway...

    So HC client actually starts to listen, in my case on port 2316. Here is netstat output from one of those (PID 18303 is server, PID 26188 is client):

    udp        0      0 0.0.0.0:2302            0.0.0.0:*                           18303/arma3server_p  
    udp        0      0 0.0.0.0:2303            0.0.0.0:*                           18303/arma3server_p      
    udp        0      0 0.0.0.0:2304            0.0.0.0:*                           18303/arma3server_p                                       
    udp        0      0 0.0.0.0:2305            0.0.0.0:*                           18303/arma3server_p            
    udp        0      0 0.0.0.0:2316            0.0.0.0:*                           26188/arma3server_p
    

  10. One thing i noticed is that F-15 is extremely agile for such a heavy plane, even when fully armed.

    I hasn't used real one, of course, but is it actually THAT agile (probably more agile than F-16)?

    It makes bombing runs a bit tricky when you use joystick, just a little pressure on roll axis and your plane doing a full barrel roll in less than a second.

    • Like 1
×