Modding:Creating an Entity Mod: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "Entities in The Underworld are generic objects.  They can have custom LUA code, allowing you to make them do interesting things.")  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
Entities in The Underworld are generic objects.  They can have custom LUA code, allowing you to make them do interesting things.  | ''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 [[Creating a Monster Mod|Monster Mod]] to learn more about text parsing.  | |||
* Some basic knowledge on LUA scripting will be necessary:  | |||
** If you're already familiar with other programming languages:  | |||
*** [http://tylerneylon.com/a/learn-lua/ 15 minute LUA primer]   | |||
*** [https://www.lua.org/pil/1.html LUA Online Book]   | |||
** If you're new to coding:  | |||
*** TODO - Find good reference and put it here  | |||
== Tutorials ==  | |||
* Entity Tutorial 0: Tools Setup  | |||
* Entity Tutorial 1: Creating a Simple Prop  | |||
* Entity Tutorial 2: Simple Script  | |||
* Entity Tutorial 3: Random Script  | |||
* Entity Tutorial 3: Usable Object  | |||
== Reference ==  | |||
TODO  | |||
Revision as of 02:38, 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:
- If you're already familiar with other programming languages:
 - If you're new to coding:
- TODO - Find good reference and put it here
 
 
 
Tutorials
- Entity Tutorial 0: Tools Setup
 - Entity Tutorial 1: Creating a Simple Prop
 - Entity Tutorial 2: Simple Script
 - Entity Tutorial 3: Random Script
 - Entity Tutorial 3: Usable Object
 
Reference
TODO