Skip to content

Commit

Permalink
Added particles to vpk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris528 committed Aug 7, 2014
1 parent 9830cfc commit 1f78940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ sp/content/mod_of2sp/mapsrc/Miscellaneous/*.log
sp/content/mod_of2sp/mapsrc/Miscellaneous/*.prt
sp/content/mod_of2sp/mapsrc/Miscellaneous/*.vmx
sp/game/mod_of2sp/maps/*
sp/game/mod_of2sp/maps/*.bsp
sp/game/mod_of2sp/maps/graphs/*
sp/game/mod_of2sp/maps/graphs/*.ain
sp/game/mod_of2sp/materials/*
sp/game/mod_of2sp/models/*
sp/game/mod_of2sp/sound/*
sp/game/mod_of2sp/particles/*
2 changes: 1 addition & 1 deletion sp/game/mod_of2sp/create_vpk_files.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ call %~dp0setvars

set VPK="%SPBASE2013%\bin\vpk.exe"

python build_vpk.py %VPK% "of2_assets" "models" "materials" "sound"
python build_vpk.py %VPK% "of2_assets" "models" "materials" "sound" "particles"

pause

0 comments on commit 1f78940

Please sign in to comment.