Creating a Transformation Mod

From SkyCorp Global
Revision as of 06:49, 13 March 2025 by SkyCorp (talk | contribs) (Species TFs mod referrals)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Species in The Underworld are something that the player can transform into. They describe the form, how hideable that form is, and how the player will transform into the form.

Transformation Modding was introduced for build r24.

Recommended Steps

  • First, try creating an entity mod to learn the essentials.
  • Then, refer to Species Mod JSON Format.
  • Finally, check out examples:
    • The Giraffe TF Mod for a biped TF example is a good place to start. (Note: this TF always feminizes the player.)
    • For a busty quadruped example, see Wolf TF Mod
    • For an example of a TF that doesn't usually feminize the player, but instead relies on the game setting, check out PigTF. Note how the feminize setting is checked in CauseTF() and getIsFullyTransformed().