Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamcommunity.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.