Modding Status: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


* Simple monster mods (like [https://skycorp.global/skyscript/sclab.php SCLab] creates)
* Simple monster mods (like [https://skycorp.global/skyscript/sclab.php SCLab] creates)
* Wyvern TF (not actually a mod)
* Wyvern TF
*Advanced Monster Mods (including Wyvern doms)
*Entities
*Clothing
*Maps


Currently not implemented:
Currently not implemented:


* Anything that relies on LUA code (Advanced Monster Mods, Entities, Clothing, Transformations, Maps)
* Custom species / transformation mods
*A few uncommonly used LUA features:
**Metatables
**Mod <-> Mod communication


== Specific Mod Status ==
== Specific Mod Status ==
{| class="wikitable"
{| class="wikitable"
|+
|+
Status of Monster Mods
!Monster
!Monster
!Status
!Status
Line 23: Line 31:
|✅
|✅
|-
|-
|CrotchHugger (Monster)
|CrotchHugger
|❌
|❌ (needs TF mod support)
|-
|-
|Bolstered Dragon Disciple
|Bolstered Dragon Disciple
Line 30: Line 38:
|-
|-
|Wyvern Male
|Wyvern Male
|
|✅ r44
|-
|Wyvern Shemale (new variant)
|✅ r44
|-
|-
|Sample: Monster Advanced Example
|Sample: Monster Advanced Example
|
|✅ r44
|-
|-
|Male Spider
|Male Spider
Line 47: Line 58:
|✅
|✅
|}
|}
Any mods not on the above list do not work <u>yet</u>, mostly due to waiting on LUA support to be re-implemented.  All mods are planned to be working again in future, though no specific timeframe is known.
All mods are planned to be working again in future.
<br />
<br />

Revision as of 05:27, 18 July 2023

The modding system is being ported over to the new engine. Here's a guide of what mod features have been implemented as of r43.

Overall Features Status

Currently implemented:

  • Simple monster mods (like SCLab creates)
  • Wyvern TF
  • Advanced Monster Mods (including Wyvern doms)
  • Entities
  • Clothing
  • Maps

Currently not implemented:

  • Custom species / transformation mods
  • A few uncommonly used LUA features:
    • Metatables
    • Mod <-> Mod communication

Specific Mod Status

Status of Monster Mods
Monster Status
Wolf Girl
Sholf
CrotchHugger ❌ (needs TF mod support)
Bolstered Dragon Disciple
Wyvern Male ✅ r44
Wyvern Shemale (new variant) ✅ r44
Sample: Monster Advanced Example ✅ r44
Male Spider
Kitsune
Potent Dragon Servant
Pig King

All mods are planned to be working again in future.