Skip to main content

Tool to enable a more concise and thematically structured creation of mods for Crusader Kings 2

Project description

Suvorov: Expanded scripting language for CK2

Suvorov allows you to write CK2 modifications in a more concise and organized fashion, grouping features together according to your own file structure instead of splitting each individual feature up over a multitude of folders. For example, if you have an event that fires on a specific action and adds a character modifier, you can group the on_action, the event and the modifier together in the same file. If you add a new province, you can define its history, titles, holder character etc in the same file. If you create a trait that unlocks an associated targetted decision as well as a maintenance event to fire for all trait holders, there is no need to pollute three different subfolders. This way, mods are more maintainable and adding or removing features doesn't mean you have to go through several different files.

Install

Install with pip install suvorov. Make sure to use pip3 if Python 3 isn't your default version.

Use

In the folder suvorovmods in your CK2 user directory, add a folder for your new mod. You can add any files according to the vanilla structure in this folder (e.g. gfx, interface, common), as well as new Suvorov-style files in the subfolder suvorov (you can use any folder structure inside this path).

Specify your mod metadata (name, picture, esc.) in modinfo.yml. Then simply call the command benedek build (modfolder) to prepare the mod so that CK2 can read it. Call the command again after you've made changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

suvorov-0.3.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

suvorov-0.3.0-py3-none-any.whl (19.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page