Skip to content

Commit cc35884

Browse files
committed
Update export example
1 parent b184f2c commit cc35884

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Examples/export-example.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ SET SHOULD_PAUSE="false"
1717
:: Game install folder (should work for other Source games)
1818
SET GAME_DIR="C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo"
1919

20+
:: Game package file names, just need the _dir.vpk
21+
SET PACKAGES="pak01_dir.vpk"
22+
2023
:: Where to look for the specified maps, relative to the game install folder
2124
SET MAPS_DIR="maps"
2225

@@ -29,6 +32,7 @@ export ^
2932
--outdir %OUTPUT_DIR% ^
3033
--gamedir %GAME_DIR% ^
3134
--mapsdir %MAPS_DIR% ^
35+
--packages %PACKAGES% ^
3236
--url-prefix %URL_PREFIX% ^
3337
%OPTIONS:"=%
3438

0 commit comments

Comments
 (0)