mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-27 22:51:50 +00:00
pregsc
This commit is contained in:
6
ci/gsc-tool.bat
Normal file
6
ci/gsc-tool.bat
Normal 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 .\
|
@ -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
BIN
ci/preGSC.exe
Normal file
Binary file not shown.
11
ci/pregsc.bat
Normal file
11
ci/pregsc.bat
Normal 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
|
Reference in New Issue
Block a user