level 9
我服了-600基础设施,关键还和钢厂抢煤炭,贸易优势没了
2025年07月22日 06点07分
2
level 1
\common\production_method_groups\07_government
把这段丢到末尾处
pmg_gangkouyunshu = {
texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
ai_selection = most_productive
production_methods = {
pm_wukeyunfuwu
pm_keyunfuwu
pm_keyunfuwu_2
pm_keyunfuwu_3
}
}
\common\production_methods\11_private_infrastructure
把这段丢到末尾处
pm_wukeyunfuwu = {
texture = "gfx/interface/icons/production_method_icons/anchorage.dds"
}
pm_keyunfuwu = {
texture = "gfx/interface/icons/production_method_icons/basic_port.dds"
unlocking_principles = {
pm_basic_port
pm_industrial_port
pm_modern_port
}
building_modifiers = {
workforce_scaled = {
goods_output_merchant_marine_add= -9 # 商船
goods_output_transportation_add = 15 # 运力
}
workforce_scaled = {
state_infrastructure_add = 5
}
}
}
pm_keyunfuwu_2 = {
texture = "gfx/interface/icons/production_method_icons/industrial_port.dds"
unlocking_technologies = {
gantry_cranes
}
unlocking_principles = {
pm_industrial_port
pm_modern_port
}
building_modifiers = {
workforce_scaled = {
goods_output_merchant_marine_add= -18 # 商船
goods_output_transportation_add = 30 # 运力
}
}
country_modifiers = {
workforce_scaled = {
country_convoys_capacity_add = 150
}
}
state_modifiers = {
workforce_scaled = {
state_infrastructure_add = 10
}
}
}
pm_keyunfuwu_3 = {
texture = "gfx/interface/icons/production_method_icons/modern_port.dds"
unlocking_technologies = {
concrete_dockyards
}
unlocking_principles = {
pm_modern_port
}
building_modifiers = {
workforce_scaled = {
goods_output_merchant_marine_add= -30 # 商船
goods_output_transportation_add = 50 # 运力
}
}
state_modifiers = {
workforce_scaled = {
state_infrastructure_add = 15
}
}
}
\common\buildings\11_private_infrastructure
搜pmg_base_building_port
在下面加上一行pmg_gangkouyunshu
缺点,要重新开档
不重新开档版本
\common\production_method_groups\07_government
搜pm_modern_port
在下面加上这三行
pm_keyunfuwu
pm_keyunfuwu_2
pm_keyunfuwu_3
\common\production_methods\11_private_infrastructure
把这段丢到末尾处
pm_keyunfuwu = {
texture = "gfx/interface/icons/production_method_icons/basic_port.dds"
building_modifiers = {
workforce_scaled = {
goods_input_clippers_add = 5 # 300
goods_output_merchant_marine_add = 1 # 商船
goods_output_transportation_add = 15 # 运力
}
level_scaled = {
building_employment_laborers_add = 700
building_employment_clerks_add = 200
building_employment_bureaucrats_add = 100
}
}
country_modifiers = {
workforce_scaled = {
country_convoys_capacity_add = 100
}
}
state_modifiers = {
workforce_scaled = {
state_infrastructure_add = 3
}
}
}
pm_keyunfuwu_2 = {
texture = "gfx/interface/icons/production_method_icons/industrial_port.dds"
unlocking_technologies = {
gantry_cranes
}
building_modifiers = {
workforce_scaled = {
goods_input_steamers_add = 5 # 350
goods_input_coal_add = 5 # 150
goods_output_merchant_marine_add = 2 # 商船
goods_output_transportation_add = 30 # 运力
}
level_scaled = {
building_employment_laborers_add = 500
building_employment_machinists_add = 200
building_employment_clerks_add = 200
building_employment_bureaucrats_add = 100
}
}
country_modifiers = {
workforce_scaled = {
country_convoys_capacity_add = 150
}
}
state_modifiers = {
workforce_scaled = {
state_infrastructure_add = 10
}
}
}
pm_keyunfuwu_3 = {
texture = "gfx/interface/icons/production_method_icons/modern_port.dds"
unlocking_technologies = {
concrete_dockyards
}
building_modifiers = {
workforce_scaled = {
goods_input_steamers_add = 5 # 350
goods_input_oil_add = 10 # 400
goods_output_merchant_marine_add = 3 # 商船
goods_output_transportation_add = 45 # 运力
}
level_scaled = {
building_employment_laborers_add = 400
building_employment_machinists_add = 250
building_employment_engineers_add = 50
building_employment_clerks_add = 200
building_employment_bureaucrats_add = 100
}
}
country_modifiers = {
workforce_scaled = {
country_convoys_capacity_add = 200
}
}
state_modifiers = {
workforce_scaled = {
state_infrastructure_add = 15
}
}
}
缺点,界面臃肿
商船单价是50,运力单价是30,想要咋配平你自己改就行了,蠢驴也支持不是整数的小数产出,只是我个人感觉怪怪的,你一艘商船也不想留可以换成小数塞进运力里
2025年07月22日 10点07分
5
level 1
\localization\simp_chinese\production_methods_l_simp_chinese
末尾处加上这一段
pmg_gangkouyunshu: "港口运输"
pm_wukeyunfuwu: "无客运服务"
pm_keyunfuwu: "客运服务"
pm_keyunfuwu_2: "大量客运服务"
pm_keyunfuwu_3: "港口专职客运服务"
忘了汉化,这里补上
2025年07月22日 11点07分
6
level 1
有一段搞错了,把unlocking_principles替换成unlocking_production_methods
2025年07月23日 07点07分
7
Bro控制台还是神秘dll文件
2025年07月23日 07点07分
@奥斯曼国第一苏丹 就第一段那个要重开档的代码里有一段搞错了,不用重开档的那段没事,文件你直接steam右键目录就能跳转到游戏目录,然后找game点进去,按照我上面给的文件路径找到txt,粘贴那些进去就行了
2025年07月23日 07点07分