home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 September / PCWorld_2001-09_cd.bin / Software / Vyzkuste / doomleg / autoexec.cfg next >
Text File  |  1999-12-10  |  1KB  |  28 lines

  1. //// Autoexec.cfg by Hurdler for DooM Legacy v1.29 with OpenGL renderer
  2. //// Contact: "Thierry Van ElsuwΘ" <gllegacy@doomnation.com>
  3. //// If you want to use one of theses functions, just remove the //
  4. //// Feel free to change the letter in bind command (The actuals are just for demonstration)
  5.  
  6. //// For those who have a french keyboard (or simply azerty)
  7. //french
  8.  
  9. //// If you want to make a screenhsot easily while in the game
  10. //bind s screenshot
  11.  
  12. //// Some usefull commands for benchmarks
  13. //bind t "timedemo gldemo"
  14. //bind r "timedemo demo1"
  15.  
  16. //// Cheats
  17. //bind g god
  18. //bind h "gimme health armor weapons ammo keys map"
  19.  
  20. //// Mandeep/FlynnT tips for zooming
  21. //alias sprites_on "playersprites 1"
  22. //alias sprites_off "playersprites 0"
  23. //alias zoom_in "set_zoom_out; sprites_off; gr_fov 80; wait 1; gr_fov 71; wait 1; gr_fov 62; wait 1; gr_fov 54; wait 1; gr_fov 46; wait 1; gr_fov 39; wait 1; gr_fov 32; wait 1; gr_fov 26; wait 1; gr_fov 20; wait 1; gr_fov 15; wait 1; gr_fov 10"
  24. //alias set_zoom_out "bind n zoom_out"
  25. //alias zoom_out "set_zoom_in; gr_fov 15; wait 1; gr_fov 20; wait 1; gr_fov 26; wait 1; gr_fov 32; wait 1; gr_fov 39; wait 1; gr_fov 46; wait 1; gr_fov 54; wait 1; gr_fov 62;  wait 1; gr_fov 71;  wait 1; gr_fov 80; sprites_on; wait 1; gr_fov 90" 
  26. //alias set_zoom_in "bind n zoom_in"
  27. //bind n zoom_in
  28.