Code: Select all
TNT1 A 0 A_Jump(255, 4, 6, 8, 12, 16)Code: Select all
TNT1 A 0 A_Jump(255, 4, 6, 8, 12, 16)

So does A_Jump(64, 4, 6, 8, 12, 16) mean that it has 1/4 chance of jumping 4, 6, 8, 12, 16 frames?HotWax wrote:I'm guessing this is how it works:
Always jumps, and has an equal chance of jumping ahead 4, 6, 8, 12, or 16 frames.Code: Select all
TNT1 A 0 A_Jump(255, 4, 6, 8, 12, 16)
It means it has roughly a 1 in 4 (25%) chance to jump, and if it does decide to jump, it has an even chance of jumping to 4, 6, 8, 12, or 16 frames. (In this case, 20% chance each) If it doesn't jump (the other 75% of the time), it proceeds to the next frame in sequence as normal.Anakin S. wrote:So does A_Jump(64, 4, 6, 8, 12, 16) mean that it has 1/4 chance of jumping 4, 6, 8, 12, 16 frames?
Okay. That makes sense. Thanks.HotWax wrote:It means it has roughly a 1 in 4 (25%) chance to jump, and if it does decide to jump, it has an even chance of jumping to 4, 6, 8, 12, or 16 frames. (In this case, 20% chance each) If it doesn't jump (the other 75% of the time), it proceeds to the next frame in sequence as normal.Anakin S. wrote:So does A_Jump(64, 4, 6, 8, 12, 16) mean that it has 1/4 chance of jumping 4, 6, 8, 12, 16 frames?

Try and see. To note: I have an accuracy problem in GL mode (so I doubt it has to do with the fixed math). In dark rooms, one can see a white pixel where [GL] vertexes are, you can especially notice it in P:AR, which has a lot of vertices. Or maybe it is just that my card is a little dated (NV11).Graf Zahl wrote:Not to mention that it introduces other inaccuracies. I wonder whether it is worth the danger of network desyncs. Remember, Randy fixed such an error for 2.1.7.TheDarkArchon wrote:It's mostly developer side that it would benefit. Also, if I'm not mistaken, it would help prevent some of the errors caused by fixed point math such as rendering artifacts.
Do you have rendering quality set to quality, or to speed? If the latter, try switching to the former.Hirogen2 wrote:Try and see. To note: I have an accuracy problem in GL mode (so I doubt it has to do with the fixed math). In dark rooms, one can see a white pixel where [GL] vertexes are, you can especially notice it in P:AR, which has a lot of vertices. Or maybe it is just that my card is a little dated (NV11).