Skip to content
Alexedishi edited this page Jul 27, 2026 · 11 revisions

banner.png

The Community Mod Framework for Victoria 3 aims to support compatibility between different mods and provides features to improve the modding experience.

This Framework is designed to be invisible to the player when not in use and does not modify gameplay or balance.

Getting Started

Steam Page

https://steamcommunity.com/sharedfiles/filedetails/?id=3385002128

Setting Dependency

To set this mod as a dependency to your own mod, you will need to add this to your metadata.json file:

  "relationships" : [
    {
      "rel_type" : "dependency",
      "id" : "com.github.Victoria-3-Modding-Co-op.Community-Mod-Framework",
      "display_name" : "Community Mod Framework",
      "resource_type" : "mod",
      "version" : "1.*"
    }
  ]

Also remember to add the mod to your required items on your own mods steam page.

Features

Feature Description
Mod Detection Triggers Shared triggers for detecting mods

Contributors

  • TODO

Clone this wiki locally