The following pages and posts are tagged with

TitleTypeExcerpt
Changelog (Dev) Page No changes from v2.1.0
Documentation Contribution Page Here is reference information that may be useful to those who are working on the development project. It is quite all over the place, but may contain useful information. Markdown and wiki basics Mastering markdown How to add links / images How to prepare...
Engines Page Engine control system This an explanation of how the engine control system works, how to extend it in the future and common pitfalls you may hit when dealing with rotorlib. First of all, the new system was built to handle the following issues with the original system: Incorrect...
Coding Guidelines Page These are general coding guidelines for writing code in the apache mod. These are guidelines - not rules - and as such there may be circumstances where you should not follow them to make the code better. Just generally, if you follow these rules you cannot go far wrong. This...
Helper scripts Page Warning: These are scripts that are meant for developers and testers to use to debug this mod. These are NOT supported for general use and are only for debugging use. It could even crash your game! Engine datalogger Adds 3 options to your...
MPD System Documentation Page During the CBA compat, I have rewritten how MPDs are run in this aircraft for improvements in performance, reliability, structure and reusability. Before we can have a discussion on what this system does right, we must first discuss the old system and its pitfalls. Old MPD system. What page...