home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Internet / Strony_WWW / Quake / patches / sushi_tips.txt < prev    next >
Text File  |  2000-08-17  |  2KB  |  62 lines

  1. <! 50MEGS CODE INSERT --></noscript></div></xmp></style>
  2. <img src="http://banner1.50megs.com/fcgi/ad_noimage.fcgi?ord=001"><BR>
  3. <center>
  4. <A HREF="http://ad.doubleclick.net/jump/50megs.about.com/;svc=50megs;site=;chan=;pos=slot1;sz=468x60;ord=001">
  5. <IMG SRC="http://ad.doubleclick.net/ad/50megs.about.com/;svc=50megs;site=;chan=;pos=slot1;sz=468x60;ord=001" width=468
  6. height=60></a><BR>
  7. <a href="http://banner.50megs.com/cgi-bin/newmap.pl">
  8. <img src="http://banner.50megs.com/newtop.gif" border=0 ismap width="468" height="20"></a><BR>
  9. </center>
  10. <center><font color="BLUE">
  11. <a href="http://banner.50megs.com/cgi-bin/textcount.pl">
  12. Get Listed In YAHOO And Watch Your Traffic GROW!</a><br></font>
  13. </center>
  14.   
  15. A few useful tips for the SUSHI hack:  
  16.   
  17. Two new rendering modes are available in deathmatch:  
  18. "r_fullbright 1" removes all shadows, and is usefull for seeing who's  
  19. standing in the darkness (a cheat..)  
  20. "r_drawflat 1" boosts rendering (no textures), but is buggy!
  21.   
  22. BUT! r_drawflat is useful anyway, if used momentarily.  
  23. When you fire a weapon, there's a flash which slows framerate.  
  24. This means that it's virtually impossible to perform precise rocketjumps on  
  25. anything slower than PPC.  
  26. (My qc modifications are an exception, but to my knowledge none of the  
  27. dedicated quakeservers currently in operation in Europe has disabled flashes)  
  28.   
  29. I suggest you add these aliases to your preferred cfg:  
  30.   
  31. alias +dflat "r_drawflat 1;+attack"  
  32. alias -dflat "-attack;r_drawflat 0"  
  33.   
  34. If you use +dflat instead of +attack in your binds/aliases, framerate will  
  35. increase instead of drop - clever eh?  
  36.   
  37. As said r_drawflat is buggy, meaning that players, grenades, rockets  
  38. (in fact everything except the architecture of the level and the ammo boxes)  
  39. becomes invisible!!  
  40.   
  41. - so use these aliases with care - it's NOT a good idea to use it with shaft  
  42. or nailguns!  
  43.   
  44. If you have a rocketjump script, using +dflat instead of +attack will allow  
  45. greater precision.  
  46.   
  47. If you want to have the rocketlauncher bound to a mousekey (like me),  
  48. use this script:  
  49.   
  50. alias +rl "impulse 7;+dflat"  
  51. alias -rl "-dflat"  
  52. bind mouse2 +rl  
  53.   
  54. Now, pressing 2nd mousebutton will fire a rocket (if available)  
  55. and framerate will be the double the normal in the moment you fire.  
  56. Now you can make make more accurate (and higher) rocketjumps on 68060 :)  
  57.   
  58.  
  59. -SuRgEoN  
  60.   
  61.  
  62.