Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






Another excellent QoL mod in a series of great mods. Thank you! I'm looking forward to using this mod once the fixes to the issues, mentioned below, are implemented.
If this isn't the fault of your mod at all then i apologize, i know this Hive mind having this CB is another mods doing and this could just be an unintended side effect of the two or even just the work of their mod and not yours
May I ask what happens if you lose the "shared border" status with in ally?
I think you should write in the description that these flags are added specifically on a yearly pulse and not say, a monthly or daily pulse as most players would expect. Perhaps just a small warning at the bottom that the mod updates flags once a year?
Thanks.
For the regular border check:
any_federation_ally = {
any_system_within_border = {
closest_system = {
limit = {
exists = space_owner
space_owner = {
OR = {
is_same_value = root
is_in_federation_with = root
AND = {
exists = overlord
overlord = { is_same_value = root }
}
}
}
}
use_bypasses = yes
max_steps = 1
}
}
}
For the defense pact/ guarantee border check:
any_federation_ally = {
any_system_within_border = {
closest_system = {
limit = {
exists = space_owner
space_owner = {
OR = {
is_same_value = root
is_in_federation_with = root
is_neighbor_of = from
AND = {
exists = overlord
overlord = { is_same_value = root }
}
}
}
}
use_bypasses = yes
max_steps = 1
}
}
}