

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
