Starbound

Starbound

The Viera of Ivalice: Crew Customization + Patch
22 Comments
freyjasvalkyrie13  [author] 4 May @ 7:59am 
This is a patch for the Crew Customization + mod to ensure Viera crew members work with it. I didn't create CC+, only the Viera of Ivalice mod. Keeping it separate ensures that it remains optional for players, as not everyone uses CC+.

I am also not sure I could patch it within the base mod without creating problems.
Solzucht 3 May @ 11:19pm 
Maybe i am ignorant, but why isnt this just in the Basemod if your also the creator of that one?
Trying my best to keep my modlist somewhat short :P
freyjasvalkyrie13  [author] 27 Apr @ 12:28pm 
Fixed the Discord link on this page. I didn't realize it was broken x_x
freyjasvalkyrie13  [author] 29 Mar @ 10:10pm 
@SealonBoard I'm happy to have solved the problem! Thank you for bringing it to my attention ^_^
SealonBoard 29 Mar @ 10:08pm 
@freyjasvalkyrie13 That innatestatuseffect is from the Too dumb to live mod, but I doesn't use it for normal crews. I unpacked it, and made a npctype.patch file for Nuru and Viera race. The other crews doesn't have that code, but immune to lava and poison.

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.
freyjasvalkyrie13  [author] 29 Mar @ 8:42am 
@SealonBoard So it doesn't seem like Crew Customization + adds the innateStatusEffects listed below in your comment. Does one of your other mods add that information? I'm looking through your list of crew mods right now to hopefully track down the issue. If its something I can patch in for another mod you're using, I will ^_^
SealonBoard 28 Mar @ 11:43pm 
Code example.

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}
}
]
SealonBoard 28 Mar @ 11:40pm 
@freyjasvalkyrie13 I tested with the new update, (protection value changed to 1.5). And the stat shows normally now, so the bug seems to be fixed to the stats area.

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.
freyjasvalkyrie13  [author] 28 Mar @ 8:08am 
@SealonBoard Thank you for the list of mods. I was hoping FU would be in there somewhere, as once I added some missing patches on my end for FU crew members, Viera stats then displayed for me. It's possible that a crew member obtained before my stat prior shift could be bugged, but I'm not sure. Maybe try recruiting another Viera crew member and see how their info displays.

I'll also go through your mod list and see if anything might directly conflict.
SealonBoard 28 Mar @ 4:01am 
@freyjasvalkyrie13

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
freyjasvalkyrie13  [author] 27 Mar @ 1:32pm 
@SealonBoard I'm still rounding out a fix for this. Out of curiosity, could you share your mod list?
freyjasvalkyrie13  [author] 27 Mar @ 11:17am 
@SealonBoard You're welcome. This may take me a bit of time today, as I'm having trouble finding a fix. My apologies. Hope to have it ready soon.
SealonBoard 27 Mar @ 9:37am 
@freyjasvalkyrie13 Thank you for the generousity for taking this small bug swiftly!
freyjasvalkyrie13  [author] 27 Mar @ 9:18am 
@SealonBoard Thank you a lot for investigating the issue! These screenshots are very helpful. I just went through and replaced "protection" for my NPCs that have it, and also noticed that EnergyRegenPercentageRate is also something that is patched by the mod, so I'm going to address that as well and see. Doing some testing now to see how things play out.
SealonBoard 27 Mar @ 9:13am 
The case when erase some file in previous version

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3453066233
https://steamhost.cn/steamcommunity_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.
freyjasvalkyrie13  [author] 27 Mar @ 9:04am 
@SealonBoard Thanks a lot for these screenshots! Working on a fix now. My apologies!
SealonBoard 27 Mar @ 9:03am 
And the normal working stats only shows when using the previous version, (before the protection).

And delete all files except the vierabase patch and vieracrewmember patch.

I'll upload the normally working screenshot quickly.
freyjasvalkyrie13  [author] 27 Mar @ 8:39am 
@SealonBoard

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!
SealonBoard 27 Mar @ 8:20am 
It works with the march 24th version, but it shows undentified after the following updates.

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.
freyjasvalkyrie13  [author] 26 Mar @ 2:20pm 
My apologies, just now set up the required items! It requires both Viera of Ivalice and Crew Customization + in order to work ^_^
Kinsect 26 Mar @ 2:17pm 
Is this meant to work with Crew Customization + or can it work by itself?
It's missing it's dependencies ^^;;