InsultingPros / CustomServerDetailsExtension

Custom Server Details extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomServerDetails Extension

GitHub all releases

This is a template-example repo to show how to add your own server details, without recompiling Custom Server Details.

Installation

  1. Make sure you have installed Custom Server Details 1.4.0 or higher. Open your CustomServerDetails.ini's [CustomServerDetails.CSDMasterServerUplink] section:

  2. Add your packageName.className:

    extendedServerDetailsClassName=CustomServerDetailsExtension.CustomServerDetailsExtension
  3. Add your new variable to infoBlockKeys:

    infoBlockKeys=(detail="Difficulty",key="DIFF")
  4. Finally edit the server state (infoBlockPatterns) where you want to see your new variable:

    infoBlockPatterns=(state="LOBBY",pattern="^w^[Current state: ^g^LOBBY^w^], Difficulty: %DIFF%")

Building

Use KF Compile Tool for easy compilation.

EditPackages=CustomServerDetails
EditPackages=CustomServerDetailsExtension

About

Custom Server Details extension

License:GNU General Public License v3.0


Languages

Language:UnrealScript 100.0%