From f3a9844c18130f39bbe8a18957c014655af508e9 Mon Sep 17 00:00:00 2001 From: INSANEMODE Date: Sat, 10 Jun 2023 00:40:03 -0500 Subject: [PATCH] add information for t6 file bus mode script. --- GameInterface.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GameInterface.md b/GameInterface.md index 0ad9182..190b160 100644 --- a/GameInterface.md +++ b/GameInterface.md @@ -70,6 +70,7 @@ The following games are supported in some capacity | GameFiles/GameInterface/_integration_shared.gsc | `%LOCALAPPDATA%`/Plutonium/storage/t6/scripts | | | GameFiles/GameInterface/_integration_t6.gsc | `%LOCALAPPDATA%`/Plutonium/storage/t6/scripts | | | GameFiles/GameInterface/_integration_t6zm_helper.gsc | `%LOCALAPPDATA%`/Plutonium/storage/t6/scripts/zm | | +| GameFiles/GameInterface/_integration_t6_file_bus.gsc | `%LOCALAPPDATA%`/Plutonium/storage/t6/scripts | optional, see [here](#file-bus-mode-support) for requirements| # How to add new commands @@ -130,7 +131,7 @@ File bus mode is supported on these games | Game | Notes | |-------|--------| | IW4 | | -| T6 | Requires [t6-gsc-utils](https://github.com/fedddddd/t6-gsc-utils#io) | +| T6 | Requires [t6-gsc-utils](https://github.com/fedddddd/t6-gsc-utils#io), and `_integration_t6_file_bus.gsc` | |⚠️ **Currently only works on local game servers** (game servers running on a different machine are not supported) | |-|