autoexec.cfg 514 B

123456789101112131415
  1. ; edit this file to make it load whatever level you want on startup automatically
  2. ; You can also add additional commands in here that you want it to exec on startup.
  3. loadlevel start
  4. ; uncomment the following line in any game packages that have all the
  5. ; assets precompiled, so that it doesn't try to launch the Asset Processor in
  6. ; actual shipping builds.
  7. ; bg_ConnectToAssetProcessor 0
  8. ; uncomment the following line to hide any debug display info from the top
  9. ; right corner of the screen.
  10. ; r_DisplayInfo 0