You should be able to extract the files to where ever the .exe is.
Scrolling inputs is drag and drop, but for Macrolua, it takes a bit more setting up…
After extracting, open “macro-options.lua” in Notepad and change the default destinations
"
– name of the macro to be played
playbackfile = “sfz2alj-error1.mis”
– where the macro scripts are saved to and loaded from
path = “.\macro\”
“
What mine looks like is:
”
– name of the macro to be played
playbackfile = “macro.mis”
– where the macro scripts are saved to and loaded from
path = “macros/”
"
I made a folder called “macros” and placed it in the same folder as the macro.lua script. Each time you hit the Lua Hotkey 2, it records, when your finished with the macro, press it again and it will make a new, long named “.mis” file. You need to rename this file to whatever you chose as the name of the playbackfile, in my case it’s “macro.mis”. When you’re satisfied with your current macro, after renaming it (which you can do while the game is paused) just go back in and hit Lua Hotkey 1 to play it.
Note: afaik it doesn’t work inbetween Save States, pressing Load State mid-recording isn’t recorded, so you’ll have to load a state then Lua Hotkey 2 again, each time… If you have a program that can map a button to both Load State, then Lua Hotkey 1 .10s later, that will work.
EDIT: if you open your macro file “.mis” and put under P1orP2 “&1.” no quotes… that will load state 1 prior to the inputs, which makes this much more useful.
Did he mean Red fireball perhaps? If you don’t input the df after the second Jab, Demon doesn’t come out. If you go from towards directly to :qcb:, it doesn’t register the needed direction. What I’m doing with neutral to f-df, is giving me a greater chance of a towards input registering on the correct frame, if you input the second Jab on the same frame as towards, or df, the move isn’t “completed”, if you hit Short on the same frame as those directions, it won’t come out either. Of course I could end up with hitting towards on the same frame as Jab AND df on the same frame as Short, but that’s more unlikely. Which ever it is, I’m sticking with this way as I actually have confidence in TKD now, just df was working but didn’t really feel right for me…