aaa

RaidMax 2023-06-07 11:34:17 -05:00
parent b5ee80802b
commit 218bbf24d3

@ -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)**