Difference between revisions of "Creating a MonsterAdvanced Mod"

From SkyCorp Global
 
Line 1: Line 1:
 
'''MonsterAdvanced''' is a special type of entity which combines the power of LUA driven entities with the existing Monster Mods system. It is one of the hardest types of entities to create, so it is recommended to start with a simpler mod type before creating a Monster Advanced.
 
'''MonsterAdvanced''' is a special type of entity which combines the power of LUA driven entities with the existing Monster Mods system. It is one of the hardest types of entities to create, so it is recommended to start with a simpler mod type before creating a Monster Advanced.
  
If you don't need to do custom LUA scripting, the basic [[Monster Code|Monster]] type is much easier to make and even has a simple editor!
+
If you don't need to do custom LUA scripting, the basic [[Creating a Monster Mod|Monster]] format is much easier to make and even has a simple editor!
 
* [[Monster Advanced JSON Mod Format|JSON Mod Format]]
 
* [[Monster Advanced JSON Mod Format|JSON Mod Format]]
 
* [[MonsterAdvanced|LUA API Reference]]
 
* [[MonsterAdvanced|LUA API Reference]]
 
* [[Sample: Monster Advanced Example|Sample monster]]
 
* [[Sample: Monster Advanced Example|Sample monster]]

Latest revision as of 23:12, 28 December 2018

MonsterAdvanced is a special type of entity which combines the power of LUA driven entities with the existing Monster Mods system. It is one of the hardest types of entities to create, so it is recommended to start with a simpler mod type before creating a Monster Advanced.

If you don't need to do custom LUA scripting, the basic Monster format is much easier to make and even has a simple editor!