Difference between revisions of "Creating an Entity Mod"

From SkyCorp Global
 
(4 intermediate revisions by the same user not shown)
Line 14: Line 14:
  
 
== Tutorials ==
 
== Tutorials ==
* [[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]]
Line 27: Line 26:
 
* [[Debugging Tips|Debugging Hints]]
 
* [[Debugging Tips|Debugging Hints]]
 
* [[:Category:LUA Class Reference|LUA Class Reference]]
 
* [[:Category:LUA Class Reference|LUA Class Reference]]
 +
 +
== New Engine / Development ==
 +
 +
* [[Modding Status|Current Status of Modding in the New Engine]]
 +
* [[What's New in LUA Modding|What's New in LUA Modding Since Old Flash Engine]]
  
 
== Help ==
 
== Help ==
 
If you get stuck, don't give up!  Ask questions on discord.
 
If you get stuck, don't give up!  Ask questions on discord.

Latest revision as of 04:58, 18 July 2023

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.
  • Basic understanding of JSON syntax.
  • Some basic knowledge on LUA scripting will be necessary:

Tutorials

Reference

New Engine / Development

Help

If you get stuck, don't give up! Ask questions on discord.