-
Notifications
You must be signed in to change notification settings - Fork 150
Author and Credits system
Killswitch edited this page Jun 15, 2015
·
4 revisions
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.
Add to your config.cpp, class CfgPatches section:
author[]= {"Author1", "Author2", "Author3"}; // ... etc
authorUrl = "http://your-website.com";
Help declutter the main menu. See [Versioning System](Versioning System)