Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| using_acsutils [2017/07/13 15:48] – korshun | using_acsutils [2017/07/14 17:50] (current) – korshun |
|---|
| ===== Adding ACSUtils to your project ===== | ===== Adding ACSUtils to your project ===== |
| |
| - Download [[https://github.com/Korshun/acsutils/releases/download/1.6/acsutils-1.6.0.zip|the latest release]]. | - Download [[https://github.com/Korshun/acsutils/releases/download/1.6.1/acsutils-1.6.1.zip|the latest release]]. |
| - Add ''acsutils.acs'' to your project. | - Add ''acsutils.acs'' to your project. |
| - Include ''acsutils.acs'' after ''zcommon.acs'': | - Include ''acsutils.acs'' after ''zcommon.acs'': |
| - Copy ''decorate/changeflag.txt'' to your decorate and ''#include'' it to make [[functions:ChangeFlag]] and [[functions:ChangeActorFlag]] work. | - Copy ''decorate/changeflag.txt'' to your decorate and ''#include'' it to make [[functions:ChangeFlag]] and [[functions:ChangeActorFlag]] work. |
| - Copy ''cvarinfo.acsutils'' to your project root to allow the server to hide ACSUtils errors using the ''acsutils_noerrors'' cvar (it will automatically load and not conflict with your mod's CVARINFO because ZDoom ignores the extension). | - Copy ''cvarinfo.acsutils'' to your project root to allow the server to hide ACSUtils errors using the ''acsutils_noerrors'' cvar (it will automatically load and not conflict with your mod's CVARINFO because ZDoom ignores the extension). |
| | |
| | ===== BCC enhancements ===== |
| | |
| | If you are using [[BCC]], try [[BCSUtils]] -- a BCC-enhanced version of ACSUtils with the same functions! |
| |
| |