Page 31 of 36 FirstFirst ... 21272829303132333435 ... LastLast
Results 301 to 310 of 356

Thread: RUM Assets

  1. #301
    Yes, supply by sling load and para drop from helicopters or fixed wing. (No sling loading a C130 though )

    Raptor and I are making a concerted effort to stop breaking things and get everything stable enough to release. I've been working at switching to fixed wing to FSM to try to improve performance on "big" MP missions which might not be as noticeable otherwise. Raptor has been improving the attack helos which will have a cool new features. Supply is pretty much in the bank.

    No Supply picks yet, but a friend put this video together so here is some proof we've been working hard and not hardly working...
    http://www.youtube.com/watch?v=BxFRh...ature=youtu.be

  2. #302
    Second Lieutenant Kremator's Avatar
    Join Date
    Jun 8 2007
    Location
    Cambridge, UK
    Posts
    4,966
    Good video Draper! Going FSM is a superb way to go - glad to hear it.

  3. #303
    Awesome, good to hear about Supply and ParaDrop, and FSM sounds like a great improvement as well.

  4. #304
    Draper,

    I know your working on an update but I am trying to use your FXD Spawn Strike and it will not delete aircraft when it returns to spawn point, this code is the same in all FXD Spawn but something doesn't get past the Waituntil line; Is there a quick fix?

    _stg = "RUM_FXD_spwnend = """ + _planestg + """;";
    [group _pilot,_spwn,_stg] call RUM_FXD_egress;

    RUM_FXD_spwnend = "";
    waitUntil {(!alive _plane) or (RUM_FXD_spwnend == _planestg)};
    RUM_FXD_spwnend = "";

    deleteVehicle _pilot;
    deleteVehicle _plane;

  5. #305
    _stg should be in a waypoint completion statement, so that when the waypoint completes it fires the waituntil. So you'd need to look a few lines above to fix it probably.

    I'll PM you some info on how to get the latest source code so you can get the working FSM. For now you'll have to keep it hush-hush, in exchange you can report any other bugs you find.

  6. #306
    Second Lieutenant Kremator's Avatar
    Join Date
    Jun 8 2007
    Location
    Cambridge, UK
    Posts
    4,966
    Every time I see a post from you Draper I get excited! If you need another hushhush beta tester then look no further!

  7. #307
    lol, ok check your inbox

  8. #308

  9. #309
    Second Lieutenant Kremator's Avatar
    Join Date
    Jun 8 2007
    Location
    Cambridge, UK
    Posts
    4,966
    My lips are sealed

  10. #310
    Ok Thanks, that was a experience downloading each file! Do you want me to PM what I find or post?

    Thanks by the way I will take a look and test now.

Page 31 of 36 FirstFirst ... 21272829303132333435 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •