terrible idea for a gimmick hacking tool
-
@foone I know bizhawk started from a "scripting should be good" pov but it was kinda the first one to do it as a first class citizen so maybe went about it dumb? idk
Fun Fact: the core VERGE creators were also the original BizHawk creators (although everyone from the original team has moved on)
-
@grue oh neat! I didn't know that.
Anyway it makes sense, because bizhawk has moved on from being good. OOOOOOOOHHH!
-
My current hack changes the background color, skips an unskippable 1:30 cut scene, and I froze all sprites at animation frame zero.
But it's not enough!
-
maybe I'll move my process to native mGBA. I've been using bizhawk so far for TAS reasons, but my "TAS" is just "press A/B/Start a couple times until you get to the dialogue"
-
I can replace that with my old standby... a fake keyboard!
-
though I may just jam a crappy pseudo-TAS into my lua script. easier than getting a fake keyboard, especially since I physically cannot get to my fake keyboards right now
-
@foone mGBA has lua scripting now that can do that. It can even take screenshots for you automatically!
-
@endrift I know! I'm currently working on coding this
-
-
@foone obviously this means you need to make more (fake) keyboards
-
-
best way to make a TAS:
if frame == 730 or frame == 816 or frame == 930 or frame == 1090 then
press_a()
end -
now I need an algorithm to push these numbers smaller while still getting the same result.
like, play the rom, run this, take screenshot at frame 2000. then try lowering one by 5%, re-run, see if we get the same screenshot. -
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.