Skip to content

Author and Credits system

commy2 edited this page Dec 8, 2017 · 4 revisions

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:

authors[]= {"Author1", "Author2", "Author3"}; // ... etc
url = "http://your-website.com";

Shared version display

Help declutter the main menu. See Versioning System