安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/1067631798/1457328927847710008/#c2666626567704802521
or adding support for RS at least.
Actually quit easy by editing
1067631798\events\esap_events_ethics.txt
like this
#Militarist 1, adds modifier to larger ships
ship_event = {
id = esap_ethics.3
hide_window = yes
is_triggered_only = yes
trigger = {
owner = {
has_ascension_perk = ap_esap_militarist_1
}
Or = {
is_ship_size = battleship
is_ship_size = titan
# built-in support for RS
is_ship_size = rs_battlecruiser
is_ship_size = rs_ea_cruiser
is_ship_size = rs_support_cruiser
is_ship_size = rs_dreadnought
is_ship_size = rs_heavy_dreadnought_type_a
is_ship_size = rs_heavy_dreadnought_type_b
is_ship_size = rs_heavy_dreadnought_type_c
is_ship_size = rs_heavy_dreadnought_type_d
is_ship_size = rs_heavy_dreadnought_type_e
is_ship_size = rs_heavy_dreadnought_type_f
is_ship_size = rs_heavy_dreadnought_type_g
is_ship_size = rs_heavy_dreadnought_type_h
}
}
common/ascension_perks/00_ascension_perks.txt
common/megastructures/06_matter_decompressor.txt
The mod is named:
The utopian dream 2.6
Thanks!
Behemoths of War is already compatible with NSC's large ship classes IIRC. SImply expand the coverage so that the Attack Moons, Planetcraft, and Systemcraft ships so that the bonuses apply to them as well.