artprof.cfg 386 B

12345678910111213141516
  1. ; Setup useful cvars for artists profiling GPU cost
  2. ; Once in level (e.g. map c3mp_rooftop_gardens from the frontend/cmdline), in the console:
  3. ; exec artprof.cfg
  4. ; used to allow loading of loose shaders
  5. sys_pakPriority=0
  6. ; because it's annoying and not relevant for artists
  7. sys_pakLogInvalidFileAccess=0
  8. ; for convenience
  9. bind o "r_measureOverdraw 0"
  10. bind p "r_measureOverdraw 4"