From 218bbf24d305a8bbfd277c2ce4ca102149d6221a Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 7 Jun 2023 11:34:17 -0500 Subject: [PATCH] aaa --- GameInterface.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/GameInterface.md b/GameInterface.md index 8ef4728..446cc71 100644 --- a/GameInterface.md +++ b/GameInterface.md @@ -23,9 +23,11 @@ The following games are supported in some capacity # How to install -The fastest way to install the game interface is *copying the .gsc files to your game server install*. +Install the game interface by *copying the .gsc files to your game server install*. +For `Plutonium` games you can execute the provided `deploy.bat` (on Windows) to automatically copy the files. + The source .gsc files are provided in the `GameFiles` directory of your **IW4MAdmin** installation. -**Make sure to restart IW4MAdmin and your game server after installation**. +**Make sure to restart IW4MAdmin *and* your game server after installation**. ## IW4x @@ -61,7 +63,7 @@ The source .gsc files are provided in the `GameFiles` directory of your **IW4MAd | GameFiles/GameInterface/_integration_t6.gsc | `%LOCALAPPDATA%`/Plutonium/storage/t6/scripts | | | GameFiles/GameInterface/_integration_t6zm_helper.gsc | `%LOCALAPPDATA%`/Plutonium/storage/t6/scripts/zm | | -# How to add new commands? +# How to add new commands Utilize the `RegisterScriptCommandObject` function. **You must have working knowledge of GSC (Call of Duty® game scripting)**