forked from ThirteenAG/WidescreenFixesPack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbefore_build.bat
More file actions
35 lines (29 loc) · 954 Bytes
/
before_build.bat
File metadata and controls
35 lines (29 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
cd textures/NFS/NFSUC
call createtpk.bat
cd ../../..
cd textures/NFS/NFSC
call createtpk.bat
cd ../../..
cd textures/NFS/NFSMW
call createtpk.bat
cd ../../..
cd textures/NFS/NFSU2
call createtpk.bat
cd ../../..
cd textures/NFS/NFSU
call createtpk.bat
cd ../../..
cd textures/GTAVCS
call buildps2.bat
cd ../..
if "%SCCOMPILE_PASSWORD%"=="" (
echo SCCOMPILE_PASSWORD is empty, skipping sccompile.
) else (
cd source/SplinterCell.WidescreenFix
call sccompile.bat %SCCOMPILE_PASSWORD% UnrealScript ../../build/sccompile
cd ../..
mkdir "data\SplinterCell.WidescreenFix\system\update" 2>nul
copy /y "build\sccompile\System\EchelonHUD.u" "data\SplinterCell.WidescreenFix\system\update\EchelonHUD.u"
copy /y "build\sccompile\System\EchelonIngredient.u" "data\SplinterCell.WidescreenFix\system\update\EchelonIngredient.u"
copy /y "build\sccompile\System\UWindow.u" "data\SplinterCell.WidescreenFix\system\update\UWindow.u"
)