Skip to content

Author and Credits system

Killswitch edited this page Jun 15, 2015 · 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:

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

Shared version display

Help declutter the main menu. See [Versioning System](Versioning System)