Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 701 Bytes

FCEUX scripts

Lua scripts for use with FCEUX

Usage

  1. Download and unzip or clone the repository
  2. Run scripts by clicking File -> Load Lua Script and browsing to the desired script

Games

Final Fantasy

hud.lua

Shows a heads-up display at the top of the screen, displaying the player's current gold (G), number of HEALs and number of PUREs in inventory.

Final Fantasy HUD

buy_heals.lua

Buys as many HEALs as the player can carry or afford.

Final Fantasy Buy Heals

buy_pures.lua

Buys as many PUREs as the player can carry or afford.

Final Fantasy Buy Pures