Last modified 12 months ago
Last modified on 05/15/12 15:55:36
Walkthroughs on how to modify Epiar
Modifying Epiar is typically done not by writing new C++ code, but by writing Lua scripts. If you are not already familiar with the basics of Lua (loops, functions, variable scoping), check out http://luatut.com/crash_course.html.
Missions
- MissionCreation -- Walkthrough of how to write Missions.
- MissionLifetime -- Explanation of how a mission is created and destroyed.
AI
- nothing yet
Editor
- nothing yet