RimWorld

RimWorld

83 hodnocení
Genetic Heads Framework for [NL] Facial Animation
3
3
2
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Mod, 1.5, 1.6
Velikost souboru
Přidáno
Aktualizováno
234.754 KB
14. čvn. v 17.24
17. zář. v 19.06
Poznámky ke změnám (17) – zobrazit
Abyste mohli použít tuto položku, musíte vlastnit DLC.

Klikněte na „Odebírat“ pro stažení položky
Genetic Heads Framework for [NL] Facial Animation

V 1 kolekci od uživatele Sunshiney Days
Sunny's [NL] Facial Animation Mods
6 položek
Popis
Genetic Heads Framework for Facial Animation
Support for Facial Animation (FA) genetic head selection!

NOW UN-OBSOLETE FOR 1.6!

What This Mod Does
In 1.6, this mod adds logic to FA to correctly assign multi-gene heads, allow variation in heads like furskin, and adds eye color for vanilla Biotech.

In 1.5, this mod connects genes to Facial Animation parts. If you have the textures with the right code in your mods, this mod will automatically apply the appropriate parts to your pawns.

Requires Head Packs or patch mods to work!

Check out my Biotech Head Pack for vanilla Biotech heads edited to work with Facial Animation. Pairs very nicely with Vanilla Textures Expanded for Facial Animation.

Also check out my Mod Head Pack for some heads from mods, also in vanilla style (VRE, Roo's).

Features
  • Automatic face assignment based on genes
  • Supports multiple required genes per head (furskin and heavy jaw, gaunt and furskin, etc)
  • Fallback system assigns race/gender-appropriate heads if no genetic match
  • Supports multiple head textures for a single gene (like base game Biotech furskin's three textures)
  • Extensible design to easily add your own head packs

Known Issues:
  • Weird behavior with HAR
  • Default (anime) FA right eye color not working. Not something I know how to fix, sorry. Using EyeGenes2 bypasses the problem if a patch for the xenotype is present. If anyone knows how to fix this, let me know!

Modder-Friendly
Make your own head packs or patch existing Facial Animation heads! Make sure art is FA appropriate (no eyes, same folder system as Facial Animation, etc) and then add Defs with gene logic. In 1.6, use FA's native targetGeneDefs. In 1.5, use:
<Patch> <Operation Class="PatchOperationFindMod"> <mods> <li>Genetic Heads Framework for [NL] Facial Animation</li> </mods> <match Class="PatchOperationAdd"> <xpath>/Defs/FacialAnimation.HeadTypeDef[defName="def_Name_here"]</xpath> <value> <modExtensions> <li Class="FacialAnimationGeneticHeads.FARequiredGenes"> <requiredGenes> <li>geneDefName</li> </requiredGenes> </li> </modExtensions> </value> </match> </Operation> </Patch>

To patch a mod that you've made FA compatible head art for in 1.5:
<Patch> <Operation Class="PatchOperationFindMod"> <mods> <li>Name of Mod to Patch</li> </mods> <match Class="PatchOperationAdd"> <xpath>/Defs</xpath> <value> <FacialAnimation.HeadTypeDef> <defName>FAHeadTypeDefName</defName> <texPath>example/folderpath</texPath> <probability>0</probability> <shader>Map/CutoutSkinOverride</shader> <!--CutoutComplex if using alpha masks --> <modExtensions> <li Class="FacialAnimationGeneticHeads.FARequiredGenes"> <requiredGenes> <li>geneDefName</li> </requiredGenes> </li> </modExtensions> </FacialAnimation.HeadTypeDef> </value> </match> </Operation> </Patch>

A Note from Me
I’ve been working on this mod for a long time, even started learning c# so I could make it.

Tips are in no way expected, but are very appreciated ❤️[ko-fi.com]

My hyperfixation has changed for the moment, though I will be back. If this mod needs to be updated in the meantime, feel free to do so. Hosted here on Github.[github.com] When I come back, I'll integrate it into the main mod! I'm happy to update with improvements and credit appropriately.

Have fun!
Počet komentářů: 58
The Crow 25. zář. v 9.12 
pawns don't have right eyes and color changing eyes feaure not woking
Sunshiney Days  [autor] 23. zář. v 17.39 
@JayBird, that's super frustrating, I get it. Are you on discord?
JayBird 23. zář. v 17.35 
I've been trying to mod in support for Anthrosonae heads all day using your def XML files in your head mods as examples, but so far all I've done successfully is give all the pawns invisible heads. I can't even get the regular head packs to spawn, and I'm not sure what I'm doing incorrectly.
Sunshiney Days  [autor] 18. zář. v 18.57 
@Bodacious Cowboy, with the way my c# logic works, I'm not sure that's something I can fix, I'm so sorry. Using EyeGenes2 helps solve the problem, and the colors per xenotype are customizable via xml, if you're looking for other solutions.
Sunshiney Days  [autor] 18. zář. v 17.17 
@Bodacious Cowboy, that's definitely odd. I'll see if I can fix it!
Bodacious Cowboy 18. zář. v 16.50 
Having this installed is making every pawn generate with a pure white right eye. Every slider in the FA menu for the right eye is at 0.
Deggial 10. zář. v 19.40 
Don't worry, it's OK.

So I will keep subscribed to this mod, but not have it active until you increase its version number again. Don't stress out over it.
Sunshiney Days  [autor] 10. zář. v 14.41 
@Deggial, no worries. There’s been problems since FA updated, so for now, assume things are broken. I’m so sorry, and I’ll do my best to fix it soon!
Deggial 10. zář. v 9.34 
To be honest, I'm a bit confused. Sorry about that!

You wrote: 'For normal players, this mod doesn’t do anything on its own.'

I am definitely a 'normal player', as I (as many other players) use xenotype mods that utilise newly created biotech genes, which often come with unique head shapes.

So, despite using those mods, this mod isn't needed any more?
MadMage 9. zář. v 10.26 
Ah, I see. This one's been rolled into FA itself, that's probably what's causing the issue.

Appreciate your service, sir. o7