Jump to content

riboyster

Members
  • Posts

    317
  • Joined

  • Last visited

Posts posted by riboyster

  1. [REPORTED]Cannot Exit F10 Map

     

    In the tomcat, when entering custom points (for Jester to enter into nav), I can enter the point just fine. However, I cannot go back to pit or into any other view afterward. Almost as if I cannot deselect the text field of the point I just entered, even though it has clearly been deselected. Can't use anything on the keyboard, actually.

     

    Makes entering custom points into Tomcat a game breaker.

  2. Hey guys. I was just wondering if there is any way to align before starting the motors. I've noticed that I can do it on ground electric power, but then when I switch to pilot seat and start the motors, Jester starts it again from ground zero.

    Has anyone come up with a way to get around this? I'm not a fan of wasting fuel on the tarmac if not needed.

     

    Thanks!

  3. I can't figure out what I'm doing wrong. I've set up a bombing run using jester, switched to a/g hud, and even gone back seat to verify all settings are correct. Not seeing a pipper or ORD on hud like on all the vids. Any ideas?

    Any way to reload the A/G hud cassette?

  4. He did it right, I got the same debug.

     

     

    Sorry but I don't see any differences between this code and the previous one I already put in my file :

     

     

    if events events[e].initiator ~= nil then

    hit_table[events[e].initiator] = nil

     

     

     

     

    ???

     

    PB0 there is a typo I found here. Should be

     

    if events[e].initiator ~= nil then

    hit_table[events[e].initiator] = nil --once kills for the dead aircraft are awarded, remove it from the hit_table. The aircraft remaining in the hit_table after completed log evaluation are only damaged.

    end

     

    Debug pic in attatchment.

    Untitled.jpg.71ca0cdf9ac4006c2a97a8edaf4ef7ca.jpg

  5. Can anyone confirm this is working yet? Also, I can't get the generator to make it the time of year I plug in. For example, if in the init script or the status script, I make the month '1' (january), the mission still generates April.

     

    Original mission without EPLRS was working fine after the update. Just tested it the other day, HARMS and all!

     

    Edit: Mission seems to be working fine and generating new missions with no problem if I exit before takeoff. Maybe something to do with objects being destroyed?

×
×
  • Create New...