Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2017
1,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. SearchPaths
  2. {
  3. // These are optional language paths. They must be mounted first, which is why there are first in the list.
  4. // *LANGUAGE* will be replaced with the actual language name. If not running a specific language, these paths will not be mounted
  5. Game_Language dota_*LANGUAGE*
  6.  
  7. // These are optional low-violence paths. They will only get mounted if you're in a low-violence mode.
  8. Game_LowViolence dota_lv
  9.  
  10. Game dota_divine_ui
  11. Game dota
  12. Game core
  13.  
  14. Mod dota
  15.  
  16. AddonRoot dota_addons
  17.  
  18. // Note: addon content is included in publiccontent by default.
  19. PublicContent dota_core
  20. PublicContent core
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement