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.