-
Notifications
You must be signed in to change notification settings - Fork 150
Author and Credits system
commy2 edited this page Dec 8, 2017
·
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:
authors[]= {"Author1", "Author2", "Author3"}; // ... etc
url = "http://your-website.com";
Help declutter the main menu. See Versioning System