Jump to content

Recommended Posts

Posted (edited)

Is there a way to program a MP mission to either end after an amount of time, or before via the F10 menu for clients, so that a dedicate server could load the next in a list?  Thank you. 

Edited by Chipwich

R7 5800X3D / 64GB / MOZA AB9 Base / TIANHANG F-16 Grip / VPC T-50CM3 Throttle / Ace Flight Pedals / RTX 4080 Super / Meta Quest 3

Posted

To end the mission it could be as simple as this:

TRIGGER: ONCE -> CONDITION: TIME MORE(x) -> ACTION: END MISSION

 

To have an F10 radio command to load a new mission you could do this:

TRIGGER: MISSION START -> CONDITION: None -> ACTION: RADIO ITEM ADD FOR COALITION

1) select the coalition 

2) give a unique name like “Load Mission (name)”

3) set a flag ie: 1

4 set flag value ie: 1

 

TRIGGER: ONCE -> CONDITION: FLAG EQUALS(1,1) (same flag,value as the above radio command) -> ACTION: LOAD MISSION (select your mission)

 

Should be as simple as that, if there are any issues you run into feel free to post back here!

  • Like 1
Posted

Thanks @Wizxrd.  Just what I was looking for.  I had seen the END MISSION action but unsure how to implement the time part.  Also like the way you've shown how to use the F10 menu.

- cheers

  • Like 1

R7 5800X3D / 64GB / MOZA AB9 Base / TIANHANG F-16 Grip / VPC T-50CM3 Throttle / Ace Flight Pedals / RTX 4080 Super / Meta Quest 3

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...