Version: 0.41b | Date: 2021-03-01
FF6 BC Scouter: https://github.com/Rycona/FF6-BC-Scouter
Beyond Chaos EX Randomizer URL: https://github.com/subtractionsoup/beyondchaos/releases/latest
Beyond Chaos Discord: https://discord.gg/S3G3UXy
This repository holds a set of Lua scripts to aid in playing Beyond Chaos, a FF6 randomizer. This code will make a separate window that will display extra contextual information about the game. This includes item info in places other than inventory (helpful with 'masseffect' seeds) and spell/esper info in the Skills menu. The scope of this script is to ease access of already viewable information.
NOTE!: There are fixes needed in order for use of this is fairly qualify for BC Leaderboards!
NOTE: Does not work with other emulators that support Lua scripts due to use of BizHawk-specific Lua Functions
Espers/Magic (v0.4)
View info of equipment (v0.1 / v0.2)
Graphics (v0.3)
There is an accompanying image that explains custom symbols and names (Symbol and Text Descriptions.png). Sorry if the symbols/texts aren't super-intuitive, but I haven't spent a ton of time on them.
"I do not plan to develop this any further." - Me
v0.41 - 2021-03-01
- Removed Enemy Item Drops/Steal/Morph display for Leaderboard fairness
v0.4 - 2021-02-07:
- Added Magic List, Esper/Spell/Level Bonus Comparison Displays
for Skills menu and relevant submenus
v0.31b - 2021-02-27:
- Bunches o' refactoring/restructuring
- More advanced algorithm for primary program state detection
(If in menu/battle/field/world)
- Shows item info in shop buy menu if at least 1 of the
highlighted item is currently owned
v0.3b - 2021-02-02:
- Created images of game and custom symbols
- Created TrueType font of the FF6 Menu Font
- Uses text/BG colors chosen in the game
- Fixed error with reading morph/steal item ID
- Layout changed to display data in the same place in the window
v0.2b - 2021-01-18:
- Shows item info from chests, steals, morphs, and drops
- Shows item info highlighted in shop sell menu
- Flickering hopefully removed
v0.1b - 2020-12-21
- Shows item info highlighted in party menus
Post any problems or suggestions you have in the Issues section of GitHub. All constructive critcism, feedback, and salty limericks welcome.