1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-27 22:51:50 +00:00
This commit is contained in:
ineed bots
2024-03-20 12:57:08 -06:00
parent 26a5adae13
commit a9ea7acec3
9 changed files with 38 additions and 64 deletions

6
ci/gsc-tool.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
xcopy /y .\ci\*.gscbin .\
rm .\scripts\mp\bots_adapter_piw5.gsc
gsc-tool.exe -m comp -g iw5 -s pc .\

View File

@ -1,6 +0,0 @@
@echo off
xcopy /y ci .
rm scripts\mp\bots_adapter_piw5.gsc
gsc-tool.exe -m comp -g iw5 -s pc .

BIN
ci/preGSC.exe Normal file

Binary file not shown.

11
ci/pregsc.bat Normal file
View File

@ -0,0 +1,11 @@
@echo off
pushd .\ci\
if not exist ".\source\" mkdir .\source\
if not exist ".\source\scripts\" mkdir .\source\scripts\
if not exist ".\source\maps\" mkdir .\source\maps\
xcopy /y /s /e ..\scripts\ .\source\scripts\
xcopy /y /s /e ..\maps\ .\source\maps\
preGSC.exe -noforeach -nopause