We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b184f2c commit cc35884Copy full SHA for cc35884
Examples/export-example.bat
@@ -17,6 +17,9 @@ SET SHOULD_PAUSE="false"
17
:: Game install folder (should work for other Source games)
18
SET GAME_DIR="C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo"
19
20
+:: Game package file names, just need the _dir.vpk
21
+SET PACKAGES="pak01_dir.vpk"
22
+
23
:: Where to look for the specified maps, relative to the game install folder
24
SET MAPS_DIR="maps"
25
@@ -29,6 +32,7 @@ export ^
29
32
--outdir %OUTPUT_DIR% ^
30
33
--gamedir %GAME_DIR% ^
31
34
--mapsdir %MAPS_DIR% ^
35
+ --packages %PACKAGES% ^
36
--url-prefix %URL_PREFIX% ^
37
%OPTIONS:"=%
38
0 commit comments