

If you don't have a folder called scripts here, then create it.ģ. Navigate to the IW5 Plutonium Folder by pressing Win+R and pasting %localappdata%\Plutonium\storage\iw5 into it, and hitting Ok.Ģ. IW5 # Getting started with GSC on IW5 #ġ. Start the game, the script will be loaded automatically. If you simply get a single gsc script it most likely goes into %localappdata%\Plutonium\storage\t6\scripts\mp or %localappdata%\Plutonium\storage\t6\scripts\zm depending on if it's a script made for multiplayer or zombies.ģ. Installation instructions for the script are usually included in the release's post. Download the script of your choice, scripts can be found on the Modding Releases section on our forums.Ģ. When launching your server or a custom game, you will know if all has gone well or not if the console prints Custom script 'scripts/mp/yourScriptName' loaded.ġ. If your script should always be loaded no matter the game mode copy it to %localappdata%\Plutonium\storage\t6\scriptsħ. Take your compiled script and put it into %localappdata%\Plutonium\storage\t6\scripts\mp or %localappdata%\Plutonium\storage\t6\scripts\zm depending on which mode it is for. If you get an error and your script isn't compiled then read the error and fix the line and column where the error is.įor example here the compiler throws a very clear error on the third line because I added twice when only one should be there.Ĥ. If you get an error, make sure your script isn't already precompiled (open it, and if it looks like gibberish, it is already compiled)ģc. Of course, replace the first copy command argument with the name of the source GSC file you're working with, or the full path to it.Īlso put the exact same path for the second copy argument and the gsc-tool 3rd argument (the path) so that it will compile the file that got copied.ģb. It will simply copy your source file directly into the scripts\mp folder and compile it right after, showing you the result of the compilation process, without modifying the original source file that you're currently working on. Gsc-tool.exe comp t6 '%localappdata%\Plutonium\storage\t6\scripts\mp\example.gsc' Copy 'example.gsc' '%localappdata%\Plutonium\storage\t6\scripts\mp\example.gsc' /y >NUL
