Punch Glitch

From JakSpeedruns Wiki
Revision as of 00:44, 19 February 2024 by Ruh (talk | contribs) (Created page with "'''Punch glitch''' is a bug that is exclusively encountered on the PlayStation 3 Jak and Daxter Collection. == Technical == <nowiki> (defun acos ((arg0 float)) "Inverse cosine. Returns rotation units" (let ((result (- 16384.000000 (asin arg0)))) (#when PC_PORT ;; to avoid punch glitch: ;; (note: it might be a better fix to change the global rounding mode, ;; but it's not super clear to me that the mode picked by PCSX2 is ;; more accur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Punch glitch is a bug that is exclusively encountered on the PlayStation 3 Jak and Daxter Collection.

Technical

<nowiki>

(defun acos ((arg0 float))

 "Inverse cosine. Returns rotation units"
 (let ((result (- 16384.000000 (asin arg0))))
   (#when PC_PORT
     ;; to avoid punch glitch:
     ;; (note: it might be a better fix to change the global rounding mode,
     ;;  but it's not super clear to me that the mode picked by PCSX2 is
     ;;  more accurate than normal in all cases. So, we'll do this for now.)
     (when (= result 0.0)
       (set! result 0.00000000001)
       )
     )
   result
   )
 )<nowiki>

Discovery

Other Notes

Glitches, Bugs, Exploits, and Secrets
Jak and Daxter: The Precursor Legacy Audio Pause GlitchBridge BlastDark GlitchDeveloper PicturesDupe StateFlut Flut EscapeGame CrashGhost GlitchHard FishIdle DeloadLine GlitchMoon WalkOrb Duplication GlitchPause BufferPunch GlitchStatue GlitchVoid OutWalking While TalkingZombie GlitchZoomer Escape
Jak II Developer PicturesGame CrashGhost TownInvisibility GlitchInvulnerability GlitchLine GlitchOrb Duplication GlitchPause BufferPeacemaker StackingPunch GlitchStatue GlitchZombie Glitch
Jak 3 Developer PicturesGame CrashInvisibility GlitchInvulnerability GlitchLine GlitchOrb Duplication GlitchPeacemaker StackingPunch GlitchStatue GlitchZombie Glitch
Jak X Line Glitch
Daxter placeholder text
Jak and Daxter: The Lost Frontier placeholder text