From bff951c90442518057508dfc886b429bce5bdacd Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:41:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8402568..b743bb2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ Make sure to put `All` or `Any` for the file type and to add `.gsc` at the end o [Follow the instructions in the documentation](https://plutonium.pw/docs/modding/loading-mods/#loading-existing-scripts-on-t6) -Simply drop a compiled `.gsc` file inside `%localappdata%\Plutonium\storage\t6\scripts`. +Simply drop a compiled `.gsc` file inside `%localappdata%\Plutonium\storage\t6\scripts`. +If the script should only be loaded for the multiplayer mode then put it in the `mp` folder. +If the script should only be loaded for the zombies mode then put it in the `zm` folder. Note that you can use `map_restart` in the [console](https://plutonium.pw/docs/opening-console/) to quickly restart your current game and reload scripts.