mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2026-06-14 14:12:12 +00:00
pregsc
This commit is contained in:
@@ -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 .
|
||||
Binary file not shown.
@@ -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