Skip to content

InsultingPros/CustomServerDetailsExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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