Modding Status: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Initial create (no content))  | 
				 (Now with content!)  | 
				||
| 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 r43.  | ||
== Overall Features Status ==  | |||
Currently implemented:  | |||
* Simple monster mods (like [https://skycorp.global/skyscript/sclab.php SCLab] creates)  | |||
* Wyvern TF (not actually a mod)  | |||
Currently not implemented:  | |||
* Anything that relies on LUA code (Advanced Monster Mods, Entities, Clothing, Transformations, Maps)  | |||
== Specific Mod Status ==  | |||
{| class="wikitable"  | |||
|+  | |||
!Monster  | |||
!Status  | |||
|-  | |||
|Wolf Girl  | |||
|<blockquote>✅</blockquote>  | |||
|-  | |||
|Sholf  | |||
|✅  | |||
|-  | |||
|CrotchHugger (Monster)  | |||
|❌  | |||
|-  | |||
|Bolstered Dragon Disciple  | |||
|✅  | |||
|-  | |||
|Wyvern Male  | |||
|❌  | |||
|-  | |||
|Sample: Monster Advanced Example  | |||
|❌  | |||
|-  | |||
|Male Spider  | |||
|✅  | |||
|-  | |||
|Kitsune  | |||
|✅  | |||
|-  | |||
|Potent Dragon Servant  | |||
|✅  | |||
|-  | |||
|Pig King  | |||
|✅  | |||
|}  | |||
Any mods not on the above list should be assumed rely on features that have not yet been re-implemented.  (It is planned for the future to re-implement LUA modding, though no specific timeframe is known)  | |||
<br />  | |||
Revision as of 05:46, 15 June 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 (not actually a mod)
 
Currently not implemented:
- Anything that relies on LUA code (Advanced Monster Mods, Entities, Clothing, Transformations, Maps)
 
Specific Mod Status
| Monster | Status | 
|---|---|
| Wolf Girl | 
  | 
| Sholf | ✅ | 
| CrotchHugger (Monster) | ❌ | 
| Bolstered Dragon Disciple | ✅ | 
| Wyvern Male | ❌ | 
| Sample: Monster Advanced Example | ❌ | 
| Male Spider | ✅ | 
| Kitsune | ✅ | 
| Potent Dragon Servant | ✅ | 
| Pig King | ✅ | 
Any mods not on the above list should be assumed rely on features that have not yet been re-implemented.  (It is planned for the future to re-implement LUA modding, though no specific timeframe is known)