Introduction
Ok, you've written a MOD and you want it to work as best it can with EasyMOD. You've got it to follow the MOD Template Tuturial, so does that mean it is EasyMOD Compliant (EMC)? No. EMC is a 3rd Generation Template Command Set for writing MODs, with the focus on getting the maximum number of MODs working in harmony. This means you must take care that your MOD will not be interfered with by previous MOD installations and also be sure to prevent causing interferring with future MOD installations. Every MOD Author should at the very least read the "The least you need to know" sections of each chapter".
The following will guide you every step of the way! I assume you are familiar with the MOD Template Tutorial so I will not be explaining these into the ground It is important to note that this document is only concerned with covering issues that are necessary for automation. I attempt to give the Author as much leway as possible in formatting their code. However, the phpBB MOD Team may have additional stylistic concerns. You will need to observe those requirements for entry to the phpBB.com MODs Database.
Index
- MODing Philosophy
- Order! Order!
- I need (white)space!
- FINDing your Way Around
- Replace the REPLACE
- Care to Comment?
- Watch your Language
- Be Style Conscious
- ABOUT 4 to 6 MORE ISSUES TO GO!
edited by markus to fix links