Log in

View Full Version : Crimson Dawn (WIP)


Wolfcat
09-30-19, 11:29 AM
Hi, I am working a new RA based campaign that is based on current world events and use more modern equipment (such as VA class subs, Chinese Type 054A etc).
Just some background story:
The main character is the skipper for USS Virginia. It will take the player through Syrian civil war, War on ISIL, then goes on to a hypothetical war with China in Taiwan strait and an assistance campaign to Russian to help it squash an ultra-nationalist rebellion. I am planning for a series of 20 missions.

I currently have the first 2 missions 80% done (a tiny step but more are coming:)). Just need some help with using triggers and scripts in the mission editor.

Wolfcat
09-30-19, 11:36 AM
Mission 1: You just take command of SSN774. You are ordered to get underway and transit out Norfolk naval base. Half way through, you will receive an order for a rendezvous with a hovering helo to take on an important personnel.

Issue:
1. I created a destination event trigger to spawn the helo at Norfolk (this part is working cuz the incoming radio message is fine and helo spawned correctly)
2. The helo will fly two waypoints. At the 2nd waypoint, it will run a script to make it hovering at 80ft at designated location (this is working perfectly as well)
3. The helo has an attached "approach" trigger that says if the sub is within 0.04nmi of the helo, it will triggered and hovering script will be canceled and helo can head back home. (for some reason I cannot get this approach trigger to fire).

I change the distance requirement but nothing works.

Can someone give me some tips?

Thanks

p7p8
09-30-19, 11:45 AM
Only 20 missions? Why not 120? :D

Ok. stop joking. Im sure you should start from single player missions - you can always merge it in campaign. 20 missions is huge number of scenarios to make!
Its not so easy to make interesting scenarios in later stage of campaign. Usually first missions are boring "spying type" and easy to making in editor.

My suggestions:
I would like to see hard combat in first mission - of course with good backround as text in briefing. Second mission should be more tougher - for example trying to reorganize allied forces after defeated battle. Third mission should be preparation for counterattack - for example by gathering informations (not as always in first mission) and last one should be decissive battle. No need to make 20 missions where half of it are boring pretending whole in the water.

Btw if you release missions from campaign as single one, players will give you feedback or suggestions - thing very important for your motivation!

Please to reconsider your idea for campaign :)


edit:

Can you show your approach trigger?

Wolfcat
10-01-19, 12:26 PM
Point well taken about the length of the series. The number of missions is flexible. I am currently making single missions first then merge them into a campaign once everything is vetted out. However, I would appreciate it more if people can help me with solving some technical issues such as the problems I mentioned earlier. I am sure there are many people who know missions editor better than me.

p7p8
10-01-19, 12:35 PM
I can help you with technical problems.

Btw approach trigger works after puting it into dynamic group (with helo)?

Stewy1
10-01-19, 09:25 PM
Syrian civil war, War on ISIL, then goes on to a hypothetical war with China in Taiwan strait and an assistance campaign to Russian to help it squash an ultra-nationalist rebellion.

You're more than welcome to use/modify my maps that I've made. I've done maps of all of those places (and many more)

I also have a Kamchatka map that's ready to go too!

They're in the downloads section if you're interested! :up:
Stew

Wolfcat
10-02-19, 01:01 PM
Finally got the helo script working. Now I can rendezvous with the helo and after that it can cruise back to its base on its own. :Kaleun_Cheers: Mission 1 is pretty much done. I am on mission 2: operation green meadow-a training exercise in Caribbeans. You basically need travel through 3 different training circles:
1. In the 1st circle you need do max speed test, diving depth test and blow surfacing test. I can do depth test no problem. But how do I create a trigger that tests whether the ship reaches max speed? Also how do I trigger blow surfacing?

2. Circle 2 is a live fire training against a decommissioned Sprunance class destoryer. How do I make the AI not shoot back at me? Because my story plot is about training. The target is not supposed to shoot back at me.

p7p8
10-02-19, 05:03 PM
mission 2: operation green meadow-a training exercise in Caribbeans. You basically need travel through 3 different training circles:
Please no! :wah:
DW is old game and most of players play this game more than 2-5 years. Missions with speed/dive etc testing are worst one because they are completly boring.
90% of DW players played this kind of missions - trust me - its not funny experience.

But how do I create a trigger that tests whether the ship reaches max speed?
You need 2 triggers:
- first could be destination type with max speed = max -1
(for example LA max speed = 32 kts; max - 1 kts = 31kts)
- second should be automatic with Use Doctrine Language -> FirstFailedCriteria and select first trigger
So if player exceed 31kts, second trigger will fire

I didn't test it because its late but it should work.

Also how do I trigger blow surfacing?

Set Depth on first page of trigger to lowest value +1
(for example LA minimum depth is 31 ft so set 32 ft)

2 You can set Spruance as differend side and make this side in alliance with your (player) side. I think it should work.
You can also check making Spruance "neutral".

Also you can change Spruance to "shipwreck" - i think it will be also interesting. Shipwreck is in sub category -> civilian -> shipwrecks and set shallow depth - wreck will be partially above surface

Wolfcat
10-02-19, 09:28 PM
Please no! :wah:
DW is old game and most of players play this game more than 2-5 years. Missions with speed/dive etc testing are worst one because they are completly boring.
90% of DW players played this kind of missions - trust me - its not funny experience.


You need 2 triggers:
- first could be destination type with max speed = max -1
(for example LA max speed = 32 kts; max - 1 kts = 31kts)
- second should be automatic with Use Doctrine Language -> FirstFailedCriteria and select first trigger
So if player exceed 31kts, second trigger will fire

I didn't test it because its late but it should work.


Set Depth on first page of trigger to lowest value +1
(for example LA minimum depth is 31 ft so set 32 ft)

2 You can set Spruance as differend side and make this side in alliance with your (player) side. I think it should work.
You can also check making Spruance "neutral".

Also you can change Spruance to "shipwreck" - i think it will be also interesting. Shipwreck is in sub category -> civilian -> shipwrecks and set shallow depth - wreck will be partially above surface

Some great suggestions. I'll put them to work. Don't be discouraged by "training". I promise it's gonna be fun cuz you not only get to shoot stuff but also after you complete the 3 circles you get tasking for a special mission which I am gonna keep it secret for now. :O: Just start mission 3 about a patrol that leads to a real life event: cruise missile strike on Shayrat, Syria. I know USS Ross did it in real life, but here I am gonna give this honor to USS Virginia. :O:

Wolfcat
10-02-19, 11:29 PM
depth test and blow surfacing tests are good, but speed test is not getting triggered somehow.

FPSchazly
10-03-19, 07:30 AM
Don't be discouraged by "training". I promise it's gonna be fun cuz you not only get to shoot stuff but also after you complete the 3 circles you get tasking for a special mission which I am gonna keep it secret for now. :O:


Make the missions you wanna make! :up: But, I will agree that the sneaky, stalkery type missions that are very captivating to read about in books don't really translate to a video game like Dangerous Waters.

p7p8
10-03-19, 07:32 AM
depth test and blow surfacing tests are good, but speed test is not getting triggered somehow.
Sorry, I forgot about 1 important step (it was too late when i replied your post)

If you use FirstFailedCriteria you have to set duration in previous trigger (selected by FirstFailedCriteriatrigger)

Video from test

https://youtu.be/isCEq4DXPyo

(link to test scenario is in video description)

:salute:

Wolfcat
10-03-19, 09:57 AM
Make the missions you wanna make! :up: But, I will agree that the sneaky, stalkery type missions that are very captivating to read about in books don't really translate to a video game like Dangerous Waters.

I hear you. I am in your camp. Sneaky stalkery is for the cold war. We are in 21th century. Trust me. There will be a lot of things for you to shoot at and blow up. I am planning to have a bit of unrestricted sub warfare against China as the regional war intensifies. :O:

Wolfcat
10-03-19, 09:58 AM
@p7p9. Really thanks to your tips. Helps tremendously. Btw, can I use refire instead of duration? Or it's a bad choice here.

Wolfcat
10-03-19, 02:43 PM
I played mission 2 last night. I wasn't careful and went below the crushing depth, LOL.:haha:

p7p8
10-03-19, 03:08 PM
Btw, can I use refire instead of duration? Or it's a bad choice here.
You can use refire but NOT instead duration. Triggers with duration, can refire. But duration here is obligatory for correct working fo FirstFailedCriteria doctrine.

Btw I remember duration not works correct with aggregate triggers. I mean when triggers with duration are on aggregate trigger list.

Wolfcat
10-04-19, 12:16 PM
After I am done with Mission 3, I plan to post them online so people can play and give me some feedbacks. Just wonder where would be the best place to post them?

Stewy1
10-05-19, 05:06 AM
What about the Subsim downloads section, mate? :Kaleun_Thumbs_Up:
Stew

p7p8
10-05-19, 06:12 AM
I was waiting over year for permission to uploading on Subsim because admins 3 times missed my messages. I think request for permission to uploading is good choice but in meantime own google drive is better solution :)

Btw i think uploading small size files should be easier for users.

Wolfcat
10-05-19, 07:15 PM
Btw, I have a quick side question. I just got a new laptop with better components than my old desktop. However, my laptop doesn't have a CD reader. =( My Dangerous Waters is on 2 CD's. How could I possibly install the name onto my new laptop now? Is there any way to do this?

FPSchazly
10-05-19, 10:26 PM
Btw, I have a quick side question. I just got a new laptop with better components than my old desktop. However, my laptop doesn't have a CD reader. =( My Dangerous Waters is on 2 CD's. How could I possibly install the name onto my new laptop now? Is there any way to do this?


You can get a USB CD drive. Or make images of the discs and use a disc image mounter.

Wolfcat
10-09-19, 10:10 PM
How do I have a trigger that fires as soon as my tomahawks are launched.

p7p8
10-10-19, 06:07 AM
use attached trrigger (to your sub)

PAGE 1

Trigger activation:
- approach


PAGE 2

Side:
- any
Country:
- Civilian
Class:
- UGM Missile
Name:
- TLAM UGM-109 D User


PAGE 3

Radius: 0.10

Wolfcat
10-10-19, 07:59 AM
use attached trrigger (to your sub)

PAGE 1

Trigger activation:
- approach


PAGE 2

Side:
- any
Country:
- Civilian
Class:
- UGM Missile
Name:
- TLAM UGM-109 D User


PAGE 3

Radius: 0.10

Awesome. Thank you. You are the best. I am working on mission 4 and 5. 5 is a massive sea battle air, sea and underwater as a US strike group transit towards Taiwan strait.:haha:

Wolfcat
10-10-19, 08:10 AM
@p7p8. I just noticed the skins for Chinese Type 52C&D DDG and Type 54A FFG look different than before. Type 54A now looks like La Fayatte. I thought we used to have something that looks more like the reality.

Wolfcat
10-10-19, 10:41 AM
Just another few helps needed:
1. How do I make destination trigger into a rectangle instead of circle?
2. How do I make phase line when my ship passes that line then goal is complete?
3. Put a time limit on a goal. My ship needs reach a destination by a certain time otherwise mission fails

p7p8
10-10-19, 12:16 PM
1. You can't
2. You can draw very large circle (radius 300 nmi or more) where small "section" will be "almost line"
second option is to use many smaller triggers (with destination circle) next to each other.
3. Every trigger can start or end in specified time (page 3)


https://i.imgur.com/5RMF3Tf.png

In this case large number of destination triggers creates "virtual line"
Best to add 1 more aggregate trigger for binding all above.

Stewy1
10-10-19, 07:27 PM
What a great idea - I would have never of thought of that! :Kaleun_Cheers:

:ping:
Stew

ET2SN
10-10-19, 07:39 PM
Btw, I have a quick side question. I just got a new laptop with better components than my old desktop. However, my laptop doesn't have a CD reader. =( My Dangerous Waters is on 2 CD's. How could I possibly install the name onto my new laptop now? Is there any way to do this?

Or, if you don't mind buying the game again, head over to Amazon and search for Dangerous Waters and Strategy First. :yep:
Make sure you buy the DIRECT DOWNLOAD version of the game. It isn't that expensive and it will install directly to your lappy. :up: Its also already pre-patched to 1.04 and its a very stable version of the base game.


:Kaleun_Cheers:

Wolfcat
10-11-19, 07:58 AM
@p7p8, one of my missions, the own ship is tasked to ping the Akula. When Akula heard the ping, it will accelerate to 30, dive to 1000ft and turn to bearing 260. I created a script for that. When the ping trigger is fired, it will run the script. However, the Akula didn't dive or turn to the correct heading. But its speed increase was good. Is the depth number in meters or feets? I am afraid when I put in 1000, it actually meant 1000 meters, which was too deep and the Akula just ignored that.

p7p8
10-11-19, 09:26 AM
Depth in editor is always in feets.
Changing course/depth/speed by script should work.
AI could change it when engaging so it's important to make AI sub autonomous lowes as possible. You can do it by:

- selecting ROE = peace for Akula side (better is to make Akula neutral
- selecting "transit" tactic

Btw im not sure but active pinging could be readed as assumed hostile action. In RA AI submarines usually makes counter pings and attack - so make sure ROE = peace

Wolfcat
10-11-19, 10:07 AM
Depth in editor is always in feets.
Changing course/depth/speed by script should work.
AI could change it when engaging so it's important to make AI sub autonomous lowes as possible. You can do it by:

- selecting ROE = peace for Akula side (better is to make Akula neutral
- selecting "transit" tactic

Btw im not sure but active pinging could be readed as assumed hostile action. In RA AI submarines usually makes counter pings and attack - so make sure ROE = peace

I am not sure AI would counter ping in 1.48 any more. I know it would in v1.47. I never heard any counter ping in any of the missions I played so far. Anyways, back to the mission. ROE is set to peace and Akula never attacked. But Akula's tactic was set to random box. Would that affect anything?

p7p8
10-11-19, 11:35 AM
I think before making any scenario you should to read SCS-DW_Mission EditorManual :03:

Also good help is to check simple missions of other designers. Its because you sometimes ask for trivial things.
My scenarios are mostly for MP and are too complex for learning.

Check this awesome site:
SubGuru (http://www.subguru.com/dwmissions.htm)

Backing to question:
from my experience all tactics with search pattern are "aggresive". Also "barrier" tactic could give more autonomy to AI platforms.

"Transit search" tactic is less aggresive - AI works more carefully and doesn't engaging 5 seconds after enemy detection :)

For me "transit" is best tactic to keep AI movement quite stable. Warships are passive but still can respond to attack and defend themself.
it allows to make AI ship route in narrow straits or between small islands. (More aggresive tactics often ends running ship aground)


P.S. In RA 1.48 AI submarines are able to ping - i heard it sometimes.

Wolfcat
10-12-19, 01:59 AM
I got 4 missions ready. How do I share my google drive with you?

p7p8
10-12-19, 04:50 PM
Really?

:o

Wolfcat
10-12-19, 07:41 PM
@p7p8, come on. Stop teasing me. Tell me how to share google drive with you? I desperately need expert opinion on my missions. I am sure they need further perfection.

p7p8
10-13-19, 03:42 AM
Use any of dozens hosting file services - its simple.
You can also copy paste your mission here as text because missions (without password) are simple text files :)

But... finding this video took me 5 seconds

https://www.youtube.com/watch?v=CfSECNx6OUI

Wolfcat
10-13-19, 03:10 PM
https://drive.google.com/drive/folders/19PKKqqYDB4UpFwVrnGLk2_NzveBF2UuO?usp=sharing

Alrite. Let me know how you like these missions. Just some quick notes:

1. CT05: there is a bug with Chinese YJ-12 ASM. The missiles get launched then they will fall back into the water. Also some other weird AI behaviors:
a. F/A-18 will not engage enemy missiles
b. Airplanes' countermeasures are too powerful. I had 5-6 planes dogfighting each other for good 20 minutes, no one get shot down cuz all missiles got destroyed by CMs

2. CT01-CT03, missions may be too long cuz objectives are far from each other. But let me know what you think. I can move them closer if that's the case.

p7p8
10-13-19, 03:45 PM
Missions downloaded - thank you :)

Im not familiar with Chinese warships so i will check it later

For engaging missiles F/A-18 should have AAW weapon. In earlier version i used pair of F-16 for intercepting missiles and they worked fine. But later i removed fighters because AI fighters makes scenarios less stable - its big problem in MP sessions. I recommend you, do not use too many aircrafts in scenarios.

Before checking missions in editor i will try to play them :)

Thx again for uploading missions for test.

:salute:

Wolfcat
10-13-19, 08:45 PM
@p7p8, yeah all Chinese ship launched anti-ship missiles are bugged out. They immediately fall into water after launch. You can test it with my CT05 mission which portraits a big air and sea battle between China and U.S. I have the following suggestion for the next version of RA mod:

1. Tone down the effectiveness of aircraft's counter measures. It's so powerful that literally it takes 10-15 missiles to shoot one down.

2. Increase the effectiveness of CIWS (Phalanx, goal keeper and AK series on Russian ships) against anti-ship missiles. Right now, its only practice use is to shoot terrorist's rubber boats.

3. Need buff up SM-2 missiles. Not sure whether it is AI or something else. Ships tend to hold fire until enemies are very close then fire. I know they did something a while ago to limit the range SM-2s can be used. The missile is the slowest of all ship-born SAMs in the game and not very accurate. So SM-2 carrying ships are truly at a disadvantage.

4. Someone needs check Chinese stuff. Ship skins are very inaccurate. I remember we used to have a very good Type 054A model in RA. Also, I remember there used to be J-10 as well. H-6 bombers' ASM range too short.

5. CVNG and SAG formation travels are buggy. Sometimes after an attack, the escort ships would wonder off in different directions or just stupidly circles around while leaving the main ship (e.g. carrier) go on its own. This may be the game problem, not sure if RA can fix it.

Just my 2 cents. You can easily see what I am talking about using my CT05 or "invade motherland" in the standard RA mod.

p7p8
10-14-19, 10:59 AM
Ok, now lets begin form last mission:

It's big air battle while player is in the submarine and connot see it. For me its completly pointless because DW works far from perfect in simulation of air battles. Player task is to go fast and "to be aggresive" 50 nmi in front of CVN's 50 nmi but... reaching "Station Yankie" needs to pass 130 nmi!!!
And of course player shouldnt use time compression because above him have place great air battle - which greatly decreases game stability.
So if player will run with max tactical speed - 18 kts, reaching "Station Yankie" will take 7-8 hours!!! It will be very boring transit, because enemy submarines are spread out too far from each other and player haven't chance to detect all of them. Also they are too far form player to preventing them from attacking CVN's group before enemy will link CVN position.
Why there is no civilian traffic?

Mission "near" Syria waters where "near" is only 160 nmi from syrian shoreline.
And primary task is to monitor area with diameter of a circle = 60 nmi. Center of this circle is 115 nmi from Syrian border and there are 2 small patrol boats while wheather is really bad.
After this "monitoring you have to transit to "launching zone which is only 115 nmi from start position.

Once again this mission will be boring waiting for "something" with max time compression.

Mission 2 is about making speed & depth tests and again transit dozens of nautical miles without single interesting event: from 1 test circle to another :(
Btw why Spruance is not in test area from beginning?
Why you made maximum depth test trigger where depth needed to reaching is BELOW maximum depth 1690 ft instead maximum 1640ft?
Its funnu in this scenario is placed Akula with trogger "if akula attacked...". But this Akula is 130 nmi from closest TEST area!

Mission 1 with start in port. Player have to reach submerge area - 40 nmi from start position but first part of transit you cannot exceed 3 kts!
Of course this mission is very similar to Bill Nicholls first mission from RSR campaign. In my opinion its completly piontless to make "the same but for sub instead surf.

About campaing - all missions are in completly different part of world. What sense is to put them together to one campaign?
All of them are boring and far too long. Ranges from ships and for reaching patrol areas are huge - for few hours of playing without single interesting event in meantime :(

In my opinion this is because:
1. You haven't even basic experience in making missions. So instead malong dozens og boring missions to fill campaign, you should start with single player scenario - but with more interesting task than checking speed or running through dozens of "empty" nautical miles.

2. You should start making mission from selecting good area - not greater than 30x30 nmi or max 50 x 50 for biggest scenarios (but its not recommended for you)

3. "action" in mission should start between 30 - 60 minutes from beginning. It will give you 30 minutes for preparation like reaching good position or making good picture of situation.

4. Forget about big air battles in scenarios where player can take only submarine. It will increase stability and prevent from watching "how stupid it looks in DW" (in show truth mode)

5. Learn how to increase replayability - for example use random start position or random enemy etc.
Its possible to make all groups (like formations) with random positions or composition

6. Make missions where player don't need to transit dozens of miles for founding little patrol craft in the middle of ocean (in the middle of nowhere)
Finding small ship could be very interesting when toy start 20 nmi from it but its hard to identiffy correct ship. (many civilian ships have similar acoustic signature to patrol boats).

7. All civilian ships in your missions are too slow!
Don't use default speeds. Some time ago i found this sheet:

https://i.imgur.com/NJSJzDG.jpg

8. Check some other mission designers scenarios - you will lears about good distances, and some trigger/script solutions. I have learned this way. If you cannot resolve problems with thiggers - ask here. This is better than asking before trying to resolve problems

-------------------------

Afterall - i apreciate you did 4 missions but you have to learn how to make them interesting. In my opinion you should postpone campaign plans. Try to make 1 mission really challenging at first. For example you can rebuild mission with TLAM strike (but some missions of that kind were made). At first decrease mission area to 20 x 30 nmi, much closer to Syrian teritorial waters (12 nmi from land).
It is better place for OSA II class patrol boat. Make some random civilian traffic - for examle some fishing boats (first frequency 50 Hz) and 1-2 bigger ships.


Head up - im sure you can handle it. Im waiting for single player mission :salute:


edit:
So many typos - sorry :)

Wolfcat
10-14-19, 06:28 PM
It seems most of your complain is centered around I have too much real estate in my missions. That I do agree. It's an easy fix. As to others:

1. Air battle in CT05. I had no choice. Chinese subs mostly don't have ASM. Only Kilos do, but I can't have the area full of kilos. That's just too boring. In addition, Chinese surface ships' ASM are all fubar (all bugged out). So there is nothing to challenge the carrier task group except air attacks. But not sure if you have played thru the whole mission. The Ticon and Arleigh actually will take the airbase very quickly, so you won't have the aircraft issue later on. Maybe I'll have the player launch a tomahawk strike at the beginning of the mission as part of the goal.

2. The reason I put akula too far out is I am afraid when you kill the target in circle 3, the explosion would scare off akula. What is the max range that I do whatever I want without alerting enemy? 20nmi or 30nmi?

3. Syrian mission. The issue I have is that Syria doesn't have any decent ASW surface ships. So for that mission, I originally intended to use the air ASW as the main threat. So do you find air ASW counter attacks easy to deal with? Maybe I will increase the air threat a bit.

I will shrink the real estate and fix a few things and report back.

p7p8
10-15-19, 09:44 AM
1. Air battle in CT05. I had no choice. Chinese...
If Chinese works bad for your mission concept, you should change nation. Especially if all previous missions were on opposite side of globe.

Can you imagine some youtuber make "let's play" from your mission. For example in 40 minutes parts?
Part 1 - big air battle but player cannot see it so: nothing happenes (for him)
Part 2 - nothing happenes
Part 3 - nothing happenes
....
Part 8 - 50 Hz detected
Part 9 - Song killed
Part 10 - nothing happenes
....
part 22 - player arrived to his "patrol area" and.. no enemy there because all hostiles were killed in part 15 by AI but player didn't notice it
Part 23 - Mission END + watching replay

I think this "youtuber" will lost many subscribers :D

The same with TLAM strike mission. A difference is - in Part 7 player detect alone Osa II class patrol boat in the middle of nowhere :)
In my opinion this big determination (spending hours of game in transit) should be awarded by something more exciting than "tiny fish".

The truth is - these missions are boring to play, even if around something big happenes (like big air battle). You should make single missions more challenging. Even identification of correct target can be exciting. But in your biggest battle mission, player knows that everything he will find will be enemy and he haven't chance to defend CVN group.

Checking missions of other designers will teach you abut making correct distances. I can help you with triggers but please, don't make dozens of missions only because you said "i make campaign with 22 missions". Not always large numbers of missions means campaign is good.

Ohio trilogy - campaign with only 3 missions (and first is about transit) but this small campaign is very exciting to play. What you do in first mission, will have consequences in next missions. Playing this campaign was good experience and i recorded it 2 times - normal and aggressive playing.


In MP sessions best feeling is when some amount of time nothing happenes - game runs seemingly slow. But truth is - all players are preparing to big culmination. And suddenly all becomes "HOT" and very dangerous. This gives players constantly increased tension.
When you are in transit for 2 hours only increasing feeling is boring.
And after reaching destination your task is to go to max depth with max speed. Im sure most of players did it few times without any mission - just for fun.


So my advice. Please make mission with time limit 2-3 hours with some interesting events, with something challenging and dangerous for player. Dangerous would be not only strong opponent. It could be pressure for attacking correct target hiding between civilian ships. Or it could be tracking enemy battle group while you are waiting for order to attack and time for reciving "open fire" message is random.
There is so many ideas for good missions - barrier is only our imagination.

Captain Reyes
11-09-20, 06:39 PM
Where can I download this campaign?