Resxt 4b25be67f8 chat_commands 1.3.3
Only create variables for the port currently in-use
For example: there's no need to create level.chat_commands["27017"] if the currently used port is 27016. This simply adds a bunch of variables and child variables for no reason, this was a flawed implementation that create an array per port on every server. Now it will only create an array for its own port as expected

Removed 27018 from the default ports
This is to make the default experience more generic across other chat_commands projects. One port for default private games and another port the expected/most used port for dedicated servers
2023-06-15 14:04:57 +02:00
2023-06-15 14:04:57 +02:00
2023-03-18 02:05:52 +01:00
2023-02-01 16:21:01 +01:00
2022-09-16 18:50:14 +02:00
2023-01-27 22:27:00 +01:00

Plutonium-IW5-Scripts

image

What is this?

This is a collection of Plutonium IW5/MW3 scripts I created, written in GSC.
Some scripts (mostly older ones) have specific use cases and some others were made to be as generic as possible so you might find something useful.

Some scripts were made when I was still fairly new to GSC so some scripts might not be perfectly optimized or done the proper way but they do their job and should at least give you an idea of how to do certain things or work well enough for you to use them.

Huge thanks to everyone who helped me learn GSC: Birchy, DoktorSAS, FutureRave and other people on Discord.

How do I download a script?

  • Download this repository
  • Open the downloaded ZIP file
  • Drag and drop the script(s) you want in the folder they need to be placed in.
    If no instructions are provided for the script you want then simply follow the instructions given in How do I use a script?

Just keep in mind that this downloads a copy of this repository at the moment you download it.
If a script is updated after you downloaded this repository and you want the new version then you will need to download this repository again.

How do I use a script?

Follow the instructions in the documentation

Simply drop a .gsc file inside %localappdata%\Plutonium\storage\iw5\scripts.

Note that you can use map_restart in the console to quickly restart your current game and reload scripts.

Languages
GSC 100%