diff --git a/.gitignore b/.gitignore index eb7d6c6..b3fc782 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,15 @@ !/raw /raw/* !/raw/scripts +/raw/scripts/* +!/raw/scripts/mp +/raw/scripts/mp/* +!/raw/scripts/mp/botwarfare-compiled.gsc +!/raw/scripts/mp/botwarfare.gsc +!/raw/scripts/mp/max_allocation_fix_source-compiled.gsc +!/raw/scripts/mp/max_allocation_fix_source.gsc +!/raw/scripts/mp/spectatorKick-compiled.gsc +!/raw/scripts/mp/spectatorKick.gsc !/.astylerc !/deploy.js diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7dc43d5..412b320 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,6 +7,13 @@ "label": "Compile current GSC File", "type": "shell", "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + }, "cwd": "${fileDirname}" }, "command": "${workspaceRoot}/.vscode/Compiler.exe", @@ -14,7 +21,7 @@ "\"${fileBasename}\"" ], "problemMatcher": [], - "isBackground": true + "isBackground": true, } ] -} \ No newline at end of file +} diff --git a/raw/scripts/mp/botwarfare-compiled.gsc b/raw/scripts/mp/botwarfare-compiled.gsc index fda4323..a15d0bc 100644 Binary files a/raw/scripts/mp/botwarfare-compiled.gsc and b/raw/scripts/mp/botwarfare-compiled.gsc differ