Difference between revisions of "Creating a Transformation Mod"

From SkyCorp Global
(link to example mods for species tf)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Species'' in The Underworld are something that the player can transform into.  The describe the form, how hideable that form is, and how the player will transform into the form.
+
''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.
 
Transformation Modding was introduced for build r24.
  
 
== Recommended Steps ==
 
== Recommended Steps ==
** First, try [[Creating an Entity Mod|creating an entity mod]] to learn the essentials.
+
* First, try [[Creating an Entity Mod|creating an entity mod]] to learn the essentials.
** Then, refer to [[Species Mod JSON Format]].
+
* Then, refer to [[Species Mod JSON Format]].
** Finally, check out the Giraffe TF sample.
+
* Finally, check out the [https://skycorp.global/skyscript/mods/v/3/giraffe-species Giraffe TF Mod] for a biped TF example.
 +
**(For a busty quadruped example, see [https://skycorp.global/skyscript/mods/v/23/wolf-species Wolf TF Mod])

Latest revision as of 03:10, 3 August 2023

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