Page 1 of 1

Idea for a new scenario...

Posted: Sun Dec 17, 2017 5:00 pm
by tjhkkr
http://www.msn.com/en-us/news/world/cou ... li=BBnbfcL

I am not 100% certain how to model this, but this would be a good scenario, I should think.
Maybe a Communications Hub on both ends, but the cable itself might not be easy to model.
I am not even sure how the mission would be accomplished... specialized remote vehicles, diving teams, underwater demolition charges?

RE: Idea for a new scenario...

Posted: Sun Dec 17, 2017 5:49 pm
by Gunner98
I think you would need to model this indirectly. Place an area trigger, when a specific unit (UUV or mini sub) stays within it for X amount of time, you can then start turning some Comms off - either specific units or change side postures, or just give points. Quite similar to some of the events in Pole Positions.

B

RE: Idea for a new scenario...

Posted: Sun Dec 17, 2017 6:12 pm
by mikmykWS
Yeah for an example look at how postures and sides are wired up in Operation Lightning Strike under standalone scenarios. I created some subnets for air defenses. The programmers limited this to one or two levels down so keep that in mind.

There is also a lua function to break its connection from a sides network. I used it in special actions in Salvo but here's a sample
ScenEdit_SetUnit({Name="Korea SAM Bty (THAAD)", OutOfComms="True"})

Hope this helps!


Mike