Modding Status: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 21: | Line 21: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Monster Mods | |||
!Monster | !Monster | ||
| Line 57: | Line 58: | ||
|Pig King | |Pig King | ||
|✅ | |✅ | ||
|} | |||
{| class="wikitable" | |||
|+Clothing Mods | |||
!Clothing | |||
!Status | |||
|- | |||
|Weight Pendant | |||
|✅ r44 | |||
|- | |||
|Slacks | |||
|✅ r44 | |||
|- | |||
| | |||
| | |||
|} | |||
{| class="wikitable" | |||
|+Map Mods | |||
!Map | |||
!Status | |||
|- | |||
|Spider Dungeon | |||
|✅ r44 | |||
|} | |} | ||
(I haven't had time to test every mod yet -- feel free to expand this list of working / non working mods :)) | (I haven't had time to test every mod yet -- feel free to expand this list of working / non working mods :)) | ||
Revision as of 05:03, 19 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
| 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 | ✅ |
| Clothing | Status |
|---|---|
| Weight Pendant | ✅ r44 |
| Slacks | ✅ r44 |
| Map | Status |
|---|---|
| Spider Dungeon | ✅ r44 |
(I haven't had time to test every mod yet -- feel free to expand this list of working / non working mods :))
All mods are planned to be working again in future.