A fork of https://github.com/RaidMax/IW4M-Admin - Complete administration tool for IW4x, Pluto T6, Pluto IW5, Pluto T5, Pluto T4, H1-Mod, CoD4x, IW6x, TeknoMW3, and most Call of Duty® dedicated servers.
Go to file
xerxes-at 1700b7da91 PlutoIW5 support for the Game Interface and improvements to the GSC part of it. (#242)
* Improvements to the GSC part of the Game Interface
* Adds compatibility with PlutoIW5 with minimal changes.
* Fixes issues when commands are called from the web interface when the used profile is not on the server.
    * New Debug output when the target or origin of a command is sent by IW4MAdmin but not found in-game.
    * Commands that can be run on the context of the target are now run in it.
* Simplifies the command registration and execution.
    * Got rid of the huge switch block.
    * Introduced AddClientCommand to register new commands for example
        * `AddClientCommand("SwitchTeams",  true,  ::TeamSwitchImpl);`
        * `AddClientCommand("Hide",         false, ::HideImpl);`
    * Callbacks are called with the full event object and the parsed data as parameters to allow maximum flexibility.
* Introduced level.eventBus.gamename to know which game we are to add minor changes.
* Changes - noclip/lockcontrols/playertome
Additional changes to support other games' functions

Co-Authored-By: Amos <4959320+MrAmos123@users.noreply.github.com>
2022-05-19 17:04:34 -05:00
.github Create FUNDING.yml (#161) 2020-08-12 20:48:07 -05:00
.vs/config removing app.config and web.config and putting in code 2018-04-06 19:15:17 -05:00
Application don't use cancellation token when persisting meta on quit 2022-04-28 10:14:35 -05:00
Data add game to client 2022-04-22 16:03:34 -05:00
DeploymentFiles done 2022-04-20 10:57:00 -05:00
GameFiles PlutoIW5 support for the Game Interface and improvements to the GSC part of it. (#242) 2022-05-19 17:04:34 -05:00
Integrations fix rcon issue 2022-04-25 15:39:30 -05:00
Plugins PlutoIW5 support for the Game Interface and improvements to the GSC part of it. (#242) 2022-05-19 17:04:34 -05:00
SharedLibraryCore fix suffixing commands with color code 2022-04-28 17:22:15 -05:00
Tests/ApplicationTests update for .net core SDK Azure 2022-01-27 09:35:16 -06:00
WebfrontCore make social icons fit better 2022-04-28 17:22:01 -05:00
.gitattributes some of these are meant for previous commit 2015-03-11 20:25:14 -05:00
.gitignore add missing live radar view to source control 2022-04-20 13:14:17 -05:00
IW4MAdmin.sln PlutoIW5 support for the Game Interface and improvements to the GSC part of it. (#242) 2022-05-19 17:04:34 -05:00
LICENSE Adding MIT License 2018-02-06 23:23:17 -06:00
README.md Changed .NET 6 Direct Download... (#229) 2022-02-15 09:56:31 -06:00
version.txt Finish implementation of configuable command permissions 2020-01-31 20:15:07 -06:00

IW4MAdmin GitHub license GitHub stars

ko-fi

About

IW4MAdmin is an administration tool for IW4x, IW6x, Pluto T6, Pluto IW5, CoD4x, TeknoMW3, and most Call of Duty® dedicated servers. It allows complete control of your server; from changing maps, to banning players, IW4MAdmin monitors and records activity on your server(s). With plugin support, extending its functionality is a breeze.

Download

Latest binary builds are always available at:

Setup

IW4MAdmin requires minimal effort to get up and running.

Prerequisites

Installation

  1. Install .NET Core Runtime
  2. Extract IW4MAdmin-<version>.zip

Launching

Windows

  1. Run StartIW4MAdmin.cmd
  2. Configure IW4MAdmin

Linux

  1. Execute chmod +x StartIW4MAdmin.sh
  2. Run ./StartIW4MAdmin.sh
  3. Configure IW4MAdmin

First Steps

  1. Go ingame and type via the ingame chat !owner to claim ownership (full admin permissions) of the server
  2. Login to the webfront by accessing http://<machine_ip_here>:1624 and clicking on the key icon
    • You will need to retrieve your login credentials by typing !rt ingame

Updating

Manually

  1. Download the latest version of IW4MAdmin

  2. Extract the newer version of IW4MAdmin into pre-existing IW4MAdmin folder and overwrite existing files

    Your configuration and database will be saved

OR
Use the provided UpdateIW4MAdmin script to download and install automatically

Argument Windows (Linux) Description
-Silent (s) Do not prompt for any user input
-Clean (c) Clean unneeded files listed in _delete.txt after update
-Verified (v) Only update releases in the verified stream
-Directory (d) Directory to install to

Help

Feel free to join the IW4MAdmin Discord
If you come across an issue, bug, or feature request please post an issue

Explore the wiki to find more information.