Jump to content

Recommended Posts

Posted

Hello..

My first attempt to create a mission here, so please be forgiving..

 

Ok, so I want a radio trigger for pilot to speak a voice file and ground JTAC to respond with another recorded voice file.

 

Let me iterate:

 

So I am flying A-10 Warthog, and I need to speak target description to JTAC, then I need to trigger an argument of whether the description is right or wrong in the form of a radio sound message.

 

f-10

 

"Tracked, Green top, looks like possible Tunguska, please confirm.."

 

the argument would be,

 

" F10/1 , the target is correct, how fast are they going?"

Or

"F10/2, this is not your target, its a white top, possible ZIL-131, blue hood, doing 40 miles on the road southeast of T-Town heading to shore"

 

In other words I want to trigger the whole conversation in sequence. I could use time more but that is not what I'm after.

 

Thanks in advance

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

Posted

Triggers

 

Once // Time is More(2) // Radio Item Add (JTAC, 1, 1) && Radio Item Add (Option1, 2, 1) && Radio Item Add (Option2, 3, 1)

Once // Flag is true(1) // Sound to All (JTAC.ogg) && Radio Item Remove(JTAC)

Once // Flag is true(2) // Sound to All (Option1.ogg) && Radio Item Remove(Option1)

Once // Flag is true(3) // Sound to All (Option2.ogg) && Radio Item Remove(Option2)

Playing: DCS World

Intel i7-13700KF, 64GB DDR5 @5600MHz, RTX 4080 ZOTAC Trinity, WIN 11 64Bit Prof.

Squadron "Serious Uglies" / Discord-Server: https://discord.gg/2WccwBh

Ghost0815

Posted

mwd, what is a flag?? If I start the mission from mission editor clean (new mission), what is the flag and how much is it (what is the value at mission start)?

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

Posted
mwd, what is a flag?? If I start the mission from mission editor clean (new mission), what is the flag and how much is it (what is the value at mission start)?

 

Flags simply store a numerical value. All flags default to a value of 0 unless they are changed by triggers. Flags can also be evaluated as true/false, in that case a value of 0 means its false, and any non zero number would be true. For radio items, when a player selects the option from the F10 radio, it will set the flag value to whatever is specified. In mwd2's example each radio command sets flag 1, 2, or 3 to true, which in turn will play the corresponding audio file.

The right man in the wrong place makes all the difference in the world.

Current Projects:  Grayflag ServerScripting Wiki

Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread)

 SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum

Posted

So the flag can increase in value depending on events? For example I got 4 tanks, ABCD,each with 25 value for flag. so if I set flag with unit dead A, B that means on a 100% condition for flag (50%) mission is half way through? Of course provided no other flags assigned for other areas.

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

  • Recently Browsing   0 members

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