Difference between revisions of "Creating an Entity Mod"

From SkyCorp Global
Line 13: Line 13:
  
 
== Tutorials ==
 
== Tutorials ==
* Entity Tutorial 0: Tools Setup
+
* [[Entity Tutorial 0: Tools Setup]]
* Entity Tutorial 1: Creating a Simple Prop
+
* [[Entity Tutorial 1: Creating a Simple Prop]]
* Entity Tutorial 2: Simple Script
+
* [[Entity Tutorial 2: Simple Script]]
* Entity Tutorial 3: Random Script
+
* [[Entity Tutorial 3: Random Script]]
* Entity Tutorial 3: Usable Object
+
* [[Entity Tutorial 4: Usable Object]]
  
 
== Reference ==
 
== Reference ==
TODO
+
* [[LUA Implementation Limitations]]

Revision as of 02:40, 21 December 2017

Entities in The Underworld are generic objects. They can have custom LUA code, allowing you to make them do interesting things.

These tutorials will help introduce you to writing LUA-enabled mods.

Recommended prerequisites

  • Try making a quick Monster Mod to learn more about text parsing.
  • Some basic knowledge on LUA scripting will be necessary:

Tutorials

Reference