Modding Status: Difference between revisions
Jump to navigation
Jump to search
(Now with content!) |
(more mods supported!) |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
The modding system is being ported over to the new engine. Here's a guide of what mod features have been implemented as of | The modding system is being ported over to the new engine. Here's a guide of what mod features have been implemented as of r45. | ||
== Overall Features Status == | == Overall Features Status == | ||
| 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 ( | * Wyvern TF | ||
*Advanced Monster Mods (including Wyvern doms) | |||
*Entities | |||
*Clothing | |||
*Maps | |||
*Custom species / transformation mods | |||
Currently not implemented: | Currently not implemented: | ||
* | * A few uncommonly used LUA features: | ||
**Metatables | |||
**Mod <-> Mod communication | |||
== Specific Mod Status == | == Specific Mod Status == | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Monster Mods | |||
!Monster | !Monster | ||
!Status | !Status | ||
|- | |- | ||
|Wolf Girl | |Wolf Girl | ||
| | |✅ | ||
|- | |- | ||
|Sholf | |Sholf | ||
|✅ | |✅ | ||
|- | |- | ||
|CrotchHugger | |CrotchHugger | ||
| | |✅ r45 | ||
|- | |- | ||
|Bolstered Dragon Disciple | |Bolstered Dragon Disciple | ||
| Line 30: | Line 39: | ||
|- | |- | ||
|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 59: | ||
|✅ | |✅ | ||
|} | |} | ||
{| class="wikitable" | |||
|+Clothing Mods | |||
!Clothing | |||
!Status | |||
|- | |||
|Weight Pendant | |||
|✅ r44 | |||
|- | |||
|Slacks | |||
|✅ r44 | |||
|} | |||
{| class="wikitable" | |||
|+Map Mods | |||
!Map | |||
!Status | |||
|- | |||
|Spider Dungeon | |||
|✅ r44 | |||
|} | |||
<br /> | |||
{| class="wikitable" | |||
|+Species/Transformation Mods | |||
!Map | |||
!Status | |||
|- | |||
|Wolf TF | |||
|✅ r45 | |||
|- | |||
|Giraffe TF | |||
|✅ r45 | |||
|- | |||
|Pig TF | |||
|✅ r45 | |||
|- | |||
|Crotchhugger TF | |||
|✅ r45 | |||
|} | |||
(I haven't had time to test every mod yet -- feel free to expand this status list :)) | |||
All mods are planned to be working again in future. | |||
<br /> | <br /> | ||
Latest revision as of 00:24, 5 August 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 r45.
Overall Features Status
Currently implemented:
- Simple monster mods (like SCLab creates)
- Wyvern TF
- Advanced Monster Mods (including Wyvern doms)
- Entities
- Clothing
- Maps
- Custom species / transformation mods
Currently not implemented:
- A few uncommonly used LUA features:
- Metatables
- Mod <-> Mod communication
Specific Mod Status
| Monster | Status |
|---|---|
| Wolf Girl | ✅ |
| Sholf | ✅ |
| CrotchHugger | ✅ r45 |
| Bolstered Dragon Disciple | ✅ |
| Wyvern Male | ✅ r44 |
| Wyvern Shemale (new variant) | ✅ r44 |
| Sample: Monster Advanced Example | ✅ r44 |
| Male Spider | ✅ |
| Kitsune | ✅ |
| Potent Dragon Servant | ✅ |
| Pig King | ✅ |
| Clothing | Status |
|---|---|
| Weight Pendant | ✅ r44 |
| Slacks | ✅ r44 |
| Map | Status |
|---|---|
| Spider Dungeon | ✅ r44 |
| Map | Status |
|---|---|
| Wolf TF | ✅ r45 |
| Giraffe TF | ✅ r45 |
| Pig TF | ✅ r45 |
| Crotchhugger TF | ✅ r45 |
(I haven't had time to test every mod yet -- feel free to expand this status list :))
All mods are planned to be working again in future.