- Added AMG doc - Clarified overheating doc - Getting started remade - Vector doc moved from getting started to vector - Classnames updated - Switchunits doc fixed - Rangecard doc added
2.5 KiB
layout | title | description | group | order | parent |
---|---|---|---|---|---|
wiki | How to report an issue | If you've found an issue with ACE3 please read this entry before reporting it. | user | 10 | wiki |
Before reporting
If you've found an issue with ACE3 please make sure that ACE3 is really the cause of the problem. To do this try to reproduce the issue with using only @cba_a3
and @ACE3
on a newly created mission.
Indicate if the issue appears on stable or development version. In case it is the development version, please also include the commit SHA-1 hash.
Please note:
It's not a valid to simply remove @ACE3
from the mod list to confirm that ACE3 is the culprit.
If the error happens when using a third-party mod contact the author of the appropriate mod and report the issue there.
Reporting the issue
Head over to the ACE3 GitHub issue tracker and press the "New issue" button in the top right corner. Add a descriptive title and copy the following issue template in to the text area:
ACE3 Version: 3.x.x
(indicate if stable or dev, if dev indicate the commit the version is based on)
**Mods:**
* @cba_a3
* @ace3
**Placed ACE3 Modules:**
* *Add the list of modules you have placed on the map. Use 'None' if the error occurs without using any modules.*
**Description:**
*Add a detailed description of the error. This makes it easier for us to fix the issue.*
**Steps to reproduce:**
* *Add the steps needed to reproduce the issue.*
**Where did the issue occur?**
*A possible answer might be "Multiplayer", "Singleplayer"*
**RPT log file:**
*Add a link (pastebin.com) to the client or server RPT file.*
A video of the issue might be helpful in resolving it faster.
Github uses "Markdown" to style the output. If you want to know more about it (e.g. how to turn text bold, how to denote code blocks or inline code) have a look at the GitHub markdown documentation.