Changes between Version 2 and Version 3 of ModdersGuide
- Timestamp:
- 05/15/12 15:55:36 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModdersGuide
v2 v3 1 1 = Walkthroughs on how to modify Epiar = 2 3 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. 2 4 3 5 == Missions ==