Difference between revisions of "Creating an Entity Mod"

From SkyCorp Global
(Reference)
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
* [[LUA Utility Functions]]
 
* [[LUA Utility Functions]]
 
* [[Debugging Tips|Debugging Hints]]
 
* [[Debugging Tips|Debugging Hints]]
* [[Mod Support Roadmap]]
 
 
* [[:Category:LUA Class Reference|LUA Class Reference]]
 
* [[:Category:LUA Class Reference|LUA Class Reference]]
 +
 +
== Help ==
 +
If you get stuck, don't give up!  Ask questions on discord.

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

Tutorials

Reference

Help

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