Starbound
326 évaluations
Armor Adapt
3
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Taille du fichier
Publié le
Mis à jour le
18.506 MB
13 sept. 2021 à 21h42
10 juil. 2023 à 15h27
22 notes de changement ( voir )

S'abonner pour télécharger
Armor Adapt

Description
Brought to you by the RenTek Corporation
(Tailer needs work, I know, may make a better one later)

Armor Adapt is a utility mod that makes the basis for vanilla and modded items to change their images to fit your species and body type automatically.

How does it work?

So as long as the item has been made compatible and your race mod is set up to use Armor Adapt, armor adapt will try to change the images of the item to images that fit your species and body type. If the alternate artwork doesn't exist yet, then it'll either use a default outfit for the species or it will use the item's original images. Whether the species uses a default outfit or makes items with no alternate artwork yet use the original images is up to the race mod author for that species.

What else does it do?

Armor adapt also allows status effects to alter what images are being used in the conversion of your outfit images. This can be used to have outfits transform, force a specific outfit on status effect, or use a status effect for a temporary disguise. While Armor Adapt itself has no effects by itself (unless you manage to get a hold of the dog effect). it does allow other mods to use armor adapt to create these effects.

Armor Adapt has to be installed for other mods to change the images of their armor automatically, without Armor Adapt Installed, the items will revert to normal and will not convert, even with compatible mods installed.

Compatible mods:

Lucario Race
Galaxy Foxes
Saturnians (in the works)
Shoggoth (in the works)
Arachne (in the works)
Elithian Alliance (in the works)

All Vanilla outfits have compatibility, just waiting for other race mods to make compatibility.

If a mod is not compatible with Armor Adapt, the mod author of the mods you want could be reached out to, to make compatibility. It is best that the compatibility files are stored inside the mods you want instead of making a 3rd mod to bridge them as the compatibility is completely harmless and without Armor Adapt installed, it sleeps until it is needed.

Github with Wiki!!!
https://github.com/Zancuno/Armor-Adapt
Discussions populaires Tout voir (4)
5
26 déc. 2021 à 15h04
Mech and Tech issue
hypr
3
27 juin 2022 à 15h13
"Armor Adapt Build Script need update"
Luca the Rexcario
3
25 déc. 2021 à 8h16
Armor Adapt changes my char's sprite too intrusively and can't change it back
PHOENIX2145
142 commentaires
Zancuno  [créateur] 29 juin à 17h09 
@Zia Satazaki
If any of the params or config are modified it is treated as a new item because using descriptors match with true on for exact match in public build. The mismatch of stored table to what is being worn currently wakes the script up.

Also... how did I only receive the notification for this now?
Zia Satazaki 13 mai à 13h28 
re: adapting the nanofield - eh? it has no armor visuals though??
Zancuno  [créateur] 26 avr. à 21h25 
@Kinsect
Yeah that mod basically takes a predefined list of items and is like
Okay you are an avali, oh? you put on this item? yeah I'm replacing that with this one instead.

Armor Adapt changes images so you don't need new items.
Kinsect 26 avr. à 20h25 
Well that sucks (heck I even found a similar mod that does that but requires Species clothing)
but thank you for answering Zancuno
https://steamproxy.net/sharedfiles/filedetails/?id=1394999146
Zancuno  [créateur] 26 avr. à 19h48 
@Kinsect
Reminder that this mod cannot generate images with code, someone has to make the images. The base compatibility is mostly for allowing this system to be set up so artists can fill in the gaps,

Funny thing about the avali. They were the very first I reached out to when I first made this mod. They said no to putting the basic compatibility inside their mod because they were afraid it would mean the userbase would demand them to make art for all vanilla outfits. Funny thing, Skittles already has made the artwork a long time ago but they did not accept the compromise.

Anyone is free to make a compatibility mod though. Triage is scared of doing it themselves out of fear but that wouldn't stop others.
Kinsect 26 avr. à 19h09 
say can this work with the Avali?
SaiyanMonkey 21 avr. à 18h09 
could you add the race woof xd ?
Zancuno  [créateur] 13 avr. à 2h36 
Also no, looking at their code. It does not look like I can sneak in compatibility to armor adapt the nano field to different species. Their code has no room for me to play with that.
Zancuno  [créateur] 13 avr. à 2h33 
I already made a kill switch for their cosplay system in past, guess the nano field quite literally flew under my radar.
Zancuno  [créateur] 13 avr. à 2h32 
@Orifan1
I just dug into that. I found why. Nano field is a set of armors that are being modified almost every frame.
Armor Adapt thinks every time the images change that it is a new item and it turns on. Will have to code an exception to exclude these armors from being run through. Very specific bug lol
Essentially, I need to add a kill switch to Armor Adapt if you are using nano field.