This commit is contained in:
ineed bots 2023-07-09 18:55:51 -06:00
commit 859f5eb859
5 changed files with 1 additions and 25 deletions

BIN
.vscode/Compiler.exe vendored

Binary file not shown.

BIN
.vscode/Irony.dll vendored

Binary file not shown.

View File

@ -10,10 +10,6 @@
"strings": true "strings": true
}, },
"vscode-codscript.use_builtin_completionItems": false, "vscode-codscript.use_builtin_completionItems": false,
"triggerTaskOnSave.tasks": {
"Compile current GSC File no": ["*.gsc"]
},
"Lua.diagnostics.globals": [ "Lua.diagnostics.globals": [
"InheritFrom", "InheritFrom",
"CoD", "CoD",

20
.vscode/tasks.json vendored
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
}
]
}

View File

@ -1,4 +1,4 @@
xcopy pt6_bot_warfare\raw\maps raw\maps\ /Y /I /E /H /C 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\raw\scripts raw\scripts\ /Y /I /E /H /C
xcopy pt6_bot_warfare\main main\ /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