PMC Tactical Combat Mission Scenario Editing

Scenario Editing

Afghanistan .btt files are not compatible with Black Sea, when you try to load them... nothing happens.

Comment from somewhere: Put the [scenario] file in the Campaign folder: this is not a real campaign, but only a scenario that uses the capabilities of the campaign to permit the presence of two different options. Hmm what does that mean? :)

Terrain Elevations

Direct button is kind of like painting a terrain elevation contour lines. Difficult to explain but its as close to automatic terrain smoothing editing as can be in that shitty editor.

With direct its actually somewhat OK to create nice looking terrain without spending too much time on it.

Map Overlay Image

Map overlay image feature came in on some WWII crap title (don't know which one), so basically for me this is only available on Black Sea (and Battle for Normandy v3.0 upgrade if you choose to buy that).

  1. Decide how big your terrain is going to be
  2. Crop an image (from Google Maps, Google Earth, some map you found somewhere, aome aerial photo, whatever) to those dimensions
  3. Name your image from Step 2 correctly: "special editor overlay.bmp", and place it in your Z dir
  4. Open up scenario editor, load your terrain
  5. You will see your overlay, but it'll be compressed. Use the + buttons to stretch your terrain to the desired dimensions, and the overlay image will stretch right along with it. Once you get to the right size, there should be no distortion in the overlay image.

Hint: use the O key to alter the transparency of the overlay when you're adding map elements.

Another one:

For elevations, I used the polygon tool in google earth and raised it so it was barely showing. Then I used the line/path tool and traced the contour. Then I would bump up the elevation of the polygon 10m and trace another contour. I labeled each contour with a pin and the elevation. Once in the editor and properly sized, the elevations are really easy to trace using the direct elevation option. I was able to get map contours looking very realistic using this method.

Scenario Briefing

Mission Text (briefing?) template, do not remove ^ characters:


Situation

^

Mission

^

Friendly Forces

^

Enemy Forces

^

Plan

^

Notes

The template texts above are headers in briefing, meaning you should replace them with the actual text like "Situation" should be just the situation text which is placed under the situation header in-game. Hope that makes some sense :)

Designers notes do not have any kind of formatting, no ^ characters there.

AI Plans

Scenario editor "A.I." dropdown menu.

Initial Unit Placement

Select Plan 1 (Blue) for BLUFOR side. Select used frequently, group 1. Now paint into the map on setup zones where the units should be in start of the scenario. You cannot place units outside the setup zone.

Unit Movement

Select Plan 1 (Blue) for BLUFOR side. Select used frequently, group 1. Next to Setup dropdown, click Add button. Now Order 2 is selected in the dropdown. Now just paint into the map the location where you want the units to move.

Campaign

Core Units File

Not a playable mission, its just the starting core units. These units are then tracked from scenario to scenario so any losses are removed from future scenarios.

Purchase some units, create title and briefing, nothing more as everything else is ignored.

Core units should be special which are central to the campaign storyline. You should or need to populate campaign scenarios with basic cannon fodder units using Unit Editor.

Core units really is storyline only stuff, I mean think about it... if you have only the core units in a campaign, once they are destroyed the campaign is over. What's the point of 10+ missions if the campaign is over after first mission :)

Primary and Branches

Campaign has two sort of scenarios; primary and branches. Primary are those where player wins perfectly, branches are used if player fails a scenario.

If campaign designer wishes to do so, theres no need to be any branches at all.

You can do scenario loops where player is sent to a scenario he player earlier. However any terrain damages, destroyed vehicles etc are NOT saved so the scenario is fresh. It might be a good idea to avoid such loops so campaign wont feel lame.

Scenarios

There is nothing special in camapign scenarios, they are just the same as normal scenarios.

Battle selection image is ignored, no need to create that.

To import core units into your scenario, use "Import Campaign Units" option. Then you can turn off units which you don't need and add any units you wish.

Note: in Combat Mission Afghanistan scenario title name and file name had to be the same, but in CM Black Sea you can use different title and file names. In campaign script file you just point to the file name, which is how it should have been in the first place.

Campaign Script File

From Combat Mission Black Sea CM Engine Manual v3.01 PDF file:


/*
Note the characters before and after this text. They allow designers to put in comments, or notes,
such as why something was done a certain way. Anything between these characters is ignored by Combat Mission.
Otherwise an error will occur when the Campaign is compiled.
*/
// Alternatively two back slashes can be entered to create a comment. There's no functional difference
between this method and the previous mentioned method.

/* Campaign Header*/
[PLAYER FORCE] blue // options are: blue/red
[HUMAN OPPONENT ALLOWED] no // no/yes
[BLUE VICTORY TEXT] You won!
[BLUE DEFEAT TEXT] You lost!
[RED VICTORY TEXT] You won!
[RED DEFEAT TEXT] You lost!

/*Battle #1*/
[BATTLE NAME] My First Little Battle // note, do not include ".btt", just the file name
[WIN THRESHOLD] tactical victory // total defeat, major defeat, tactical defeat, minor defeat,
//draw, minor victory, tactical victory, major victory, total victory
[NEXT BATTLE IF WIN] My Second Little Battle
[NEXT BATTLE IF LOSE] // a blank signals an end of the campaign
[BLUE REFIT %] 20 //always express this a number between 0 and 100
[BLUE REPAIR VEHICLE %] 40
[BLUE RESUPPLY %] 70
[BLUE REST %] 80
[RED REFIT %] 10
[RED REPAIR VEHICLE %] 10
[RED RESUPPLY %] 50
[RED REST %] 60

/*Battle #2*/
[BATTLE NAME] My Second Little Battle
[WIN THRESHOLD] minor defeat
[NEXT BATTLE IF WIN] // end campaign
[NEXT BATTLE IF LOSE] // end campaign
[BLUE REFIT %] 20
[BLUE REPAIR VEHICLE %] 40
[BLUE RESUPPLY %] 70
[BLUE REST %] 80
[RED REFIT %] 10
[RED REPAIR VEHICLE %] 10
[RED RESUPPLY %] 50
[RED REST %] 60

Compiling a Campaign

Put all scenario files of the camapign into single directory (the core units file doesn't have to be in the same dir).

  1. Enter the Editor
  2. Load the Core Units File
  3. Click on the Editor selection popup menu and choose "Make Campaign"
  4. A dialog comes up that gives some reminders of what is about to happen.
  5. When you click on Make Campaign, an Open Dialog comes up and asks for the Campaign Script File
  6. Select the Campaign Script File and click "Open".
  7. If the Script File contains no errors, a new file, with the .CAM, extension appears in the Campaigns directory. The file name is taken from the currently open scenario, which should be the Core Units File.

Creating Quick Battles

Any regular scenario can be turned into Quick Battle Map (QBM), you could simply copy existing scenario into QBM dir.

QBM's must have:

Any units placed in QBM's are simply ignored and deleted.

The type of terrain you set for a map determines when it will be available for quick battle.

Probe, attack and assault maps are selected when either of these options is selected for a quick battle. Meeting engagement maps are only selected when the player chooses to play a meeting engagement scenario.

Creating Campaigns

Create campaign name, it all begins with a name. In example purposes we use "PMC_My_Campaign" here. Use PMC Mission Name Generator and then create the directory into PMC_Files\ dir.

Create core units scenario, put in title/description, purchase units if you want, then save it to campaign dir using its name with underscores. For example "PMC_My_Campaign.btt" file name. Write nice designers notes text which explains something about the campaign.

For individual scenarios, take terrain files or perhaps existing scenarios and copy them into the campaign dir. For being lazy I only used "m001.btt" etc which is simple file name to handle.

Open terrains/scenarios in scenario editor, place units (at minimum) and perhaps setup zones and AI plans. Terrains I'm not so sure but at least scenarios should have everything ready for campaign scenario use. Basically you should refer to scenario design here ;)

Create campaign script file named "PMC_My_Campaign.txt" into the campaign directory.

Compile campaign :)

Afghanistan Scenario Editor

If you only purchase/select units but not deploy them, then they all start from same corner of the regardless of the starting zones. You must place units in the starting zones or locations of your choosing for scenario to work.

If you not set any "plans" for AI, they are not doing anything, they just sit there. You must add plans for them to move into objectives. First setup units in activated troops window to groups using F1 through F8 function keys. Second setup A.I. -> Plans (red/blue), choose Plan -> Group, then choose Order 2 through 16 and paint location to occupy. Now this group will travel and occupy that area.

Briefing text is done from Mission -> Mission (red/blue) sections. When creating new mission you get text template, you can export this to text file, edit that (do not remove the ^ characters, those are separators, just edit the text) and then import back in.

Creating campaign: put all scenarions in a single directory. In editor load core units file. Choose make campaign and select campaign script file. New .CAM file is created to campaigns directory using core units file name (core units file should be open?).


/*
Note the characters before and after this text. They allow designer to put in comments,
or notes, such as why something was done a certain way. Anything between these
characters is ignored by Combat Mission. Otherwise an error will occur when the
Campaign is compiled.
*/

// Alternatively two back slashes can be entered to create a comment. There's no functional
difference between this method and the previous mentioned method.

/*
Campaign Header
*/
[PLAYER FORCE] red // options are: blue/red
[HUMAN OPPONENT ALLOWED] no // no/yes

// this will be displayed at the end of the campaign. Write something really cool congratulations stuff.
[BLUE VICTORY TEXT] You won!
[BLUE DEFEAT TEXT] You lost!

[RED VICTORY TEXT] You won!
[RED DEFEAT TEXT] You lost!

/*
Battle #1

And this one has to be the same as the mission name
AND mission file name must be the same as mission name. AAARGH! :(
*/
[BATTLE NAME] Snake_Scenario_Test-001 // note, do not include ".btt", just the file name

[WIN THRESHOLD] tactical victory // total defeat, major defeat, tactical defeat, minor defeat,
//draw, minor victory, tactical victory, major victory, total victory
[NEXT BATTLE IF WIN] Snake_Scenario_Test-002
[NEXT BATTLE IF LOSE] // a blank signals an end of the campaign
[BLUE REFIT %] 20 //always express this a number between 0 and 100
[BLUE REPAIR VEHICLE %] 40
[BLUE RESUPPLY %] 70
[BLUE REST %] 80
[RED REFIT %] 10
[RED REPAIR VEHICLE %] 10
[RED RESUPPLY %] 50
[RED REST %] 60

/*
Battle #2
*/
[BATTLE NAME] Snake_Scenario_Test-002
[WIN THRESHOLD] minor defeat
[NEXT BATTLE IF WIN] // end campaign
[NEXT BATTLE IF LOSE] // end campaign
[BLUE REFIT %] 20
[BLUE REPAIR VEHICLE %] 40
[BLUE RESUPPLY %] 70
[BLUE REST %] 80
[RED REFIT %] 10
[RED REPAIR VEHICLE %] 10
[RED RESUPPLY %] 50
[RED REST %] 60

Black Sea Scenario Editor

In v1.01 elevations editing in 4km x 4km terrain probably doesn't work? (also in small map, had no effect when changing elevations) :) (this might have been fixed in v1.03 upgrade, but I'm not sure).

If you make A.I. Plans for "Setup" and paint a zone for them to be located at mission start, this zone must overlap the setup zones. If you want your AI to start from setup zone and then move/advance into the ai-plans-zone, then use Add Order #1 thingy and paint the zone where you want them to move.

Black Sea v1.01 Elevation editing doesn't work, unless you edit one or more elevations in the extreme left edge of the terrain.

If you try to make 4km x 4km terrain, its laggy as shit and seems like the enemy AI will not move properly, they wait for long time before starting to move and they they stop to think again, its odd to say the least.

Shock Force Scenario Editor

Its pure horror to edit it as the scenario editor is laggy as shit, its basically unusable with larger terrains than 1km :(

Campaign

Core Units file, campaign script txt etc pretty much the same as in Black Sea. No designer notes.

Manual about campaign creation is pretty much the same in Black Sea, so not much has changed since Shock Force release.