歐陸風(fēng)云4改派之如何添加默認(rèn)國家
創(chuàng)建一個自定義國家? 分兩種
一是打開游戲自創(chuàng)一個 還有就是添加默認(rèn)國家
以下是需要文件(以我的國家為例) 使用mod來加



就這些? 工具就是ps
1 準(zhǔn)備一張國旗 想好簡碼 YXR

剪切好格式 吧文件后綴改為 tga

然后放到gfx flags

在common的country中根據(jù)一些文件模仿寫

color可以自己定
下面將軍可以用自己名字加

用國家的簡碼防寫

還是仿寫
bonus野心
start開局加成
YXR_ideas = {
start = {
advisor_pool = 1
ae_impact = -0.10
}
bonus = {
war_exhaustion = -0.05
? ? ? ? ? ? ? ? unjustified_demands = -0.10
}
trigger = {
OR = {
tag = YXR
}
}
free = yes
yxr_cash = {
? ? ? ? ? ? ? ? production_efficiency = 0.25
? ? ? ? ? ? ? ? global_unrest = -2
}
yxr_divided = {
diplomatic_reputation = 1
? ? ? ? ? ? ? ? enemy_core_creation = 0.25
}
yxr_army = {
land_morale = 0.15
? ? ? ? ? ? ? ? infantry_power = 0.15
}
yxr_no = {
hostile_attrition = 1
? ? ? ? ? ? ? ? core_creation = -0.15
}
yxr_step = {
defensiveness = 0.15
? ? ? ? ? ? ? ? reinforce_speed = 0.15
}
yxr_can = {
global_manpower_modifier = 0.15
global_regiment_recruit_speed = -0.15
}
yxr_toleration = {
tolerance_heretic = 2
? ? ? ? ? ? ? ? tolerance_heathen = 2
}
}

為你的國家添加核心

仿寫
government = monarchy
add_government_reform = autocracy_reform
technology_group = chinese
religion = confucianism? ??
primary_culture = shandong_culture
capital = 2140 #Yanzhou
看到這里你就想問 怎么都是仿寫?從哪里仿寫?
這是比著葫蘆畫葫蘆 更簡單
到游戲里 按 ~ 輸入debug_mode 對準(zhǔn)國家看到國家tag?
想從哪里加國家就把附近的國家當(dāng)模板
最重要的一步? 本地化
這個最好從你的漢化mod localisation 里加

需要這兩文件
云平臺漢化??https://paratranz.cn/utilities/converter
注意用UTF-8-BOM的

還是比著葫蘆畫葫蘆

這里就純粹是自己瞎編
注意idea時寫前三行代碼是時大寫
YXR_ideas:0 "VQ t?V"
?YXR_ideas_start:0 "?y>N6R|^?vO?R"
?YXR_ideas_bonus:0 "QYe^yV"
后幾個小寫

自我感覺編的不錯

打開游戲 選擇你的mod

把他放出來


創(chuàng)建你的國家吧