Upvote Upvoted 20 Downvote Downvoted
-insert_search_path launch option
posted in Customization
1
#1
0 Frags +

Google search returns zero results so I figured I'd make a thread for the one person who might find this useful.

This lets you add additional engine search paths. They are added as the topmost MOD and GAME paths (means read only). Multiple paths are separated by commas. You can add both folders and VPKs.

-insert_search_path "D:\some folder,D:\stuff.vpk"

Where some folder looks like what you'd add to your custom folder:

some folder
├ cfg
│ └ something.cfg
└ sound
  └ hitsound.wav

Found in source code: public\filesystem_init.cpp, line 552

Google search returns zero results so I figured I'd make a thread for the one person who might find this useful.

This lets you add additional engine search paths. They are added as the topmost MOD and GAME paths (means read only). Multiple paths are separated by commas. You can add both folders and VPKs.
[code]
-insert_search_path "D:\some folder,D:\stuff.vpk"
[/code]

Where [i]some folder[/i] looks like what you'd add to your custom folder:
[code]
some folder
├ cfg
│ └ something.cfg
└ sound
└ hitsound.wav
[/code]

Found in source code: [i]public\filesystem_init.cpp[/i], line 552
Please sign in through STEAM to post a comment.