wad.cfg 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // GAME TEXTURE WAD CONFIGURATION FILE for 1.7
  2. // use this file to set the different .wad files to be written into
  3. // the .bsp file by CSG regardless of the .wad files you might have
  4. // configured in Worldcraft.
  5. // if you want to use the configurations in this file, you MUST
  6. // specify the apropriate configuration with the
  7. // -wadconfig configration_name
  8. // parameter on CSG. otherwise, the wadfile paths in the mapfile
  9. // will be used.
  10. // if you DO specify a configuration, the wadfile paths specified
  11. // in the map file will be ignored. basically, its either this file
  12. // or the map file, not a mixture of both.
  13. // if you want to wadinclude a specific file, you may do so using
  14. // the "include" prefix. the valve configuration below has an
  15. // example commented out. all 3 examples in this file are perfectly
  16. // valid, use whichever method you are comfortable with.
  17. // make sure you change these paths to the real path to your
  18. // Half-Life directory. note, the syntax of this file has changed
  19. // significantly since version 1.4
  20. valve
  21. {
  22. c:\Sierra\Half-Life\valve\halflife.wad
  23. c:\Sierra\Half-Life\valve\liquids.wad
  24. c:\Sierra\Half-Life\valve\xeno.wad
  25. c:\Sierra\Half-Life\valve\decals.wad
  26. //include c:\Sierra\Half-Life\valve\mywad.wad
  27. }
  28. tfc
  29. {
  30. // standard half-life wads
  31. c:\Sierra\Half-Life\valve\halflife.wad c:\Sierra\Half-Life\valve\liquids.wad
  32. c:\Sierra\Half-Life\valve\decals.wad c:\Sierra\Half-Life\valve\xeno.wad
  33. // tfc specific wads
  34. c:\Sierra\Half-Life\tfc\tfc.wad c:\Sierra\Half-Life\tfc\tfc2.wad
  35. }
  36. cs
  37. {
  38. // counter-strike specific wads
  39. c:\Sierra\Half-Life\cstrike\n0th1ng.wad
  40. c:\Sierra\Half-Life\cstrike\cstrike.wad
  41. // standard half-life wads
  42. c:\Sierra\Half-Life\valve\halflife.wad
  43. c:\Sierra\Half-Life\valve\liquids.wad
  44. c:\Sierra\Half-Life\valve\xeno.wad
  45. c:\Sierra\Half-Life\valve\decals.wad
  46. }