5 lines
589 B
Batchfile
Executable File
5 lines
589 B
Batchfile
Executable File
mkdir Output\Durango
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\Durango\game_durango.txt" -durango -implicit -nosingles exclude.txt -html
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\Durango\game_durango_explicit.txt" -durango -explicit -nosingles exclude.txt -html
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\Durango\game_durango_implicit_lastgen.txt" -durango -implicit -lastgensingles exclude.txt -html
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\Durango\game_durango_explicit_lastgen.txt" -durango -explicit -lastgensingles exclude.txt -html |