Jump to content

PravusJSB

ED Closed Beta Testers Team
  • Posts

    324
  • Joined

  • Last visited

5 Followers

About PravusJSB

  • Birthday February 17

Personal Information

  • Location
    UK
  • Occupation
    Engineer
  • Website
    https://www.patreon.com/XSAF

Recent Profile Visitors

6897 profile views
  1. I don't think so but I'm not an expert on pre-coded features. It is possible and would be fairly easy to script though. Are you OK with Lua scripting?
  2. Hey, I can help to create something for you to do the job if you like. Drop me a line.
  3. Only AI sensors can paint onto F10, human sensors don't sadly. If you want to cheat and allow a reveal of the FoW in certain area's I posted up my simple and very cheaty method for doing that on someones similar post a few months back. I think maybe I included code, idk.
  4. There's no currently visible method in Lua scripting to query current task's. Your best bet is to write a little tracker class that holds info of what you've sent/pushed yourself, assuming you're tasking yourself in script rather than the ME.
  5. If you have any overclocks remove them? Update your GPU driver and do any win updates, maybe try optional too. Then see how you go.
  6. How are you spawning the second one and what are the both, player or AI or both?
  7. If you sleep the Lua mission thread then you'll pause the simulation, but for future thought when I do need to make Lua sleep I have a function that solves some complex math in a for loop and i've roughly got it to take a float to determine how long the loop should run (keep solving) and thus pause the thread, in seconds.
  8. Hi Pravus,

    How is everything going?  Did you get the F-15E?  I have a quick question ... by any chance do you know if there is a way to determine if a group us in 'Uncontrolled' or 'Late Activation'?

    I also made this post in case someone knew:

    Thanks!

    - Rex

    1. PravusJSB

      PravusJSB

      Yea i think there is a method for it (isActive) that you can call on the unit, there might be another or the same for the group level, I'll have a check.

    2. Rex

      Rex

      thanks, I appreciate it!

    3. PravusJSB

      PravusJSB

      Did you sort one to query 'is controlled'?

  9. Hey buddy, i dont mind if you want to add me to Discord and i'll try to help you solve.

  10. you could visualise it by setting off flares on along the edges of a box to answer that I have no clue, never used other than sphere.
  11. When it comes to tasking, however you can get it to play ball is a win.
  12. I guess if you just clear tasks it will RTB to the closest base as it has no instructions or waypoints.
  13. In terms of performance, I'm passing the whole Syria map into the function and the end to end execution time is 0.001, so the performance seems great.
×
×
  • Create New...