Dr_Cornholio: as far as I recall quad damage does not affect the BFG, so a quadded BFG jump is just a simple BFG jump. For some serious crazy jumping, invulnerability + quad + rocketjump = win!
I assume you aren't talking about grenade + rocketjump, so I think you're talking about the super rocketjump.Well, it is considered a cheat in jumpmod at least, the usefullness of it in deathmatch is very limited so I'm not sure whether it is looked on a cheat there but I wouldn't recommend using it. It's a script that makes you fire a rocket, then sets the cl_maxfps to 0 then fire another one while being "lagged" so both rockets come out at once. It's fun to try on your own host though, and not really usefull in game but I'll give it to you just to show how it's done:// Super rocket jumpalias LW0 "wait;wait;wait;wait;wait"alias LW1 "LW0;LW0;LW0;LW0;LW0;LW0"alias LW2 "LW1;LW1;LW1;LW1;LW1;LW1"alias LW3 "LW2;LW2;LW2;LW2;LW2;LW2"alias +freeze "set clmfps1 $cl_maxfps;set cl_maxfps 0"alias -freeze "set cl_maxfps $clmfps1"alias +ldown "set origpspeed $cl_pitchspeed;set cl_pitchspeed 9999;+lookdown"alias -ldown "set cl_pitchspeed $origpspeed;-lookdown"alias srj "+ldown;lw0;+attack;+moveup;lw0;+freeze;lw3;-freeze;-ldown;-attack;-moveup"bind ALT srjSave the above in your config or save it in a seperate config and exec that inside the game. Get the rockelauncher and stand in the arena at q2dm1 and press the alt-key alt, if it doesnt work first time try pressing it again while looking straight down May not work in r1q2, but works in standard quake2.exe and works in nocheat if you look straight down when hitting alt.Enjoy the flight!