terrible idea for a gimmick hacking tool
-
why do things manually that'll take maybe 5 minutes when you could spend an hour writing automation to do it for you in 30 minutes?
-
you never know when the next time you'll need to optimize time-to-donald-duck-speaking on some GBA game
-
-
@endrift speaking of screenshots, where do they go?
I tried emu:screenshot("filename.png") but filename.png doesn't seem to appear anywhere (not in the screenshots folder I set in paths, or the same as the rom, or C:\) so I have to do an absolute path
-
Foone🏳️⚧️replied to Foone🏳️⚧️ last edited by [email protected]
why can't I bisect my TAS for the GBA game about donald duck
-
I'm always disappointed in computers ability to let me be brute force stupid.
I have to write my own code to be stupid, which surely defeats the point -
I manually did it: The first frame you can push "A" to skip the logos is 622.
621 is too early.
-
@foone uhh I think it's relative paths, so that's probably %HOME% if you launched mGBA normally
-
@endrift hmm. I think that might have ended up as C:\Program Files\mGBA? Which my user doesn't have permissions to write to
-
@foone yeah that would be a problem
-
@endrift not a major one, just a bit of a confusing one since there was no error.
another question: am I right that you can't turn on turbo from a script? and there's no "always turbo" option, like turning off all throttles in bizhawk?
-
673 for the main menu.
yes I'm doing this manually -
@foone correct. That would require hooking into the frontend, which the scripting subsystem does not yet do
-
@foone there is an always fast forward option in the UI though--shift tab by default
-
frame 766 is the earliest you can press A for New GAme
-
@endrift ahh, missed that! thanks!
-
@endrift and I just crashed it. unfortunately I have no debugger or anything installed here so it just vanished... is there a log file I could look at?
-
I was accidentally running multiple copies of the same script all trying to push keys at specific times.
this created some HILARIOUS non-deterministic behavior! -
@endrift is there a way for my script to ensure only one copy of it is running? if I reload it (by using recent scripts), I get two copies running. I have to reset/reload instead. can my script do that itself somehow? unload any prior copy?
-
882 is the earliest you can select slot 1.
it's those fade-ins, fade-outs. those things take forever.