How government-specific flags work #123
moretrim
started this conversation in
Show and tell
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
For the most part and for a given
TAG
, HPM-derived mods uses the ideology-specificTAG_monarchy.tga
,TAG_republic.tga
, etc. flag. Which government uses which flag is set accordingly:ccHFM/common/governments.txt
has the broad rules, here's for instance why absolute monarchies (appropriately) use theTAG_monarchy.tga
flag:ccHFM/ccHFM/common/governments.txt
Lines 70 to 79 in ed312bb
In contrast here's why the more exotic theocratic government uses the unspecific
TAG.tga
flag:ccHFM/ccHFM/common/governments.txt
Lines 141 to 148 in ed312bb
Notice the absence of a
flagType
rule.Each tag has the opportunity for one exception in its respective history file (i.e.
ccHFM/history/countries/TAG - Country.txt
). Here's Scotland:ccHFM/ccHFM/history/countries/SCO - Scotland.txt
Lines 53 to 56 in ed312bb
This is a roundabout way of using the (normally) unspecific
SCO.tga
for an absolutist Scotland, which looks like:(Some tags have multiple
flag = ...
entries in onegovt_flag
block which is a bug, and is tracked at Invalid govt_flag blocks #34.)Put together:
"govt_flag"
and refining from there)"flag = theocracy"
seems to be the normal way to go about this)PAP
is the Papal states, with the flag to go): these governments are Autonomous Dependency, Dominion, or TheocracyBeta Was this translation helpful? Give feedback.
All reactions