Clans REBORN

Clans REBORN 3.0.35

  • Added option wipeClansOnNewSave to config
    Set to true will force to wipe the clans when a new map was detected by OnNewSave hook
    This will create also a backup of the clans file before
  • Added FULL localization support to clan/ally broadcast messages
    Before it did only take the primary text from the english file for such messages
  • Added 2 more console commands
    > clans.playerpromote | promotes a player
    > clans.playerdemote | demotes a player
  • Provided improvements by K1ll for the ClansUI functions
  • This update does remove all ClanRadar functions
  • This update does remove all ClanRadar options from config file
Reasons for the removal:
  • The ClanRadar text functions are complete broken by defect game files now since 3 weeks and FP does not seem to solve it next time. The patching of text debug functions was also rejected this week:
    http://jira.facepunch.com/browse/RUST-1556
  • The ClanRadar functions, based on DDraw debug functions, where complete cutted from being used by normal players, which makes it complete unusable:
    http://jira.facepunch.com/browse/RUST-1547
  • Added alternative ClanRadar BoxMode, disabled by default
Enabling it the radar will switch from text to box:
Code:
    "boxMode": true,
    "boxSize": 2.0,
  • Fix for KeyNotFoundException on clan leave
  • Fix for formatting colors not shown correct
  • Fix for error at "cmdChatClanchat"
  • Fix for Rust-patch
Code:
{
  "BetterChat": {
    "clanTagClosing": "]",
    "clanTagColorBetterChat": "#aaff55",
    "clanTagOpening": "[",
    "clanTagSizeBetterChat": 15
  },