diff --git a/.vscode/Compiler.exe b/.vscode/Compiler.exe deleted file mode 100644 index 7f57215..0000000 Binary files a/.vscode/Compiler.exe and /dev/null differ diff --git a/.vscode/Irony.dll b/.vscode/Irony.dll deleted file mode 100644 index ebb1fe5..0000000 Binary files a/.vscode/Irony.dll and /dev/null differ diff --git a/.vscode/settings.json b/.vscode/settings.json index 5fae49b..b764999 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,10 +10,6 @@ "strings": true }, "vscode-codscript.use_builtin_completionItems": false, - - "triggerTaskOnSave.tasks": { - "Compile current GSC File no": ["*.gsc"] - }, "Lua.diagnostics.globals": [ "InheritFrom", "CoD", diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 0fd7ea4..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "Compile current GSC File", - "type": "shell", - "options": { - "shell": { - "executable": "cmd.exe", - "args": ["/c"] - }, - "cwd": "${fileDirname}" - }, - "command": "\"\"${workspaceRoot}\\.vscode\\Compiler.exe\" \"${fileBasename}\"\"", - "isBackground": true - } - ] -} diff --git a/deploy.bat b/deploy.bat index bab76c1..1c55f10 100644 --- a/deploy.bat +++ b/deploy.bat @@ -1,4 +1,4 @@ xcopy pt6_bot_warfare\raw\maps raw\maps\ /Y /I /E /H /C xcopy pt6_bot_warfare\raw\scripts raw\scripts\ /Y /I /E /H /C xcopy pt6_bot_warfare\main main\ /Y /I /E /H /C -xcopy pt6_bot_warfare\raw\bots\bots.json raw\bots\ /Y /I /H /C +xcopy pt6_bot_warfare\raw\bots.txt raw\ /Y /I /H /C