自作帝国MOD覚書

 Steamで購入して以来、バカみたいにハマってしまったParadox社の新作スペオペ4X。
 公式がMODを推奨しているということで、日本語化をはじめ早速いろんなMODが出ていて楽しいですね。
 今、自分で考えているのは自作帝国のMOD。まあこれなら楽にできるかな、と思いましたし。ただ、帝国の紹介文がどこにあるかで結構探したので、書いておきます。

作成済み帝国(prescripted empire

元データの場所:..\Steam\steamapps\common\Stellaris\prescripted_countries\00_prescripted_countries.txt
元紹介文の場所:..\Steam\steamapps\common\Stellaris\localisation\prescripted_l_english.yml(英語)

■MODDING覚書:
00_prescripted_countriesの中身は以下のようになっている:

humans1 = {
name = "humans1"
spawn_enabled = no # yes / no / always

name_list = "Human"
ship_prefix = "UNS"

species_name = "Human"
species_plural = "Humans" #we should localize this!
species_adjective = "Human"
species_class = "MAM"
trait = "trait_quick_learners"
trait = "trait_nomadic"
portrait = "human"
adjective = "Human"

government = "indirect_democracy"
ethic = "ethic_xenophile"
ethic = "ethic_fanatic_individualist"

flags = { human_1 custom_start_screen }

weapon = "tech_missiles_1"
ftl = warp

planet_name = "Earth"
planet_class = "pc_continental"
initializer = "sol_system_initializer"
system_name = "Sol"

graphical_culture = "mammalian_01"
city_graphical_culture = "mammalian_01"

empire_flag = {
icon= {
category = "human"
file = "flag_human_9.dds"
}
background= {
category = "backgrounds"
file = "00_solid.dds"
}
colors={
"blue"
"black"
"null"
"null"
}
}
#leader = {
# name = "Dolores Muwanga"
# class = ruler
# portrait = "human_female_05"
# experience = 1200.0
#}

ruler = {
name = "Dolores Muwanga"
gender = female
portrait = "human_female_05"
texture = 0
hair = 1
clothes = 0
}
}

 name = "*****" が帝国の参照名で、prescripted_l_english.ymlの中身ではこの参照名順に紹介文が並んでいる。

EMPIRE_DESIGN_humans1:0 "United Nations of Earth"
EMPIRE_DESIGN_humans1_desc:0 "The myriad Human nations that constitute their interstellar government are disparate, yet united in purpose. These bipedal mammalians have developed a society that encourages and even thrives on individual freedoms and cultural differences - as a result, Humans tend to integrate well with alien populations.\n\nDespite this, they have strong martial traditions (produced by millennia of intermittent warfare on their homeworld) and their sometimes aggressive and unpredictable nature should not be underestimated."

この2つのファイルを自作してMODとして追加すれば、自作帝国が登場するはず・・・