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://forum.paradoxplaza.com/forum/threads/return-defense-stations-and-fortresses-to-the-current-starbase-system-starbase-menu-defense-section-update-ion-cannon.1494003 /
I keep the mod until the mod Author tell me to delete it or update his mod.
https://sp.zhabite.com/sharedfiles/filedetails/?id=2501114149
if you dont want this posted in the Comments pls delete this comment.
Hello Dominator, your Assembly mods "in the war" I am extremely interested in. I've been interested in modding in Stellaris for a long time, but I only started doing it fully in the last month. By myself, I only learn the basics of modding, but I have already analyzed some of your mods by updating the Planetary Guns. Can I take some of the ideas/code from your modpack to bring your ideas back to life in 2.8, combining them with my idea of Stellaris of the future. Sorry for my English I am not know in very well. Can I try publishing them again?
is the mod broken? can you explaine?
OR = {
is_country_type = default
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
}
instead of
is_country_type = default
in events eac_aw_dpl_actions.2, eac_aw_dpl_actions.3, eac_aw_dpl_actions.4, eac_aw_dpl_actions.10
Thanks
This should be enough for compatibility when it comes to country types and shouldn't conflict with anything
owner = {
OR = {
is_country_type = default
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
is_country_type = ascended_empire
is_country_type = lost_empire
}
}
Currently the mod doesn't interact with ZOFE's Ascended Empires or those who have renounced their ascendancy, resulting in some platform shenanigans during total war
I have also posted the edited file in your room in the Discord. Feel free to use it.
(This is the same mod ID as my original mod implementing this idea until it got incorporated upstream, no point in creating a new one)
If a fallen empire manages to get a hold of a disabled platform with the option off, whether through conquest or the user turning the option on and back off again, then those platforms should should still fall under the wakeup logic instead of sitting there unrepaired for all eternity.
to
owner = {
OR = {
is_country_type = default
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
}
}
(With proper indentation which Steam eats up)
For events eac_aw_dpl_actions.2, eac_aw_dpl_actions.3, eac_aw_dpl_actions.4, and eac_aw_dpl_actions.10 in events/eac_aw_dpl_actions.txt
Platforms owned by FE/AEs wake up and start repairing after the configured wake up delay.
I looked at the events and saw that
eac_aw_dpl_actions.2, eac_aw_dpl_actions.3, eac_aw_dpl_actions.4, and eac_aw_dpl_actions.10 still trigger on owner = { is_country_type = default }, instead of also checking for fallen empires like the eac_aw_dpl_actions.1 does
I'm just starting a game with it and looking at the options, it shows 360 days for the timed negative modifier, however it only displays as 36 days, is that supposed to be, is it just a visual issue or technical as well?