Files
gtav-src/tools_ng/script/util/BuildDept/Build_American_Text.bat
T
2025-09-29 00:52:08 +02:00

19 lines
519 B
Batchfile
Executable File

@echo off
echo.
cd /d %~dp0
:: checkout
p4 edit //depot/gta5/build/dev_ng/ps4/data/lang/american.rpf
p4 edit //depot/gta5/build/dev_ng/ps4/data/lang/american_REL.rpf
p4 edit //depot/gta5/build/dev_ng/x64/data/lang/american.rpf
p4 edit //depot/gta5/build/dev_ng/x64/data/lang/american_REL.rpf
p4 edit //depot/gta5/build/dev_ng/xboxone/data/lang/american.rpf
p4 edit //depot/gta5/build/dev_ng/xboxone/data/lang/american_REL.rpf
:: build
pushd X:\gta5\assets_ng\GameText\American\
american.bat
popd