}
ministers = {
952901 = {
name = "xxx "
ideology = national_socialist
loyalty = 1.00
picture = yyy
head_of_state = prophecy_master
head_of_government = financial_giant
start_date = 1936.1.1
}
952902 = {
name = "xxx "
ideology = national_socialist
loyalty = 1.00
picture = yyy
foreign_minister = the_fate_of_the_sorceress
start_date = 1936.1.1
}
952903 = {
name = "xxx "
ideology = national_socialist
loyalty = 1.00
picture = yyy
foreign_minister = determined_of_the_pa
start_date = 1936.1.1
}
952904 = {
name = "xxx "
ideology = national_socialist
loyalty = 1.00
picture = yyy
foreign_minister = heaven_of_princess
start_date = 1936.1.1
}
952905 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
armament_minister = mecha_freak
start_date = 1936.1.1
}
952906 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
armament_minister = trick_or_treat_God_ii
start_date = 1936.1.1
}
952907 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
armament_minister = money_speaks
start_date = 1936.1.1
}
952908 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
minister_of_security = Three_without_girl
start_date = 1936.1.1
}
952909 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
minister_of_intelligence = four_beauties
start_date = 1936.1.1
}
952910 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
minister_of_security = flower_girl
start_date = 1936.1.1
}
952911 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
minister_of_security = machine_girl
start_date = 1936.1.1
}
952912 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
minister_of_intelligence = mysterious_woman
start_date = 1936.1.1
}
952913 = {
name = "xxx"
ideology = social_liberal
loyalty = 1.00
picture = yyy
minister_of_intelligence = pirates_of_the_sea_of_women
start_date = 1936.1.1
}
952914 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_staff = guardian_of_the_queen
start_date = 1936.1.1
}
952915 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_staff = lost_big_queen
start_date = 1936.1.1
}
952916 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_staff = Queen_is_blade
start_date = 1936.1.1
}
952917 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_army = sister_is_asylum
start_date = 1936.1.1
}
952918 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_army = sister_is_surprise
start_date = 1936.1.1
}
952919 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_army = tsam_sister_technology
start_date = 1936.1.1
}
952920 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_navy = base_control_doctrine
chief_of_air = naval_aviation_doctrine
start_date = 1936.1.1
}
952921 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_navy = power_projection_doctrine
start_date = 1936.1.1
}
952922 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_navy = open_seas_doctrine
start_date = 1936.1.1
}
952923 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_air = army_aviation_doctrine
start_date = 1936.1.1
}
952924 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_air = air_superiority_doctrine
start_date = 1936.1.1
}
952925 = {
name = "xxx "
ideology = social_liberal
loyalty = 1.00
picture = yyy
chief_of_air = carpet_bombing_doctrine
start_date = 1936.1.1
}
}
以上文字中xxx代表的是人名,中文即可,yyy為該人的頭像檔的名字,(頭像檔設置稍後放上,建議只設首5名人物,太多很麻煩)
graphical_culture = Germany指的是政治,外交等界面的background主題
有Germany,Us,Japanese,Soviet
而ideology = national_socialist指的是該人的政黨,
national_socialist是国家社會主義,小胡子的政黨
social_liberal是社會自由主義
stalinist是斯大林主義
fascistic是法西斯主義
paternal_autocrat是日本首相的政黨
然後到common內的countries.txt
在底部輸入
# New State
AAA= "countries/xxxxx.txt"
AAA為国家的3位英文字簡稱,(如ENG,英國;GER,德國)
xxxxx.txt為剛剛製的国家檔案的檔案名稱
在# New State上加一個空隙
如
PAR = "countries/Paraguay.txt"
PRU = "countries/Peru.txt"
URU = "countries/Uruguay.txt"
VEN = "countries/Venezuela.txt"
# New State
ABC = "countries/abcde.txt"
到commoncountry_colors.txt中的底部
輸入
#XXXXX
AAA = {
color1= { 179 128 104 }
color2= { 59 192 59 }
color3= { 59 128 192 }
}
XXXXX為国家英文全名
AAA是剛才的3位英文字簡稱,必須與剛才的一樣,然後的也是
一個国家的基本設定完成