This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using_acsutils [2017/07/13 14:42] – korshun | using_acsutils [2017/07/14 17:50] (current) – korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Using ACSUtils ====== | ||
+ | |||
+ | ===== Upgrading the compiler ===== | ||
+ | |||
You **must** upgrade your ACS compiler to use ACSUtils because the official ACC 1.55 release can't compile files with more than 256 functions. | You **must** upgrade your ACS compiler to use ACSUtils because the official ACC 1.55 release can't compile files with more than 256 functions. | ||
Line 7: | Line 11: | ||
* **[[GDCC]]** | * **[[GDCC]]** | ||
- | ===== Using ACSUtils ===== | + | ===== Adding |
- | - Download [[https:// | + | - Download [[https:// |
- Add '' | - Add '' | ||
- | - Use the code below to include ACSUtils into your project: | + | - Include '' |
< | < | ||
Line 18: | Line 22: | ||
</ | </ | ||
- | If you are making a mod for Zandronum, don' | + | ===== Things to note ===== |
+ | |||
+ | If your project has functions (or variables, if you are using [[ACC]]) with the same names as ACSUtils functions, it won' | ||
+ | |||
+ | ===== Optional enhancements ===== | ||
+ | |||
+ | - Copy '' | ||
+ | - Copy '' | ||
+ | |||
+ | ===== BCC enhancements ===== | ||
+ | |||
+ | If you are using [[BCC]], try [[BCSUtils]] -- a BCC-enhanced version of ACSUtils with the same functions! | ||