Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
446 B

  1. //-----------------------------------------------------------------------------
  2. // DEFAULT.VGC
  3. //
  4. // Configurations for all Source(TM) Projects
  5. //-----------------------------------------------------------------------------
  6. ////////////////
  7. // Game Names //
  8. ////////////////
  9. $Games
  10. {
  11. // "CSTRIKE"
  12. "CSGO"
  13. // "EPISODIC"
  14. // "SDK"
  15. // "TF"
  16. // "PORTAL2"
  17. // "SWARM"
  18. // "DOTA"
  19. }
  20. $Include "vpc_scripts\projects.vgc"
  21. $Include "vpc_scripts\groups.vgc"