mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-22 09:35:44 +00:00
Merge branch 'master' of https://github.com/ineedbots/pt6_bot_warfare
This commit is contained in:
commit
859f5eb859
BIN
.vscode/Compiler.exe
vendored
BIN
.vscode/Compiler.exe
vendored
Binary file not shown.
BIN
.vscode/Irony.dll
vendored
BIN
.vscode/Irony.dll
vendored
Binary file not shown.
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -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
.vscode/tasks.json
vendored
20
.vscode/tasks.json
vendored
@ -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,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user