安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I checked again, and it was only vieracrewmember has protection value in the game, don't have to erase the moogle's one.
It was strange that it was compatible at the past,
With this mod and the main mod used together, there are double "protection value" at crewmember's npc files, erasing the patch's protection value will do the trick.
Is this matter of the protection value again?
Since this compatibility patch "adds" protection value, although the main mod has the value of 1.5,
I will try to erase at the compatibility patch's "add" protection value lines,
Then I will try to change add to replace lines,
I'll report again if the problem has been solved.
I am also not sure I could patch it within the base mod without creating problems.
Trying my best to keep my modlist somewhat short :P
I had a blurry memory that crew customaization's adding protection value to 0 makes that immune effects, but that's not certain.
Above all, by changing the status value to 1.5, the stat view has fixed, the main bug has solved. And I use my own patch to make them immune to posion and lava.
And if you could add seperate patch from the code below('Too dumb to die mod)' to vieracrewmember and mooglecrewmember npcfiles, and that could be the easiest comprimise to who want their crews to avoid dying from just pludging to lava and poison.
Thank you so much for your passion for solving this bug.
But this is just a tempory measurement for viera(or moogle)npctype.patch
[
{
"op":"add",
"path":"/innateStatusEffects/-",
"value":{"stat":"lavaImmunity","amount":1}
},
{
"op":"add",
"path":"/innateStatusEffects/-",
"value":{"stat":"poisonStatusImmunity","amount":1}
}
]
But the lava/poison immune features are not working, so other users may have to use too dumb to die mod's code and duplicate it to patch to the viera and moogle crews.
I'll also go through your mod list and see if anything might directly conflict.
Here is my summarized list.
In game fixes : SB Patch Project, Vanila Texture Tweak, Quickbar Mini, Many Tabs and various race codex tab supports.
Big mods : Elithian Races, Shellguard, SxB and its race supports, Arcana, Betabound, Arcana Addon - Voyage, Ironsides, The Starforge, Project Ancient Cosmos, KraKoth mod and its addons, Knightfall, Project Redemption.
Race : Avail, Orcana, The VIera of Ivalice, Kazdra(Personal tweaked), Omen Race (Personal tweak to fix), shoggoth, Deadbeats, Playable Alpaca, Arsenalbound (Indix, Lastree), Braixen Race fired up, Ashspeakers' The House of Peace, Argonian Redux
Crew : NPC Spawner, Teenantator, Crew Customaization + , Better Crew and its addons, Hunter Crewmembers, Nuru-crewmember, Yet more things crew to do, Crew Energy Buff
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3453066233
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3453066335
In this case, there is no protection value set, so the crew customaization + have to provide lava/posion immunity to crews by using the setting base value to 0 (Protection) when normally works.
But, although the code is same, that doesn't works, so I used the "Too Dumb to die" mod and unpack it to give them immunities.
And delete all files except the vierabase patch and vieracrewmember patch.
I'll upload the normally working screenshot quickly.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3453059449
(Viera Crew Stats)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3453060242
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3453060414
I did add protection stats for several NPC types that were patched here, but didn't experience an issue recruiting on my end. Could you possibly provide a screenshot of it showing "unidentified"?
I'll work on this today and put out a fix asap!
Maybe... the protection value has added to crew npctypes, so adding the basevalue to 0 instead of 'replace', could be the issue?
I already tested it, but it doesn't solve the problem.
It's missing it's dependencies ^^;;