This commit is contained in:
ineed bots
2023-07-09 18:55:51 -06:00
5 changed files with 1 additions and 25 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-4
View File
@@ -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",
-20
View File
@@ -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
}
]
}
+1 -1
View File
@@ -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