MOD BUILDER TUTORIAL

The Mod Builder is the primary tool used to create mods. The tool allows you define your mod's file structure, and will burn source files to the format optimized for the Essence Engine, then package them up in an Archive File.


Installing The Mod Builder

To install the Mod Builder:

  1. Launch Steam
  2. Click Library then Tools.
    • If you cannot find the Library menu, you may be in the wrong view. Click View and select Game Details.
  3. Right click on Company of Heroes 2 Tools and select Install Game…
  4. Complete the install wizard.

Make sure you have the latest .NET Framework installed.

Configuring The Mod Builder

To configure the Mod Builder:

  1. Launch Steam
  2. Click Library then Tools.
    • If you cannot find the Library menu, you may be in the wrong view. Click View and select Game Details.
  3. Right click on Company of Heroes 2 Tools and select Play Game…
  4. The Mod Builder should appear; click Tools then Options…
  5. Click the button beside the Game Path text box and select your Company of Heroes 2 local files folder.
    1. If you do not know your Company of Heroes 2 local files folder:
    2. Launch Steam
    3. Click Library then Game.
    4. Right click on Company of Heroes 2 and select Properties.
    5. Click the Local Files tab.
    6. Click Browse Local Files…
    7. Copy the path from Window Explorer.
  6. Click the button beside the Java Home Path text box and select your Java Runtime Environment folder. (If you have Java installed this field should be automatically populated for your.)
  7. Click the button beside the Flex SDK Path text box and select your Flex SDK folder.
    1. If you do not have the Flex SDK:
    2. Download the Flex 4.6 SDK
    3. Extract the Flex 4.6 SDK to a location on your computer.
Your options should look something like this when you are done:
ModBuilderOptions.png

Java and the Flex SDK are only required if you intend to create your own icons.

Mod Types

Type Tutorial Description
AssetPack Wizard Scenario art assets.
DecalPack Wizard Inventory decals.
FaceplatePack Wizard Inventory faceplates.
FatalityPack Wizard Inventory victory strikes.
ScenarioPack Multiplayer or single-player scenarios.
SkinPack Wizard Inventory vehicle skins.
PropertyBagGroupPack Wizard Tuning.
WinConditionPack Wizard Game mode.