Yakonche / kf2-webadmin-patches

Generates patches for kf2-magicked-administrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KF2 Web Admin Patches

Generates KF2 Server patches for KF2 Magicked Admin and other popular admin panel modifications.

Features

The main purpose of this is to add support for KF2 Magicked Admin in all other game modes other than Survival ( like Endless, Weekly, Zedternal, ect... ). It also adds the following to KF2 Server's web admin panel.

  • Wave counter AND Time in Endless mode's game ticker
  • Wave counter in Endless mode's rule list
  • Difficulty in Endless mode's rule list
  • Allows to see the level of players in "Server Info" and "Players"
  • Fast navigation buttons to any other server (configure this by modifying the file "header_fastnav.inc" found in /KFGame/Web/ServerAdmin)
  • The update of gamesummary goes from 30 seconds to 1 second
  • Possibility to click on a player's Steam ID to access their steam profile in "Players"
  • Addition of a tooltip for each column in "Players"
  • Allows you to modify and apply the changes made to the .css files in the folder /images

Requirements

  • Git

Usage

Running gen-patches.sh will compare the first commit in this repo with the last and generate patches that apply the difference for the files in ServerAdmin. The patches are output be output in a patches folder.

The generated patches can be copied into KF2 Magicked Admin's admin-patcher/patches folder to apply them with the admin-patcher or applied manually with git am.

License

Script and ServerAdmin modifications are released under the terms of the MIT license. Original ServerAdmin files are property of Tripwire Interactive.

About

Generates patches for kf2-magicked-administrator


Languages

Language:HTML 44.4%Language:JavaScript 26.0%Language:CSS 21.8%Language:Pawn 3.0%Language:Shell 2.4%Language:C++ 2.3%