Crusader Kings III

Crusader Kings III

Hometowns
Mekbots  [developer] 17 Feb, 2024 @ 11:21am
Other Addons
If you've created a Hometowns Addon for another mod, feel free to post it here and I'll consider putting it in the description too.

To create add-ons, all you need to do is create a mod with an event called 'hometowns_events' and assign characters by historical ID a barony to be born in the same way as this or existing addons. Then if you have Hometowns running, it will read and run the event on game start automatically (in place of the original Hometowns one which adds birthplaces for vanilla starting characters).

The entry in the event should look something like this:
character:Baratheon_2 ?= { # Robert Baratheon set_variable = { name = hometowns_birthplace value = title:b_storms_end.title_province } }
Last edited by Mekbots; 23 Feb, 2024 @ 4:09pm