9 lines
392 B
Batchfile
Executable File
9 lines
392 B
Batchfile
Executable File
cd /d %~dp0
|
|
|
|
rem dir /b/s %RS_SCRIPTBRANCH%\core\common\native\*.sch > sch.txt
|
|
dir /b/s %RS_CODEBRANCH%\game\script_headers\*.sch > sch.txt
|
|
dir /b/s *.sch >> sch.txt
|
|
p4 edit %RS_SCRIPTBRANCH%\core\common\native\...
|
|
p4 edit %RS_CODEBRANCH%\game\script_headers\...
|
|
ruby %RS_TOOLSROOT%\script\coding\protection\nativeRandomizer\nativeRandomizer.rb
|
|
randomizenatives sch.txt gta5_files.txt |