-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
UnassignedThis item has not yet been assigned to a developer.This item has not yet been assigned to a developer.
Milestone
Description
From the NSC Suggestions Forum:
What are the chances of replacing references of "is_country_type = default" to "is_playable_country = true"? This would help a great deal with compatibility with mods that allow you to play as fallen/ascended empires (e.g. ZoFE). Thanks!
I think I got it wrong - is_playable_country is defined by ZoFE, and so wouldn't be available unless it was pre-defined.
As far as I can tell, the code is this:
#Mod compatibility, used to replace all instances of is_country_type = default
is_playable_country = {
any_playable_country = {
is_same_empire = prev
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
UnassignedThis item has not yet been assigned to a developer.This item has not yet been assigned to a developer.