Advertisement
Guest User

jb0luck.txt

a guest
May 8th, 2018
736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 KB | None | 0 0
  1. Jumpbug with zer0 luck by spr1n
  2.  
  3.  
  4. Basic information.
  5. Jumpbug is technique to avoid fall damage. It can be done while falling on anything solid where player can stand. Jump AND unduck must be performed at the same exact moment (press space and release ctrl), when player is exactly between 0.00 and 2.00 units above the ground (unducked) - jumpbug landing zone, while still in the air and not touching the ground yet.
  6.  
  7.  
  8. Is it actually random? How much luck involved?
  9. If conditions described above are met precisely then jumpbug will happen every time without exception. However there are 3 major factors that make it random. It is wrong to describe jumpbug as luck-based, because all 3 of these factors can be negated. So lets have a deeper look what makes it random and how we can deal with that.
  10.  
  11. 1. JUMPBUG CONDITIONS ARE OFTEN IMPOSSIBLE, 2 units landing zone happens to be in between frames.
  12. Lets unravel that statement. CS1.6 game engine is fps based, meaning it processing all events and key strokes once every frame. Recording standard is 100 frames per second, so processing happens only once in every 0.01 second. If there are no events - nothing happens and engine waits for the next frame, if there are many events - they are put on hold and processed once 0.01 second passed since last frame. Maximum falling speed is 2000 units/s, which is about 20 units per frame. When player falls 20 units per frame he needs to appear exactly within 2 unit high landing zone when that frame executes jump and unduck (for jumpbug to be successful). If you do the math - chance of being in the jumpbug landing zone is 2 out of 20. 10% just to have acceptable conditions for jumpbug is terrible. But we actually can force ourselves inside of this 2 unit landing zone 100% of the time with tricks and preparations.
  13.  
  14. First trick (A) to have stable 100.0 fps without dips and drops - that will ensure space between frames is exactly 0.01 seconds. Second trick (B) is to choose THE RIGHT spot/conditions to start your drop/fall (to jumpbug landing zone). With constant falling distance and frame lengths (A+B) all attempts are identical - you are guaranteed the same exact height above the ground right before you hit it, every time! If it happens to be in 0-2 units landing zone - you have perfect conditions for jumpbug, otherwise 2 unit landing zone happens to be between frames and jump+unduck keystrokes can never be executed at the right height above the ground - player moves past 2 unit landing zone in between frames execution times and jumpbug is impossible. In one frame player is way higher than 2 units above the ground, next frame he hits the ground. To find such perfect spot we can use jbtrainer, use different heights, doubleduck bhop or jump to manipulate total fall distance and appear perfectly inside 2 unit landing zone, one frame before touching the ground.
  15.  
  16. Unstable fps and drops make frame length slightly longer than 0.01, which make execution timing random every time, falling 20 units per 0.01 second becomes 21 units per frame and more to adjust for real time, so jump+unduck commands execution become randomized related to the ground and we have unpredictable conditions. 100.0 stable fps can be achieved by optimizing your OS, removing active tasks, using CPU allocation/governors etc. Assigning Counter-Strike process to CPU first core usually does wonders for stability even on unoptimized maps (CPU Affinity in task manager, core #0).
  17.  
  18. Examples.
  19. If you look at jumpbug in gigablock wr - drop starts with doubleduck off the edge, with 100.0 stable fps doubleduck provides additional falling height to land player perfectly into 0-2 units landing zone for jumpbug, the moment when frame can execute unduck and jump. On giantbean I myself do edgebug with being ducked to have perfect height for landing into 0-2 units landing zone afterwards, with 100fps and unducked edgebug jumpbug is impossible. If you look at other jumpbugs - they happen from specific places with specific fall height to ensure 100% jumpbug condition under 100fps: wigbl0ck 1st jb starts with bhop and fall, 2nd just with jump and fall, 3rd with doubleduck from second top platform, most other conditions would make these jumpbugs impossible with 100.0 fps and absolutely random with unstable fps.
  20.  
  21. 2. SPACE INSTEAD OF MOUSE WHEEL
  22. Scroll does not make you jump every frame, cs1.6 engine has to skip at least one frame, so even while perfectly releasing ctrl in the exact landing zone - scrolling makes jumpbug success more random. Its surprisingly easy adapting to time space press and ctrl release at the same moment perfectly. From my personal experience its often more than one frame skip with scroll jump. After some tests performed with NumB and eDark we came to results that in perfect conditions (low falling speed, good concentration, perfect height for landing zone etc) best jumpbug success rate is 50% with space, and only 25-33% with scroll. I don't know how to explain these results, maybe I had bad mouse wheels or there are some other factors in play, but in the end its a big difference and other people have seemingly similar results in their own experience.
  23.  
  24. Do I think scroll is useless? No, I used scroll on wigbl0ck for the first jumpbug, simply because right after strafing to cover considerable horizontal distance - its hard to adjust wrist, place fingers on both ctrl and space and have good concentration on landing. For me it was way easier just to pay attention to ctrl timing with my left hand (after stopping to strafe) and use scroll for jump right before reaching jumpbug landing zone, a bit more random, but after strafing my ctrl+space timings were always awful. If after exploring both options properly you happen to have better success with scroll - you should use it.
  25.  
  26. 3. HUMAN FACTOR
  27. There are just two components: train you muscle memory for correct ctrl release in combination with pressing space (or using scroll instead if you wish); and good concentration for timing exact jumpbug landing frame. Okay, human factor brings quite a bit of randomness no matter what, but still can be minimized with experience and understanding what we dealing with in here. Depending on your definition of luck I would argue there is none involved at all.
  28.  
  29. First component requires only practice. Second one also relies on practice, but additionally you have to know exactly what your view and player eye height is when standing on the surface where you want to perform jumpbug. That should give you an initial idea of what 0 units above the ground should look like in that place. Although you eye height change when ducked in relation you player model center. Standing player eye sight is 57 units and in ducked position it is 5 units lower (when player is in air, because player center stays the same). You can see this effect by setting gravity to 0 and going onto a step and float off it, when free floating in 0 gravity and hitting ctrl you can see eye height change clearly. But that effect has very little impact in the end. Seeing ground is also not very important, focusing on a more distant objects and background may be a little harder, but can give good enough idea of your exact placement while falling and when to make jumpbug, like on invisible ground.
  30.  
  31. Important thing is to understand that jumpbug execution relies on predictionary reaction. From seeing what happens on screen, reacting to make a decision in our brain, to passing signal through synapses to muscles, to actually moving fingers certain distance to press keys etc. - all that is not instant and takes a lot of time, we simply have to figure out at what point of free fall we should start process of executing jumpbug, before player actually inside of the landing zone. We have have to concentrate on player movement (free fall) and figure out what general timings work individually with all these little details by trial and error.
  32.  
  33. (!)To practice all that and see mistakes more clearly in order to make correct adjustments - use a tool called jbtrainer, an amxx plugin made by Numb that provides decent information for all of that. This plugin makes it really easy to train jumpbugs when you understand every screen data it provides. On a side note 0.031250 units is cs1.6 player collision distance (additional player thickness to metigate game stuck bugs) so jbtrainer will show you jb between -0.031250 and 1.96875 units above the ground, so don't freak out. All information above is not secret, but I realize some of it hard to understand and extrapolate from existing pieces that exist in public, that's the reason for this article - to explain it all as much as possible.
  34.  
  35.  
  36. CONCLUSION
  37. Configure and optimize your PC to have stable fps.
  38. Use jbtrainer plugin to choose perfect fall trajectory
  39. (or see how others perform it in specific spots).
  40. Use jbtrainer plugin to train and adjust your timings.
  41. Initial learning works best from small heights
  42. (f.e. almost any kz_*block map is perfect).
  43. Try to get a hold of using both scroll and space.
  44.  
  45.  
  46. PS.
  47. Common misconceptions: you have to have insane reaction, high monitor refresh rate and superhuman eyes to see the exact frame where you can perform jumpbug etc. and that jumpbug is almost impossible technique to train in a short time. I heard all kind of asinine bullsh!t that claims to prove jumpbug is luck or can't be done without cheating, even from experienced people. As mentioned above reaction is predictionary for doing jumpbugs, just need to learn what timings work for you individually. Jumpbug is also just as easy to train as longjump if not easier. Hardest jumpbug is falling with speed 20 units per frame and simply catching the right frame that is 0.01 long. In longjump you prestrafe with ~275 units/s speed, that mean 2.75 units per frame, but good jumpoff is less than 1 unit typically, so you still have only 1 frame where you are between 0 and 2.75 units from the block edge. Maybe less than 2.75 because of the arch trajectory of prestrafe. Anyway in both cases you have only one single frame for action, action for jumpbug is more complex at that moment, but longjump difficulty only increases after jump and relies on a lot more actions and timings/sync. Why jumpbug is harder you may ask? I don't think it is, not by a large margin at least, its also very different skill, imo its just not popular, not understood properly, mystified, and of course just a lot less practical part of kz compared to longjump.
  48.  
  49.  
  50. FUN FACTS
  51. After successful jumpbug player is slowed down (horizontal speed) to below 150 units/s (players can make jumpbugs during normal bhops and that will slow them down dramatically). With normal jump you can climb on top of 63 unit high objects, with bhop it is around 54-56(?), despite that jumpbug resembles bhop - player still can jump up 63 units from the ground. At the moment of jumpbug player is still above the ground (0-2 units), but jump that follows is from the exact ground level, so that above ground distance does not add up to 63 unit high jump. Jumpbug can be done on top of anything: ground, ramps, invisible surfaces, moving map parts, other players, moving players, players who also fall down.
  52.  
  53.  
  54. IN THE END
  55. All this information was quite hard to figure out, even though eDark and NumB helped me a lot, I still had to try a lot of different things myself and reach complete understanding of all the nuances that contribute to performing jumpbug. I made My first jumpbug in late 2007 and not long after recorded national record on gigablock. It was pretty weak and jumpbug was still random for me. I installed jbstats on some public servers and found appeal in trying jumpbugs in different parts of different maps. At that point I got a feeling I had better chances with ctrl+space rather than ctrl+scroll. In late 2008 I recorded redrock where I did 1 jumpbug, but failed that run right after, posted it on XJ forum failed wr attempts thread, doubt anyone still has the demo, maybe Flibo... in 2009 I started to communicate with NumB more closely and after getting more tips figured out pretty much the whole formula for enhancing my jumpbug skills. Results skyrocketed considering I already had pretty good timings and I did redrock wr and I started doing random jumpbug tricks, shortcuts and giantbean/wigbl0ck records etc. It was a long road for me, however I did not dedicate that much time to it as it may appear as I was never a very active kz player, so I believe its relatively easy and I've seen people becoming good at jumpbugs in a short time.
  56.  
  57.  
  58. CREDITS
  59. Original jb manual https://xtreme-jumps.eu/e107_plugins/content/content.php?content.74
  60. Very thorough, although quite confusing to many, too technical and not 100% accurate in a few instances.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement