安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






"Moduler MOD" is incorporated into this MOD.
MOD更新しました。
"Moduler MOD"を内蔵したので別に読み込む必要なくなりました。
"Moduler MOD"を読み込んでも書いてあること一緒なので問題ありません。
Author ... weregamer
Reduced Splicing Cost
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2427810574
My MOD
Moduler MOD (Gene Hunter) と 本体が必要。
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2259019988
今までは20ターンほど費やして1体ずつ移民受け入れていく方式でした。
それを完全体を1回受け入れるようにしました。
これにより、遺伝子ハンター系MOD併用状態で3~4ターンくらいで完全体取得できます。
バックグラウンドで動作しているクエストの最大発生回数は9999回にしています。
ただし、この数字は星系の空き人口なかったり何だりでクエスト発生失敗したときも含まれていると思います。
特に用がないときはクエスト装備船を星系に送ったりせずにどっかにしまっておくか、装備外しておくか破壊するなりしてください。
今回からはModuler MOD (Quest)必須になって、このMOD自体はバックグランドで動作します。
クエストポップアップしませんし、貴方宛てに通知でません。
No quest notifications will be sent to you.
It will work in the background.
Instead of factions acquiring skills one by one, I have changed it to accept perfect horatio immigrants.
With the following mods, you can get perfect_horatio in 3 to 4 turns.
This quest is set to occur up to 9999 times.
(However, I think the number includes quest failures, so please remove the ship's quest equipment when it is not needed.)
Also, this mod itself does not notify you of quests. The quest will not pop up.
Author ... weregamer
Reduced Splicing Cost
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2427810574
My MOD
Moduler MOD (Gene Hunter)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2259019988
For some modders, taking a mod and uploading a tweaked version is considered to be plagiarism. That is why I was keeping Genes of Destiny as more of a personal project than something to be widely distributed.
Still, if Google Drive is keeping you from downloading, that is an issue. If that is the case, I will try uploading Genes of Destiny to Steam after modifying a bit further.
Why not just Uplord it as a separate mod in Steam WorkShop rather than writing it here?
(It's about google drive.)
Just write "improved version of Yutan's mod" and I have no complaints.
.
.
.
Problematic people are the following.
They copied the Mod Cord and Mod's description to Steam WorkShop in full and said, "I'm the original, he copied it.".
Specifically. Planet Size Improvements MOD.
he is original...https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1224504743
copy...https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1556482597
copy...https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2202283613
It should be noted: When a module is rewarded from completing immigrant quests, it causes the immigrant modules to become obsolete. Be sure to switch on the "view obsolete" option during ship design.
Multiple immigrant modules can be used to complete multiple immigrant quests in one go. Just keep your population cap in mind.
A revised version of Yutan's mod, The Road to Perfect Horatio. The changes are as follows:
1: The immigrant modules have been given names and changed immigrant loads. Instead of "1516", it is now something like "Food, Horatio, Amblyr". This lets the player know what citizens the module has.
2: When using the "homeworld" option, immigrants appear in a order that favors industry and food. This is to help accelerate the early game while splicing citizens.
3: The mod "GeneSplicingfCostReduced", is incorporated into the mod. This is to help reduce the size of mod orders and ensure mod functionality.
As ever, feel free to use to incorporate the changes if it pleases you.
The Genes of Destiny
https://drive.google.com/file/d/1tjLBhAyhAa_xxGjqHgnDy1mb8yMljcci/view?usp=sharing
GeneSplicingCostReduced Mod is ...
in Registry.xml
<AssimilationThresholdFormula>1</AssimilationThresholdFormula>
vanilla is ...
in Registry.xml
<AssimilationThresholdFormula>2 + $(AssimilatedPopulationsCount) * 2</AssimilationThresholdFormula>
Therefore, the number of people does not increase per extraction if you have a mod in it.
Because "(AssimilatedPopulationsCount * 2)" is not written.
I'm guessing that the mods are not enabled, or that another similar mod is counteracting the effect.
I went to check to see if I made a mistake.
No matter how many times I extracted it, one was enough for me.
Besides, the center choice quest and the rightmost choice quest's immigration increase code are the same description.
There is no difference.
Center Choice Quest
<Action_SpawnPopulation>
<Input_Empire VarName="$CurrentEmpire"/>
<Input_System VarName="$HomeSystem"/>
<Input_Amount VarName="$Amount01"/>
<Input_PopulationAffinity VarName="$Affinity_01" />
</Action_SpawnPopulation>
Right Chice Quest
<Action_SpawnPopulation>
<Input_Empire VarName="$CurrentEmpire"/>
<Input_System VarName="$OutputNode"/>
<Input_Amount VarName="$Amount01"/>
<Input_PopulationAffinity VarName="$Affinity_01" />
</Action_SpawnPopulation>
This is a diversion from the quest to deliver the Horatio ship that occurs when exploring in Vanilla.
You can change the passengers on a Immigrant ship by change the Quest_Module.
Thank you for the report.
You'll have to wait and see what I do with that Trait.
I'll deal with it after I've done some test play.
If compatibility with the trait is added, I think an extra dialogue choice to delay the quest each turn would be useful. It can take several turns to find a nice planet to claim as home.
United Empire sub-factions
"AffinitySheredyn"
"AffinityMezari"
Vaulter sub-factions.
"AffinityVaultersScience"
"AffinityVaultersMilitary"
I'm glad you're happy for me.
GeneSplicingfCostReduced MOD
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1231152698
Thank you for the report.
Now, Completed the quest with HoratioRoad.QUEST_19.
It is 20 turns to welcome "HoratioRoad.QUEST_19"'s immigrants.
Add the text "LAST TURN" to HoratioRoad.QUEST_19.
I plan to be able to rewrite it in about 30 minutes.
So, it's currently 20 turns in, and although I haven't announced the completion of the event, it is complete.
Old Version, (1 turn Quest);
Requirements ....... Horatio Faction
Required Mod ....... GeneSplicingfCostReduced MOD
Now Version, (1 turn Quest);
Requirements ....... none
Required Mod ....... GeneSplicingfCostReduced MOD
I don't know if i can check for "<Trait Name="FactionTraitPerfectGenes2"/>" in the quest.
That's why I'm going to erase the requirement and add a quest branch.
I would rewrite the quest as follows
On your first turn, ask if you want the quest to occur.
With this change, it will now take 21 turns to complete the quest.
Rewriting the MOD ICON is a pain in the ass, so I won't do it.
Hmmm.
You're asking me to change the requirement to "Gene Hunter affinity" because you want to use it in online multiplay, right?
<!--============ PREREQUISITES ============-->
<Prerequisites Target="$(Empire)">
<PathPrerequisite Flags="Prerequisite">EmpireTypeMajor/ClassPopulation,ClassPopulationEmpireAffinityHoratio,PopulationMajor</PathPrerequisite>
</Prerequisites>
I did a search for "Gene Hunter affinity".
( /Simulation/FactionTraits[Affinity], FactionTraits[Affinity_DLCx], FactionTraits[Affinity_UpdateX], Faction[Major], Faction[Major_DLCx], Faction[Minor], Faction[Minor_DLCx].xml )
But I couldn't find the file.
Where is the "Gene Hunter affinity" file?
Aside from that, looking forward to playing a campaign with the mod. :)