Stellaris

Stellaris

39 次評價
夸特起源船坞(Kuat Drive Yards For Players Kuat Origin)
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
65.281 MB
2021 年 6 月 30 日 上午 7:56
2021 年 12 月 12 日 上午 5:52
23 項更新註記 (檢視)

訂閱以下載
夸特起源船坞(Kuat Drive Yards For Players Kuat Origin)

描述
2021.8.2 Mod framework refactoring
——————————————————————————————
This mod allows players to use the various functions of "Kuat Drive Yards" while choosing the Kuat origin.
Mod doesn't force the player to use Kuat Drive Yards when using Kuat origin. If you veto opening Kuat Drive Yards in the event dialog box, you can cancel the opening Kuat Drive Yards.
The author's English level is limited,And these words are translated by computer.
If there is a bug, explain it in the comments section. The author tries to solve the problem.
12 則留言
Inerael 9 月 19 日 下午 4:25 
still working, and amazing mod ! Just sad when can't edit the ship component they are too op :'(
Junko Space Mommy 2023 年 4 月 5 日 下午 12:30 
this mod still work with 3.7?
General Tennobi 2023 年 1 月 25 日 上午 8:53 
does this mod only allow us to customise 2 different versions of the executor? What if we want to customise other kuat ships like the resurgent or dominator?
CHCYQTXFS 2021 年 12 月 8 日 上午 12:15 
失效力···主机能看见巨型船坞选项能联系,客机也能看见巨型船坞但是就无法联系……
VII "The Chariot" 2021 年 10 月 22 日 下午 2:57 
Quick question what is the trigger to start the eternal fleet coming?
TheFatedDay 2021 年 6 月 30 日 下午 8:47 
我草,作者来力
清秋 2021 年 6 月 30 日 下午 8:01 
kuat_executor_events.txt 你就改了一个地方,一个事件,那你把那个事件单独写出来覆盖就行了,其他的不用覆盖,避免兼容问题,当然新的txt 一定要记得把 名字改成不一样的,不要同名覆盖,在事件这里可以用融合覆盖
清秋 2021 年 6 月 30 日 下午 7:59 
还有事件覆盖不需要全部覆盖的,你只需要把你要覆盖的那个事件写出来就行了,其余的不需要覆盖,txt也不用同名覆盖
清秋 2021 年 6 月 30 日 下午 7:57 
同理你其他地方every_country = {
every_playable_country = {
establish_communications_no_message = event_target:KDYP_kuat_shipyard_country
establish_communications_no_message = event_target:KDY_PLAYER_PEOPLE
}
}的,都改成every_playable_country = {
establish_communications_no_message = event_target:KDYP_kuat_shipyard_country
establish_communications_no_message = event_target:KDY_PLAYER_PEOPLE
}就行了或者every_country = {
establish_communications_no_message = event_target:KDYP_kuat_shipyard_country
establish_communications_no_message = event_target:KDY_PLAYER_PEOPLE
}
清秋 2021 年 6 月 30 日 下午 7:57 
然后你的事件 KDY_PLAYER_PEOPLE.6 不需要月检查,这会导致卡顿而且把
every_country = {
every_playable_country = {
establish_communications_no_message = event_target:KDYP_kuat_shipyard_country
establish_communications_no_message = event_target:KDY_PLAYER_PEOPLE
}
}
直接写成
every_playable_country = {
establish_communications_no_message = event_target:KDYP_kuat_shipyard_country
establish_communications_no_message = event_target:KDY_PLAYER_PEOPLE
} 就行