Author and Credits system¶
CBA Provides an author registration and credits system.
- All authors and their urls are shown in the CBA - Credits journal entry (available in the map).
- 2 random authors are credited during the Pause and Main Menu screen.
- The author information can be applied to CfgPatches (future support for CfgWeapons/Vehicles are prepared).
- The author information can be read by external tools for whatever purposes.
Implementation¶
Add to your config.cpp, class CfgPatches section:
author[]= {"Author1", "Author2", "Author3"}; // ... etc
authorUrl = "http://your-website.com";