Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

OutOfComms=”True”

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> OutOfComms=”True” Page: [1]
Login
Message << Older Topic   Newer Topic >>
OutOfComms=”True” - 6/1/2017 4:46:47 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
Hello,

The comms disruption brought in for CoW is so exciting that it prompted me to try some lua scripting.

My first forays into this went well. I used some of the examples available online and lua is a very powerful tool.

However, when I try my version of this example shown in Warfaresims.com:

ScenEdit_SetUnit({Side="NATO", Name=”Osiris”, OutOfComms=”True”})


I get an error. There is an unexpected character near a symbol, the console says. I know is not the unit name or the side. So it must be the OutOfComms part.

My question is: does OutOfComms part of the table requires some other piece of code? Is OutOfComms functional at this time?

Thanks,

JC


_____________________________

Post #: 1
RE: OutOfComms=”True” - 6/1/2017 4:50:38 PM   
mikmykWS

 

Posts: 11524
Joined: 3/22/2005
Status: offline
This is what mine looks like from Salvo in CoW

quote:

ScenEdit_SetUnit({Name="Guam SAM Bty (THAAD)", OutOfComms="True"})


Mike

_____________________________


(in reply to Real and Simulated Wars)
Post #: 2
RE: OutOfComms=”True” - 6/1/2017 5:01:18 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
Hi Mike,

Thanks for the quick response. What a mysterious thing ...

P/S I sent you a LinkedIn invite.

_____________________________


(in reply to mikmykWS)
Post #: 3
RE: OutOfComms=”True” - 6/1/2017 5:01:32 PM   
Dimitris

 

Posts: 13282
Joined: 7/31/2005
Status: offline
I see that the quotes in the Name and OutOfComms properties are "italic" style whereas the quotes on Side are "straight". Maybe this is the reason? (Lua is sometimes nitpicky on character parsing.)

_____________________________


(in reply to mikmykWS)
Post #: 4
RE: OutOfComms=”True” - 6/1/2017 5:04:55 PM   
mikmykWS

 

Posts: 11524
Joined: 3/22/2005
Status: offline

quote:

ORIGINAL: Chelco

Hi Mike,

Thanks for the quick response. What a mysterious thing ...

P/S I sent you a LinkedIn invite.


Thanks! Got it!

Mike


_____________________________


(in reply to Real and Simulated Wars)
Post #: 5
RE: OutOfComms=”True” - 6/1/2017 5:15:50 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
Thanks!

Dimitris, I think that has to be it. Can't wait to get home and try it.



_____________________________


(in reply to mikmykWS)
Post #: 6
RE: OutOfComms=”True” - 6/1/2017 11:40:11 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
Well, that was it. Thanks for your help. It's all working now.

Cheers,

JC

_____________________________


(in reply to Real and Simulated Wars)
Post #: 7
RE: OutOfComms=”True” - 6/3/2017 3:49:44 AM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
At 1653 local time, Georgian SOF operator Nikoloz Kimerioni accidentally dropped the totality of the communications equipment of his team into the violent currents of a rain-swollen Khipsta River.

Team Alpha has gone silent a few minutes after calling for CAS.

Attachment (1)

_____________________________


(in reply to Real and Simulated Wars)
Post #: 8
RE: OutOfComms=”True” - 6/4/2017 4:16:12 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
A couple of minutes earlier, eager to get a better sight at an unidentified group of men suspiciously moving on the slopes north of Abgara (12 km north of the Gudauta Military Airport), Nikoloz decided to take advantage of the clear lines of sight offered by the riverbank. Moving from boulder to boulder and attentively listening to his earpiece, he settled for a tall rock. He could see the two A-10Cs he called for support, and waited with much anticipation for a readback. But he lost his step and sled down the rock, barely avoiding falling into the waters. His radio, along with the Tactical Tailor pouch, easily detached from his plate carrier because of a lousy MOLLE job. Both took a dip into the waters of the river, never to be seen again.

This blog post is about how to set up a communications disruption in CMANO and how such disruptions affect the tactical picture of the player and his virtual units.

I wanted to simulate a couple of A-10Cs (Flight 544) staying in a holding position, waiting for calls from a land unit (SOF Team Alpha). And from there, the land unit's radio gone.

_____________________________


(in reply to Real and Simulated Wars)
Post #: 9
RE: OutOfComms=”True” - 6/4/2017 4:17:41 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
To edit an scenario with communications disruption, the first thing to do is to set it up in a way that allows such thing.

Editor->Scenario Features + Realism Settings. Check the Communications Disruption option.


_____________________________


(in reply to Real and Simulated Wars)
Post #: 10
RE: OutOfComms=”True” - 6/4/2017 4:19:13 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
I then created a ASuW (ground mission) with a patrol area in the sea (red area in the screenshot below) and assigned the two A-10Cs to it (Flight 544). I know there are no targets in the "patrol area" so it is more like a holding position for the A-10Cs to loiter.

There are plenty of places to learn how to add a mission in CMANO. Note how I ticked on the option to let the A-10Cs to investigate targets outside the patrol area.

By allowing the A-10Cs to investigate contacts outside the patrol area, the A-10Cs will rapidly go an check out contacts obtained by other units like SOF Team Alpha. This is a rather lousy/lazy way to simulate a CAS request from the SOF Team Alpha. But it works just fine in this low unit density scenario.

< Message edited by Chelco -- 6/4/2017 4:20:34 PM >


_____________________________


(in reply to Real and Simulated Wars)
Post #: 11
RE: OutOfComms=”True” - 6/4/2017 4:23:08 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
And now, how to set up the communications disruption. In this Warfaresims.com article, it is explained that it can be done in a variety of ways. From just checking an option in the unit properties menu, to manually setting the damage of the hardware used for communications.

The third option, which is also explained in the article, is to use some lua scripting. I know nothing about programming, but I decided to give it a try. Setting up a comms disruption via a trigger was quite easy, I just used the code shown the Warfaresims.com article.


I created an event that is triggered at the time in which Nikolai dropped off his radio into the water. The action (shown in the left window) was to leave the SOF Team Alpha out of communications.

The lua command that is activated when the (rather unfortunate) event comes to life is:

ScenEdit_SetUnit({Name="SOF Team Alpha", OutOfComms="True"})

That's the same code shown in the article, with the name of the unit changed off course.

_____________________________


(in reply to Real and Simulated Wars)
Post #: 12
RE: OutOfComms=”True” - 6/4/2017 4:25:04 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
And that's it! The action can take place without my intervention. So I just click "play" and sit back to watch what happens.


Start of the scenario. SOF Team Alpha is on patrol north of Gudauta airbase. Flight 544 is moving towards their holding position.


_____________________________


(in reply to Real and Simulated Wars)
Post #: 13
RE: OutOfComms=”True” - 6/4/2017 4:26:10 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline

And a repetition of the tactical picture of the moment that Nikoloz took a bad step.

_____________________________


(in reply to Real and Simulated Wars)
Post #: 14
RE: OutOfComms=”True” - 6/4/2017 4:28:11 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline

Flight 544 continues their mission against the Abkhazian insurgents. Even without any contact with SOF Team Alpha, Flight 544's virtual commander "remembers" the contact position and now it has identified it as a hostile Abkhazian dismounted militia.

_____________________________


(in reply to Real and Simulated Wars)
Post #: 15
RE: OutOfComms=”True” - 6/4/2017 4:28:36 PM   
Real and Simulated Wars

 

Posts: 768
Joined: 8/6/2003
Status: offline
But as you can see from the message log's gray entries, SOF Team Alpha is getting into trouble.

Many thanks to Mike and Dimitris from WarfareSims with their help with the lua script.

To be continued.


_____________________________


(in reply to Real and Simulated Wars)
Post #: 16
RE: OutOfComms=”True” - 6/4/2017 5:13:19 PM   
Dimitris

 

Posts: 13282
Joined: 7/31/2005
Status: offline
Sweet! Can't wait for the rest.

_____________________________


(in reply to Real and Simulated Wars)
Post #: 17
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> OutOfComms=”True” Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

2.843