Example: C:\Fightcade\emulator\fbneo\fcadefbneo.exe romname --lua C:\Path\To\Script.lua .
| Use Case | Script Action | Typical Hotkey | |----------|---------------|----------------| | | emu.reset() | R | | Savestate slot 1 | emu.savestate(1) | F5 | | Loadstate slot 1 | emu.loadstate(1) | F7 | | Display input history | Overlay with gui.text() | F2 | | Toggle turbo fire | Automatically press A button 10x/sec | T | | Frame advance | Pause then step one frame | Pause/Break | | Record/play training macro | Log inputs to file, replay | Ctrl + R | fightcade lua hotkey
You cannot just drop the file and have it work; you must tell FBNeo to load it. Example: C:\Fightcade\emulator\fbneo\fcadefbneo
Navigate to Game > Lua Scripting > New Lua Script Window in the emulator menu, browse for your file, and click Run . 2. Map the Lua Hotkeys 2. Map the Lua Hotkeys