Skip to content

VBA-Rerecording 480-LRC3 hotfixed

Compare
Choose a tag to compare
@aquanil aquanil released this 05 Mar 15:12
· 17 commits to master since this release

Changes from the old svn480 versions:

  • Some cheat-related vulnerabilities are fixed.
  • Some other problems like loading a Lua script would push a new video frame to AVI dump is also fixed.
  • The video frame rate is set to ~59.7275 fps. Old vbm movies should still synch with these if they synch with previous revisions.
  • AVI also dumps at ~59.7275 fps.
  • Caveat: audio is still being emitted and dumped at wrong sampling rate. Therefore, in order to dump the correctly lengthed AVI file, one still has to dump the video with "altAviRecordMethod=1" set in vba.ini, then the audio, and finally combine them together with audio streched according to the length of the video (which is correct on its own).