Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
you can reach me on discord, this is my id 253930179196485633
If you prefer another way let me know
If you want I can pass you my assembly? It has been working on my end with all the VE races I have completed art for. I'm still working on designing full body skins of Roo's unguligrade legs as whatever design/code that is used for those overlays are not cooperating.
public static class FurDef_GetFurBodyGraphicPath_Patch
{
[HarmonyPostfix]
public static void Postfix(FurDef __instance, ref Pawn pawn, ref string __result)
{
if ((__result == null)
|| (pawn.Drawer.renderer.CurRotDrawMode == RotDrawMode.Dessicated)
|| (ModsConfig.AnomalyActive && pawn.IsMutant && !pawn.mutant.Def.bodyTypeGraphicPaths.NullOrEmpty())
|| (ModsConfig.AnomalyActive && pawn.IsCreepJoiner && pawn.story.bodyType != null && !pawn.creepjoiner.form.bodyTypeGraphicPaths.NullOrEmpty())
|| (pawn.story?.bodyType?.bodyNakedGraphicPath == null)
)
{
return;
}