Guitar Hero Hook help

Started by Patedj, February 25, 2011, 12:23:29 PM

Previous topic - Next topic

Patedj

I've tried every hook; vbi, joypad,gfxdraw... I'm tired can't remember the rest... I'll edit this later...
All of them don't allow the time to stop... As soon as I un break it skips forward. I can't find a post on this... There might be one. I'm more than willing to read it.
In case there isn't I'm unsure of what to do to get the time to stop when I break.
This would allow me to test things easier like...
Fame meter maxed.
You can pm me, I've got time for your troubles.

dcx2

Those are hooks, not code handlers.

The code handler is a small program that reads and executes codes.  However, something needs to call the code handler so that it can run.  That's what the hook is for; it picks which function is hooked with a call to the code handler.  The code handler will then tag along whenever that function is called.

All of the hooks are different functions.  The default, VBI, stands for Vertical Blanking Interval.  I believe this is the function that is called when the Wii has to wait for the TV to finish drawing the frame before it can proceed to the next frame.  In theory, this is always called every frame, however when it is not then you may need a different hook.

Patedj

Thank you. So I've tried all hook types. None of them really stop the acceleration when I unpause/unbreak. Some hooks are worst than others too. Vbi is smooth, but like I said, after I push run, it accelerates.
You can pm me, I've got time for your troubles.